?? on response.redirect

rangerbud249

Active member
Joined
Aug 18, 2004
Messages
27
Programming Experience
Beginner
Im trying to use the response.redirect to connect to another page. This page will fill a datagrid on page load, but if the datagrid is going to be empty I would like to go back to the page i just came from.

If i try using response.redirect("mypage.aspx") then it recreates a whole new page and all my selections from the previous page are taken out. Is there a way to make it return to itself if the datagrid is going to be empty?

Jose
 
Back
Top