getting calender control into textbox using masterpage concept
i have a problem with calender control usage in master page concept.i need to get the value of calender control into text box,please can any one help me with the code
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vimal KandasamyPosted Mar 2, 2009, 6:22 AM
problem may be in your application creation and configuration.make sure master page creation and configurations are right.all the best
venkata saibabuPosted Mar 2, 2009, 6:11 AM
Vimal KandasamyPosted Mar 2, 2009, 3:17 AM
hi,
may i know your problem exactly?.
[ inorder to get selected date into a textbox you can simply add the code in calendar's SelectionChanged event.
Textbox1.Text=Calendar1.SelectedDate.ToString(); ]