calendar control
-
hi, i have a calendar control in my .aspx file. every time i select a date from the calendar control, the whole page is getting refreshed. i am displaying the selected date from calendar to a text box. how can i stop it from refreshing the whole page?
scarface
-
hi, i have a calendar control in my .aspx file. every time i select a date from the calendar control, the whole page is getting refreshed. i am displaying the selected date from calendar to a text box. how can i stop it from refreshing the whole page?
scarface
Set AutoPostBack="false"
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
hi, i have a calendar control in my .aspx file. every time i select a date from the calendar control, the whole page is getting refreshed. i am displaying the selected date from calendar to a text box. how can i stop it from refreshing the whole page?
scarface
-
That's way overkill. The control can be set to not postback at ALL, and he doesn't need it to contact the server, so why does he need AJAX ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
That's way overkill. The control can be set to not postback at ALL, and he doesn't need it to contact the server, so why does he need AJAX ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
But i am not getting the autoPostBack property for the calendar control..........
scarface
What do you mean ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
What do you mean ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
hi, i have a calendar control in my .aspx file. every time i select a date from the calendar control, the whole page is getting refreshed. i am displaying the selected date from calendar to a text box. how can i stop it from refreshing the whole page?
scarface