From: Martin on

I have a asp.net page which has been url rewritten adn I have used the class
from Scott G to change the form action url to be that of the correct url.

This works fine for first postback to the using the update panel, but 2nd
postback the url has changed to the wrong url. When u view source the form
action= is still point to correct url, but updatepanel / datagrid is ignoring
this and using some other url.

why and how can i ensure this url is always the rewritten version used for
updatepanel postbacks?



 | 
Pages: 1
Prev: GridView problem
Next: Debug Session on localhost