i want to create asp.net webforms, contain single multiple choice question on a form using formview que. and ans. from sql server table(sqldatasource). please give me a basic idea thanks
A:
Try: http://stackoverflow.com/questions/3635054/simple-asp-net-website/3635145#3635145
Oh wait, it's you again (-:. Wasn't that helpful? What exactly do you need? And BTW congrats. on the manners sounds much better now (-:
Oren A
2010-09-05 12:06:02
A:
- Create a new website/web application in Visual Studio
- Drag a FormView control from the Visual Studio toolbox to the Default.aspx page of your application.
- Drag a SQL data-source from the toolbox to the same page, associate it with the FormView and the database.
You are up and running.
That was a very high-level idea of how to go about it. No one would be able to guide you step-by-step and make you learn all the aspects. You'd need to start fiddling with it on your own.
Following links would give you a head-start:
HTH!
Dienekes
2010-09-05 13:52:53
A:
Here is a youtube video on using FormView to insert to database ASP.NET Tutorial - FormView Insert to Database
Jamie
2010-09-05 21:51:33