How do you pass value of a text box from page1.aspx to
page2.aspx without storing it as a session value?

Answer Posted / mercy

cookies provide to store information in web applications.
you can add cookies like
Response.Cookies("userName").Value = "mercy"

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many namespaces are in .net version 1.1?

832


Explain the difference between garbage collections in .net 4.0 and earlier versions?

732


Interop Services?

1650


What are the important components of .net?

765


explain the states of a window service application?

739


Which Namespace is used to to achieve MultiThreading in .NET?

796


Explain garbage collection?

725


Explain webfarm vs webgardens in .net?

815


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

730


What is .net standard?

801


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

738


what user controls are and what server controls are and the differences between the two.

1800


Which file is taken by compiler when we have both file Application and Server Configuration file?

1777


What is gac in .net?

792


How is .net able to support multiple languages?

786