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
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
How many design patterns can be created in .net?
What does stateless mean?
In code behind class, name the type of code found. Is it the server side code or client side code?
What are the advantages of .net?
What are the features of dot net?
Explain the top .net class that everything is derived from?
Explain about .Net products?
What tools is used to develop .NET applications?
What is Complex Class in .NET?
How do you turn off cookies for one page in your site? Give an example.
Explain about managed heap?
Difference between abstract class and interface in .net?
What is difference between static page and dynamic page?
What are the differences between com architecture and.net architecture?