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
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Elements of CAS
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
How to Create and Consume a Web Service?
What is il and c#?
Explain the difference between constants and read-only variables?
What is .net and .net framework?
How to instantiate a delegate?
What is the transport protocol you use to call a seb service soap?
When we use windows api in .net is it managed or unmanaged code?
How to manage pagination in a page using .net?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
Explain Creational design pattern in .NET?
How will you register com+ services?
Please explain what are an object and a class?