Programming Books

Showing posts with label UserControls. Show all posts
Showing posts with label UserControls. Show all posts

Thursday, August 5, 2010

Creating a custom date textbox user control - Pt. 1

I was working on an application for online store. I found that pretty often i would create a textbox and  link it to a calendar extender to perform some date populating. So i decided to create a usercontrol that i could use each time i wanted to perform that task.

Here it is. Enjoy!!