Hi I have a question related to Dialog control.
I have Form1.aspx page, there are multiplelinks in a Gridview to different .aspx pages which I am trying to open them in Dialog control using it's ContentURL property.
The problem is, if I use CallbackPanel or AJAX's UpdatePanel page opens in dialog control as required for the FIRST time, but if I close that Dialogbox and open again all the TEXT controls with in the dialog control turns read only and no data can be entered in that form.
If I close the entire application and restart this repeats (ie, OK for the first time and again everything turns readonly). This is happening only if I use any AJAX related controls.
Please advise me if there is any solution for this. Thanks for your support.