I'm new to ASP.NET. Here is my question.
Page A is data entry form and calls page B.
Page B is preview page for A and calls page C.
Page C does the data insertion into database.
How to pass form fields from Page A to Page C ?
I'm able to acess these fields on Page B using PreviousPage property.
But not sure how to pass them on from page B to page C ?
Should i use classic HTML input fields with hidden attributes ?
Thanks a bunch.
Page A is data entry form and calls page B.
Page B is preview page for A and calls page C.
Page C does the data insertion into database.
How to pass form fields from Page A to Page C ?
I'm able to acess these fields on Page B using PreviousPage property.
But not sure how to pass them on from page B to page C ?
Should i use classic HTML input fields with hidden attributes ?
Thanks a bunch.