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 are the types of assemblies in .net?

563


What are nullable types in .NET

615


Explain the garbage collection process?

628


Please explain what is the difference between encrypting a password and applying a hashing?

541


What is static constructor, when it will be fired?

545






What are the improvements made in cas in .net 4.0?

508


What is a web service in .net?

575


What is deferred execution vs. Immediate execution in linq?

560


Explain re-clarification of object based in .net?

572


Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

509


When we go for html server controls and when we go for web server controls?

530


Explain how to manage pagination in a page using .net?

545


Tell us what is heap and what is stack?

555


Describe difference between inline and code-behind?

645


Explain the features that are common to all .Net languages.

673