Hello All.
I was wondering if there is an alternative to response.redirect.
This is the following code.
response.Redirect ("onlineform.aspx?introduc
er=" & introducer & "&matter=" & RadMatter.SelectedItem.Val
ue)
The action is taken on the onlineform.aspx but this just reloads the page causing validation error. Is there any other alternative please.
Thanks
Start Free Trial