I have a calendar control on my page it's a 3rd party control from infergistics. Postback on the control is turned off.
further down the page I have a text box that is suppose to store a number in based on what date was choosen from the calendar control.
So when the date is changed I want to call a stored proc which returns a number that I need to display in the text box.
I think page postback would not be acceptable with the client. I thought about using updaepanel but I don't know if that would work, since the calendar control is out side of the updatepanel.
I am at a loss on how to go about doing this, any help or advice would be great.
Thanks,
Ordinary Programmer
further down the page I have a text box that is suppose to store a number in based on what date was choosen from the calendar control.
So when the date is changed I want to call a stored proc which returns a number that I need to display in the text box.
I think page postback would not be acceptable with the client. I thought about using updaepanel but I don't know if that would work, since the calendar control is out side of the updatepanel.
I am at a loss on how to go about doing this, any help or advice would be great.
Thanks,
Ordinary Programmer