How do you pass value of a text box from page1.aspx to
page2.aspx without storing it as a session value?

Answer Posted / kinjal

in first page write

textbox1.text="k";
string str=textbox1.text.trim();
respons.redirect("page2.aspx?id="+str);

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between odbc and ado?

544


What is an anonymous method?

529


What is interface and abstract class in .net?

556


Where does the gac exist ?

579


What is the difference between a class and an object, and how do these terms relate to each other?

593






What is the difference between .net and laravel?

574


Is .net a programming language?

530


What does il do?

567


Please explain the difference between constants and read-only variables?

537


What is web.config in .net?

589


What is COM Interoperability in .NET

642


Do you know what's the difference between .net and laravel?

558


What is STA in .NET?

645


What does mean by .net framework?

566


What is .net environment?

551