开发者

asp.net quiz application

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 gi开发者_开发百科ve me a basic idea thanks


  1. Create a new website/web application in Visual Studio
  2. Drag a FormView control from the Visual Studio toolbox to the Default.aspx page of your application.
  3. 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:

  • Build Your First ASP.NET Application with ASP.NET Web Forms

  • Querying Data with the SqlDataSource Control

  • Data Access Related Videos

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜