sanjdhiman
Programmer
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
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