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.
-
2Your question is far too broad. Break it down into small questions. Then look for the answers before posting the question. Only if you can't quickly find the answers here should you then post the small questions.John Saunders– John Saunders2010-09-03 17:40:45 +00:00Commented Sep 3, 2010 at 17:40
Add a comment
|
1 Answer
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