Author: ahmedilyas | Posted on: 9/20/2008 4:20:22 PM | Views : 1116

This is really odd. I am using Ajax here.

I have an ASP.NET (3.5) Calander control in an update panel and when selected a date, it does an async postback. I then show the ModalDialog programmatically. That's cool.

I can also get the selected date on the SelectionChanged event for that calander. That's cool (then I show the modal dialog). however in that dialog I have a label, and when I set the text of that label to the selected date - it shows up as blank?! But the text in the IDE shows as just fine....

 

any ideas?
...

Go to the complete details ...