Simplicity is the ultimate sophistication. --Leonardo da Vinci
Log In
Providing Microsoft .NET Articles and Code Samples since 2002
Home
→
Categories
→
technologies - html
Home
Search
Articles
Categories
About
Welcome to my blog and project site for Microsoft.NET development.
I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ...
more
Share/Print this page:
Category: HTML
technologies
html
[Articles: 3]
Sort:
Most Recent
Updated
Author
Pages
Views Today
Total Views
How Can I Use Javascript to Allow Only Numbers to Be Entered in a TextBox?
By
steve
on
January 11, 2007
. | Updated on
January 26, 2012
. |
267,991
views,
446
today. |
1
page.
■
Client side
■
HTML
■
Javascript
■
Snippet
■
Web Browsers
An easy javascript code snippet to allow only digits to be typed in a text box. Includes interactive demonstration.
Convert Hex String to .NET Color
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
95,701
views,
110
today. |
1
page.
■
.NET
■
C#
■
Conversions
■
CSS
■
HTML
■
Snippet
Learn an easy way and a hard way to convert a hex string to a .NET color using C#.
Convert .NET Color to Hex String
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
41,616
views,
50
today. |
1
page.
■
.NET
■
C#
■
Conversions
■
CSS
■
HTML
■
Snippet
Learn how to convert a hex string to a .NET color using C#.