Pop Up Calendar in C#.net 2.0
-
I want to write a web page which having a textbox and a button. When user click on the button, there will be a calendar window pop-up and let user to select the date. When user click on the date, the pop-up calendar's window will be closed and the date selected will be show on the textbox on the web page. I don't know how to transfer to date back to the original web page. Please kindly help. Thanks a lot.
-
I want to write a web page which having a textbox and a button. When user click on the button, there will be a calendar window pop-up and let user to select the date. When user click on the date, the pop-up calendar's window will be closed and the date selected will be show on the textbox on the web page. I don't know how to transfer to date back to the original web page. Please kindly help. Thanks a lot.
u can use this method for example: and in calendar.htm page write: window.returnValue='2007/04/08'; self.close(); We Can Do Anything, If We Want It
-
I want to write a web page which having a textbox and a button. When user click on the button, there will be a calendar window pop-up and let user to select the date. When user click on the date, the pop-up calendar's window will be closed and the date selected will be show on the textbox on the web page. I don't know how to transfer to date back to the original web page. Please kindly help. Thanks a lot.
Try calendars from http://www.dynarch.com/[^]and http://www.softcomplex.com/[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
u can use this method for example: and in calendar.htm page write: window.returnValue='2007/04/08'; self.close(); We Can Do Anything, If We Want It