Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple Question about passing page.aspx?EntityId=aValue

Status
Not open for further replies.

sanjdhiman

Programmer
Jan 15, 2003
189
GB
Hi

Im a beginner at ASP.NEt with C#

I have a page

and what I want to do is that once I add using form controls information regarding a particular subject. I want to reload the page and in the url pass a unique id and this will then load a grid up.


I have the page load class written
I have the form page written
problem is i havent got the bit within the form page to reload the page and pass in a parameter value

e.g.

Page Form


Name
Interest


Submit

When submit is pressed it calls a stored procedure, which populates the database with the data.

The grid is then populated automatically but I dont know how to say reload the page passing in a parameter in the URL

Can anyone help

thanks

Sanj


 
Have a look at the Response.Redirect method


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top