I have a couple of asp .net page which request a user to input a start month and year
I want to create drop dopwn boxes for month with value Jan through Dec and for year: 2004, 2005, 2006 ... etc
I have never created custom controls ( only user controls) Will crateing a custom control with these 2 drop downs be useful in this case? The idea is that I can use these on any page whjere I need user to input a date
But I want to be able to store the selected values and pass it back to the server to process further.
If no , any alternatives, if yes any pointers to an example?
thx
I want to create drop dopwn boxes for month with value Jan through Dec and for year: 2004, 2005, 2006 ... etc
I have never created custom controls ( only user controls) Will crateing a custom control with these 2 drop downs be useful in this case? The idea is that I can use these on any page whjere I need user to input a date
But I want to be able to store the selected values and pass it back to the server to process further.
If no , any alternatives, if yes any pointers to an example?
thx