How do you pass session values from one page to another ?
Answer Posted / vimal chauhan
response.redirect("requireform.aspx?"& txtbox1.text)
Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
What does mvc represent in asp.net? : asp.net mvc
What is difference between web config and global asax?
How many web config files can be created for an application?
What are the contents of cookie?
What permissions do asp.net applications posses by default?
What is asp.net caching?
What is difference between session and viewstate?
Can you nest updatepanel within each other?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How to implement Authentication and Authorization?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How to Insert/Add in ASPXgridview
What are httphandlers and httpmodules and difference between them?
How long the items in ViewState exists?