PatientPaws
New Member
I have a asp.net webpage with an updatepanel in it. Inside the updatepanel I have a textbox that requires an email address, once that is input the user clicks a button which calls a function that post to a url that return a webpage, which I put in the updatepanel by getting the html of the webrequest. I then fill out the new html that has come from the webresponse. Once I submit that page posts a form and redirects to another page. Is there a way to stay at the same page, kind of like a hidden form submission?Thanks,