One application have three forms for registration .submit
button is at third form.after filling three forms only u
have to click submit button.After clicking the submit
button all the values in first,second& third form saved on
sql server.how to handle this situation .
Answer Posted / anand nethala
Create a class that contains properties that are mapped to
the fields in all the 3 pages.
In first page create an instance of the class and fill the
corresponding properties on the class to the fields values
in the page. and transfer the page to 2nd page using
Server.Transfer. In the second page retrieve the class
instance by using the Page.PreviousPage Property and you can
.In the same way you can do in the 3rd page and so on. when
u r saving the details to the DB..u'l have the total object
that contains all the field values in all the traversed pages.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the elements of a website?
What is web router?
Can I read the hard disk serial # of the client computer using asp.net?
What is difference between URL and URI?
Explain about Multi-Language integration?
What are the event handlers that we can have in global.asax file?
Why we use asp.net for website development?
How do session tokens work?
Where do the cookie state and session state information be stored?
How Session outproc in Sqlserver stored?
What are sessions used for?
Differentiate globalization and localization.
What are all the various Estimation Techniques available ?
What events will occur when a page is loaded?
Explain in what order a destructors is called.