CSS Calendar Display

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-03-31T20:12:18Z Indexed on 2010/03/31 20:13 UTC
Read the original article Hit count: 375

Filed under:
|
|
|

I created my own custom date picker consisting of an ASP TextBox, Button, and Calendar complete with CSS styles, javascript code, and event handling vb code.

I want to use this date picker multiple times on my form. I know the wrong way to do this would be to copy all the code and just adjust each name accordingly.

How can I put those controls, styles, and code into a single entity?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb.net