Click here to Skip to main content
15,891,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: HyperLink Inside textArea Pin
Anurag Gandhi14-Apr-10 23:45
professionalAnurag Gandhi14-Apr-10 23:45 
QuestionStandard SQL Query in LINQ to SQL Pin
tassadaque14-Apr-10 19:16
tassadaque14-Apr-10 19:16 
AnswerRe: Standard SQL Query in LINQ to SQL Pin
Not Active14-Apr-10 20:08
mentorNot Active14-Apr-10 20:08 
AnswerRe: Standard SQL Query in LINQ to SQL Pin
hemantwithu14-Apr-10 23:35
hemantwithu14-Apr-10 23:35 
GeneralRe: Standard SQL Query in LINQ to SQL Pin
tassadaque15-Apr-10 0:18
tassadaque15-Apr-10 0:18 
QuestionComponent based architecture Pin
Satish_S14-Apr-10 17:16
Satish_S14-Apr-10 17:16 
GeneralRe: Component based architecture Pin
Viral Upadhyay14-Apr-10 21:16
Viral Upadhyay14-Apr-10 21:16 
QuestionCreating a forum in ASP.NET Pin
Eagle3214-Apr-10 11:58
Eagle3214-Apr-10 11:58 
Hi,

I am trying to create a basic forum in ASP.NET.I would like assistance in regards how i could go about designing a forum from a GUI point of view.

How would i go about desiging the forum based on the following tables?

I have a 3 tables

Members
ID
Name
Username
Password

Threads
ThreadID
ThreadTitle
ThreadSubject

Comments
CommentsID
ThreadID
MemberID
Comment

The members ID is linked to the members ID in Threads table
The thread ID is then linked to a thread ID in the Comments table
The member ID is then linked to the member ID in the Comments table.

I am using a DataGridView to display the the comments information from the comments table

Is it neccessary to have a Comments table and keep the actual comments seperate in regards
to design?

Should i also put the thread title and username in the comments table?

How could i go about designing the forum from "GUI" point of view?

I would appreciate if anybody could advise please?

Thanks,
AnswerRe: Creating a forum in ASP.NET Pin
Sandeep Mewara14-Apr-10 21:09
mveSandeep Mewara14-Apr-10 21:09 
AnswerRe: Creating a forum in ASP.NET Pin
David Mujica15-Apr-10 9:45
David Mujica15-Apr-10 9:45 
QuestionHttpResponse Pin
hb5213421414-Apr-10 11:12
hb5213421414-Apr-10 11:12 
AnswerRe: HttpResponse Pin
Gregory Gadow15-Apr-10 3:34
Gregory Gadow15-Apr-10 3:34 
GeneralRe: HttpResponse Pin
hb5213421415-Apr-10 4:07
hb5213421415-Apr-10 4:07 
QuestionC# webform help Pin
Jordan McGehee14-Apr-10 9:00
Jordan McGehee14-Apr-10 9:00 
AnswerRe: C# webform help Pin
Not Active14-Apr-10 10:11
mentorNot Active14-Apr-10 10:11 
GeneralRe: C# webform help Pin
Jordan McGehee14-Apr-10 10:31
Jordan McGehee14-Apr-10 10:31 
GeneralRe: C# webform help Pin
Not Active14-Apr-10 16:18
mentorNot Active14-Apr-10 16:18 
QuestionHow to access RDLC matrix subtotal value? Pin
JimFeng14-Apr-10 7:07
JimFeng14-Apr-10 7:07 
AnswerRe: How to access RDLC matrix subtotal value? Pin
Sandeep Mewara14-Apr-10 21:17
mveSandeep Mewara14-Apr-10 21:17 
GeneralRe: How to access RDLC matrix subtotal value? Pin
JimFeng15-Apr-10 3:06
JimFeng15-Apr-10 3:06 
Questiongridview Pin
tek 200914-Apr-10 5:52
tek 200914-Apr-10 5:52 
AnswerRe: gridview Pin
Not Active14-Apr-10 5:59
mentorNot Active14-Apr-10 5:59 
QuestionRe: gridview Pin
tek 200914-Apr-10 6:21
tek 200914-Apr-10 6:21 
AnswerRe: gridview Pin
Not Active14-Apr-10 8:30
mentorNot Active14-Apr-10 8:30 
AnswerRe: gridview Pin
David Mujica14-Apr-10 6:09
David Mujica14-Apr-10 6:09 

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.