how to insert date in textbox from a calender control in ASP.Net (without Java Script and Ajax)
-
hi Friends , I have to make an assignment where i have to insert date in a textbox from a calender calender(ASP.Net.plz send me coding if any one can. ;)
jasjit jas wrote:
I have to make an assignment where i have to insert date in a textbox from a calender calender(ASP.Net.plz send me coding if any one can. Wink
So you want some one else do your home work . I suggest Please Buy a Beginner's ASP.Net Books .
cheers, Abhijit CodeProject.Com MVP
-
hi Friends , I have to make an assignment where i have to insert date in a textbox from a calender calender(ASP.Net.plz send me coding if any one can. ;)
jasjit jas wrote:
insert date in a textbox from a calender calender
under Calendar1_SelectionChanged event write this snippet textbox1.Text = Calendar1.SelectedDate.ToString(); hope this helps Regards, SunilWise
-
hi Friends , I have to make an assignment where i have to insert date in a textbox from a calender calender(ASP.Net.plz send me coding if any one can. ;)