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

How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

660


Elements of CAS

1835


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?

592


How to Create and Consume a Web Service?

2805


What is il and c#?

663






Explain the difference between constants and read-only variables?

643


What is .net and .net framework?

713


How to instantiate a delegate?

1724


What is the transport protocol you use to call a seb service soap?

636


When we use windows api in .net is it managed or unmanaged code?

659


How to manage pagination in a page using .net?

649


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..

1593


Explain Creational design pattern in .NET?

711


How will you register com+ services?

1695


Please explain what are an object and a class?

599