swissramen
New Member
Hi all,<BR><BR>This is just a little doubt, so it should be easy,<BR><BR>How can I do for parsing arguments, like an string variable from an aspx page to another, for example, if I want to pars the value of a string which I had recived from a form in a text box to another page.<BR><BR>Thanks in advance for your answers!!<BR><BR>Salvador Gallego.1. you can pass it as parameter<BR>2. you can store the value in session.<BR>3. store the value in database ;-)