Hello there,
Here is the code I'm using to redirect the user to a new page:
On any version of FireFox it works very well, however on IE9 the button launches the refresh of the current page.
Do you have any idea why this behavior?
I'm using Telerik.Web.UI v.4.0.30319
Thanks in advance!
Here is the code I'm using to redirect the user to a new page:
<
telerik:RadButton
ID
=
"buttonProcessing"
runat
=
"server"
ButtonType
=
"LinkButton"
Text
=
"Modify"
SingleClick
=
"true"
NavigateUrl
=
'the web address goes here'
SingleClickText
=
"Please wait..."
/>
On any version of FireFox it works very well, however on IE9 the button launches the refresh of the current page.
Do you have any idea why this behavior?
I'm using Telerik.Web.UI v.4.0.30319
Thanks in advance!