Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
RewritePath question
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jiho Han, post: 367083"] I have a web form that goes from an insert mode to an edit mode. The two modes will have each, different url such as: (edit) edit.aspx?id=123 vs. (insert) edit.aspx?parentid=135&type=6 The goal is to have the form post with the (edit) url once the form in (insert) mode posts back and successfully committed. Response.Redirect is easy but it requires the browser to reload but more importantly, some client side action using javascripts cannot be performed because now you can't register any client scripts to the page. The client action that needs to be performed is something simple as refreshing/notifying the parent(opener) of the web form. I was researching for possible solutions and came upon RewritePath method. Even if this is not what I am looking for, can some explain exactly what it does and whether it has any effect on the client browser? Furthermore, what are some of the options I can employ? Thanks so much. Jiho Han [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
RewritePath question
Top