Button click submit to new page

ma701ss

Member
Joined
Dec 2, 2012
Messages
9
Programming Experience
1-3
Hi,

I have a procedure that is called when I click on a button. The result of the procedure is an XmlElement and from it I want to pass the values of each "name" element to a new page. This new page will display a list of products, which will be retrieved by looking up from a database the list submitted from the previous page. I just cannot figure out how to do this. In ASP I used forms and the "get" method, I cannot figure out despite Google searches how this is done in ASP.net (vb).

Any help greatly appreciated.

Thanks
 
Back
Top