How to show a Calendar control during runtime ?
-
I have a Web Form in which, a date field is there. A small picture is there, and i want when the user clicks on the picture, a calender control should popup on the contents of the page bellow the picture clicked. I used the div and inside it i put the calender control and set the visibility to hidden of the div. How can i show the calender control when the picture is clicked. Any Advice will greatly help. Thanks in advance.
Sekhar :)
-
I have a Web Form in which, a date field is there. A small picture is there, and i want when the user clicks on the picture, a calender control should popup on the contents of the page bellow the picture clicked. I used the div and inside it i put the calender control and set the visibility to hidden of the div. How can i show the calender control when the picture is clicked. Any Advice will greatly help. Thanks in advance.
Sekhar :)
-
i) In imagebutton click event you can show the div ii) In calender control, after selecting the date you can close the div. iii) Otherwise keep another image button for closing the div
Warm Regards
-
Thanks Jaysaran for your reply. Can you tell me how can i refer to the div in the code window. Can u write few lines for this. Thanks in advance.
Sekhar :)