Calender and text box
-
Hi. I am new in asp.net and don't know how to assign a calender to text box. for exampl, there is button. I would like when it pressed show the calender and after chosing the right date assign to text box. I really appreciate if some one help me. thx
-
Hi. I am new in asp.net and don't know how to assign a calender to text box. for exampl, there is button. I would like when it pressed show the calender and after chosing the right date assign to text box. I really appreciate if some one help me. thx
-
Hi. I am new in asp.net and don't know how to assign a calender to text box. for exampl, there is button. I would like when it pressed show the calender and after chosing the right date assign to text box. I really appreciate if some one help me. thx
you can also search JavaScript calendar from dynamicdrive.com
-
you can also search JavaScript calendar from dynamicdrive.com
thx for ur reply. but I wana use vs 2008 own calender control. I have already read news thoes article regarding ajax, but please tell me how to use the own vs calender control
-
thx for ur reply. but I wana use vs 2008 own calender control. I have already read news thoes article regarding ajax, but please tell me how to use the own vs calender control
because vs calender is a server control a postback is required for this control thats why we use javascript or ajax calanders
-
because vs calender is a server control a postback is required for this control thats why we use javascript or ajax calanders
Could u please please explain a little more. thx a lot
-
Could u please please explain a little more. thx a lot
see here
-
Hi. I am new in asp.net and don't know how to assign a calender to text box. for exampl, there is button. I would like when it pressed show the calender and after chosing the right date assign to text box. I really appreciate if some one help me. thx
-
Hi. I am new in asp.net and don't know how to assign a calender to text box. for exampl, there is button. I would like when it pressed show the calender and after chosing the right date assign to text box. I really appreciate if some one help me. thx
Ajax tool kit provides the nice calender extender controls to solve your problem. You can see the sample example on http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Calendar/Calendar.aspx[^]
Mohan