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 / neha
Use Wizard Control
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How many web config files can be created for an application?
How many types of file extensions for razor views in ASP.Net MVC?
What is the use of web.config and machine.config files?
Differentiate the session object and application object?
What are the differences between clr & cts?
What are the features that make asp.net more used framework? : asp.net mvc
What is query string in asp.net?
Explain the various authentication mechanisms in asp.net.
Is it possible to create web application with both webforms and mvc?
How would you get asp.net running in apache web servers?
Where are session variables stored?
In asp.net, how can you validate drop down box?
What is the difference between the get method () and post method ()?
What is the postback property in asp.net?
Is LINQ performance wise better or using sqlcommand?