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 ?