Reputation: 1
i am new for asp.net. i want to develop a simple web application(asp.net+c#) which display questions and multiple 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.
Upvotes: 0
Views: 597
Reputation: 66641
Here is where you can start
http://www.asp.net/get-started
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
Upvotes: 1