Hi!!!
I want to add dynamically calendar controls to a webform, so I can receive an initial and ending date, then display calendar controls to cover all the months contained.
Thanks !!!
:) :afrog: :)
Printable View
Hi!!!
I want to add dynamically calendar controls to a webform, so I can receive an initial and ending date, then display calendar controls to cover all the months contained.
Thanks !!!
:) :afrog: :)
Just declare a new calender control:
Then you can access all the properties of the control and go from there.Code:Dim calcontrol As New Calendar