Trying to get it so that when a button is clicked on my aspx. webform that it goes to the webpage I want it to. Thanks for your time!
Printable View
Trying to get it so that when a button is clicked on my aspx. webform that it goes to the webpage I want it to. Thanks for your time!
just do
response.redirect(url,True)
thanks, is there anyway to open it from an inline frame that it wont open the page in the inline frame?