i have created a sign in page and i have add roles, basically i m using login tools which help me to make a user registration form without coding...now further i want to made online quiz system... i have added 3 tables in aspnetdb.mdf which is by default made in app_data folder of my project. table one is about subjects( subID, SubName, description) table 2 is Questionnaire (QuestionID, Question, SubID) and table 3 is Options(OptionID, QuestionID, Option, OptionNo, Is-Any)....
now what should i do further?
i am going to attach my project.... plz check it and help me.... thanx