asp.net web application
i am new for asp.net. i want to develop a simple web application(asp.net+c#) which display questions and mu开发者_如何学Cltiple choice answers and calculate result. i want to know which one is the best way for me to do it. i want to use linq to sql. please guide me. thanks in advance and sorry if you feel my question style is bad.
Here is where you can start
http://www.asp.net/get-started
http://www.asp.net/web-forms
http://www.asp.net/mvc
http://www.codeproject.com/KB/aspnet/
Start by this examples...
Oh and here is something very close to what you ask
http://www.codeproject.com/KB/aspnet/MultipleChoiceExam.aspx
精彩评论