Monday, July 11, 2005 4:30 PM hannes

Custom ASP .net updown control

I posted an article - more of a brief source code explanation - of an updown control that I use in my web projects.

http://community.sgdotnet.org/blogs/hannes/articles/18061.aspx

The control allows the user to enter numeric values or scroll the value using up/down buttons, and enforces valid values. 

The source code for the control is available at the following url.

http://triplez.sg.gs/sgdotnet/Updown.zip

# re: Custom ASP .net updown control

Monday, July 11, 2005 5:32 PM by triplez

You can download it here @ http://triplez.sg.gs/sgdotnet/Updown.zip

I uploaded it to my server.

# re: Custom ASP .net updown control

Monday, July 11, 2005 11:07 PM by hannes

Thanks triplez ;)