Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: web application problem Pin
The Man from U.N.C.L.E.29-May-10 6:07
The Man from U.N.C.L.E.29-May-10 6:07 
Questionduplicates Pin
NetQuestions28-May-10 18:38
NetQuestions28-May-10 18:38 
AnswerRe: duplicates Pin
Peace ON28-May-10 19:07
Peace ON28-May-10 19:07 
GeneralRe: duplicates Pin
NetQuestions28-May-10 19:30
NetQuestions28-May-10 19:30 
AnswerRe: duplicates Pin
Peace ON28-May-10 20:08
Peace ON28-May-10 20:08 
AnswerRe: duplicates Pin
Eddy Vluggen29-May-10 0:28
professionalEddy Vluggen29-May-10 0:28 
QuestionTo create a website for Examination system Pin
adit ya16928-May-10 14:58
adit ya16928-May-10 14:58 
AnswerRe: To create a website for Examination system Pin
Peace ON28-May-10 19:31
Peace ON28-May-10 19:31 
1. For bringing questions and answers from database.

You can bring questions and answers by using questionid.
Assign unique ID to each question, and obviously there is
associated answers. Your database structure might look as
follows.

Question Table
--------------
Q_ID (Unique Incremental Integer)
Question

Answer Table
------------

Q_ID (Referred from Question Table)
Answer

So, each question is identified by Q_ID.


2. If you use timer then fetch fresh question from database on timer tick, and
update on front-end.

3. You can surely use MDF file that is generated from your login control.
(The condition is it must contain questions and answers)
Use following connection string to connect to mdf file.

Data Source=.\SQLEXPRESS;AttachDbFileName=e:\data\Customers.mdf;Integrated Security=True;User Instance=True


For more information on how to connect to mdf file try following link...
http://msdn.microsoft.com/en-us/library/ms247257.aspx[^]


HTH
Jinal Desai - LIVE
Experience is mother of sage....

AnswerRe: To create a website for Examination system Pin
R. Giskard Reventlov28-May-10 19:32
R. Giskard Reventlov28-May-10 19:32 
Questionsql help Pin
Aljaz11128-May-10 7:45
Aljaz11128-May-10 7:45 
AnswerRe: sql help Pin
Not Active28-May-10 8:05
mentorNot Active28-May-10 8:05 
GeneralRe: sql help Pin
Aljaz11128-May-10 8:40
Aljaz11128-May-10 8:40 
Questionhow to fire an event from a different Pin
raghvendrapanda28-May-10 5:33
raghvendrapanda28-May-10 5:33 
AnswerRe: how to fire an event from a different Pin
Peace ON28-May-10 5:44
Peace ON28-May-10 5:44 
AnswerRe: how to fire an event from a different Pin
Sandeep Mewara28-May-10 7:38
mveSandeep Mewara28-May-10 7:38 
GeneralRe: how to fire an event from a different Pin
raghvendrapanda1-Jun-10 3:37
raghvendrapanda1-Jun-10 3:37 
QuestionAjax CascadingDropdownControl Pin
Ratnesh N Bharos28-May-10 3:16
Ratnesh N Bharos28-May-10 3:16 
AnswerRe: Ajax CascadingDropdownControl Pin
Peace ON28-May-10 3:22
Peace ON28-May-10 3:22 
Answer[Cross-post]: Ajax CascadingDropdownControl Pin
Sandeep Mewara28-May-10 4:20
mveSandeep Mewara28-May-10 4:20 
QuestionImage upload dimensions Pin
Paul McGann28-May-10 2:12
professionalPaul McGann28-May-10 2:12 
AnswerRe: Image upload dimensions Pin
JHizzle28-May-10 2:26
JHizzle28-May-10 2:26 
GeneralRe: Image upload dimensions Pin
Paul McGann28-May-10 2:57
professionalPaul McGann28-May-10 2:57 
AnswerRe: Image upload dimensions Pin
Peace ON28-May-10 2:28
Peace ON28-May-10 2:28 
GeneralRe: Image upload dimensions Pin
Paul McGann28-May-10 2:58
professionalPaul McGann28-May-10 2:58 
Questionmultiple web.config file in on application Pin
tanweer28-May-10 1:50
tanweer28-May-10 1:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.