How do you pass session values from one page to another ?

Answer Posted / raja mohamed

request query:
response.redirect("requireform.aspx"?get=txtbox1.text);

requireform.aspx
txtbox2.text=get


server transfer:

dim my as string
m="value"
server.transfer("requireform.aspx"?get=m)
requireform:
dim t as string
t=page.request("m")

Is This Answer Correct ?    11 Yes 34 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How Can assign alias name for ASP.NET Web API Action?

927


Define page output caching?

568


What are Authentication and Authorization?

595


Explain how do you deploy your asp.net application?

474


Do cookies store passwords?

497






Describe how ASP.NET maintains process isolation for each Web application?

565


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

611


In asp.net, how can you validate drop down box?

578


What is the best Macanism to clear the Cache in asp.net

698


What is the difference between GridView and Repeater controls in ASP.NET?

570


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1402


what are configuration files?

555


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1458


Are there resources online with tips on asp to asp.net conversions?

534


What are standard controls?

502