In an ASP.Net / VB.Net web page I would like to allow the user to Call another web page within my application passing some parameters to another page that uses these parameters as part of the DataSource "Select" statement from the "Select Button" of a GridView.
If this can be done, can you show the needed coding?