I am not sure which scetion this posting should go under.
I have a user control page from whic i call a RadWindow.
The RadWindow returns some values.
I need to populate these values in controls on my user control page (textBox and Hyperlink controls)
I cannot set the hyperlink on clientside as on a postback it loses its value.So from the callback function i do postback to the page using
_doPostBack("radWindow", args)
Then on Page_Load i populate the controls.
The issue i am facing is with my _doPostback my whole page flashes.
I tried using AJAXSettings -> UpdatedControls but it doesn't help.
Am i setting something wrong in the AJAXSettings or is it the _doPostBack that's causing the whole page flash?
Is there any way I can avoid it?
I have a user control page from whic i call a RadWindow.
The RadWindow returns some values.
I need to populate these values in controls on my user control page (textBox and Hyperlink controls)
I cannot set the hyperlink on clientside as on a postback it loses its value.So from the callback function i do postback to the page using
_doPostBack("radWindow", args)
Then on Page_Load i populate the controls.
The issue i am facing is with my _doPostback my whole page flashes.
I tried using AJAXSettings -> UpdatedControls but it doesn't help.
Am i setting something wrong in the AJAXSettings or is it the _doPostBack that's causing the whole page flash?
Is there any way I can avoid it?