TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tangara G
NA
298
93.1k
How to use a ID to display parts of information on 2nd page
Jan 14 2017 1:55 AM
Hi forum experts,
I used to use this set attribute to a related model object and then just use the get attribute in Java.
Can this be done in asp.net web form ?
Hope someone can give me an example.
Cos now my problem is that I have different section in a form.
Some form has data that I can draw out using HttpContext.Current.Session.
Some parts of the form require users to enter by themselves.
In addition, I am drawing out the data and auto-populate onto the form - without using HttpContext.Current.Session.
So in this case, how can I pass the data to a page where I can display a ID that is generated for this first form and then I pass it to the next form.
Using this ID, I can display some relevant data like created date, some parts of the user data that is from the section in this form ?
Reply
Answers (
4
)
what scenario using code first or entity framework
How to insert different sections of the form into database?