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

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?

725


How many design patterns can be created in .net?

780


What does stateless mean?

807


In code behind class, name the type of code found. Is it the server side code or client side code?

1008


What are the advantages of .net?

721


What are the features of dot net?

787


Explain the top .net class that everything is derived from?

792


Explain about .Net products?

826


What tools is used to develop .NET applications?

808


What is Complex Class in .NET?

792


How do you turn off cookies for one page in your site? Give an example.

704


Explain about managed heap?

840


Difference between abstract class and interface in .net?

779


What is difference between static page and dynamic page?

768


What are the differences between com architecture and.net architecture?

766