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
What is the difference between asp.net & vb.net and explain architecture?
Please explain what is the difference between a class and an object?
Explain asp.net?
What is deferred execution vs. Immediate execution in linq?
Explain about managed heap?
What is .net code security?
What is the difference between encrypting a password and applying a hashing?
Explain difference between panel and groupbox classes using .net?
What is Entity Relationship Model in .NET?
Explain memory-mapped files.
How to spawn a thread?
What are virtual destructures?
What are the advantages of .net?
Tell us what is a variable of implicit type and what is its scope?
Explain what do the terms “boxing” and “unboxing” mean?