Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
6
Answers
How to pass variables / infromation from one ASP page to another??
goraperas
19y
2.7k
1
Reply
How to pass variables / infromation from one ASP page to another?? I have a page on my application where I use javascript for making several actions, and after that I would like to pass the result to a WebForm of my ASP.NET Web Application. The input variable I use in the first page is:
and the string variable I have in the other WebForm is: string resultFromTheFirstPage = ?; I would like to pass the value of the input of the first page to the string variable of the WebForm. How can I refer that?? I had a look to some articles but I haven't found yet the solution, or my code doesn't work. What should I put in the
tag?? Which sentence(s) should I write in the WebForm to get the info?? Thanks, goraperas
Post
Reset
Cancel
Answers (
6
)
Next Recommended Forum
dpi
matching keys from keyboard with controls on a form