开发者

AutoPostBack using ASP.NET text box and AjaxControlToolkit CalendarExtender

开发者 https://www.devze.com 2023-04-06 06:09 出处:网络
I would like to like to trigger a postback after user selects a date. Am using the AjaxControlToolkit\'s CalendarExtender control. The date textbox which is associated to the extender is editable too

I would like to like to trigger a postback after user selects a date. Am using the AjaxControlToolkit's CalendarExtender control. The date textbox which is associated to the extender is editable too w开发者_开发百科hich enables the user to manually enter the date in a particular format. Values of quite a few controls which reside on that page are to be updated depending on the newly selected date and hence going to the server is a must. I did try using the OnClientDateSelectionChanged property of the extender which lets me hook in my custom javascript, using which i was planning to trigger a postback but for some odd reason the function gets called only if the date is selected using an extender and not when manually edited (Hoping that it doesn't catch the click event over textbox's change).

Am sure many have tackled this issue before. Please do share. Thanks.


Here it is, Keep It Simple as they say. Set AutoPostBack of the text box to true and capture the OnTextChanged event on the server side.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号