Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralProblems on NiceMenu Pin
softair29-Oct-03 21:10
softair29-Oct-03 21:10 
GeneralRe: Problems on NiceMenu Pin
Heath Stewart30-Oct-03 3:09
protectorHeath Stewart30-Oct-03 3:09 
GeneralIncreasing Functionality Pin
jtmtv1829-Oct-03 19:59
jtmtv1829-Oct-03 19:59 
GeneralRe: Increasing Functionality Pin
Heath Stewart30-Oct-03 3:07
protectorHeath Stewart30-Oct-03 3:07 
GeneralRe: Increasing Functionality Pin
jtmtv1830-Oct-03 11:01
jtmtv1830-Oct-03 11:01 
QuestionHow to build a discussion board using c# and ASP.NEt Pin
Ranze Dobbins29-Oct-03 7:07
Ranze Dobbins29-Oct-03 7:07 
AnswerRe: How to build a discussion board using c# and ASP.NEt Pin
Not Active29-Oct-03 8:53
mentorNot Active29-Oct-03 8:53 
AnswerRe: How to build a discussion board using c# and ASP.NEt Pin
Mike Ellison29-Oct-03 14:25
Mike Ellison29-Oct-03 14:25 
The Community starter kit at http://www.asp.net/Default.aspx?tabindex=9&tabid=47[^] offers some ideas on all kinds of stuff including discussion boards. You could also look in the asp.net controls section here http://www.asp.net/ControlGallery/default.aspx?Category=34&tabindex=2[^] for forum controls.

If you decided to build your own, a simple design could include a table for Forums, one for Topics, and one for Comments with one-to-many relationships between each (many Topics to one Forum, many Comments to one Topic). It would be pretty standard C# data access code to select/insert data to/from the tables, and a DataGrid or Repeater control would work nicely for display in an ASP.NET page.

Then get more sophisticated by adding user logins...

All in all, this isn't a bad type of project if you're learning C#.
GeneralCustom Cursor from Bytes Pin
jspano29-Oct-03 5:49
jspano29-Oct-03 5:49 
GeneralRe: Custom Cursor from Bytes Pin
Heath Stewart29-Oct-03 11:12
protectorHeath Stewart29-Oct-03 11:12 
GeneralRe: Custom Cursor from Bytes Pin
jspano30-Oct-03 1:37
jspano30-Oct-03 1:37 
GeneralRe: Custom Cursor from Bytes Pin
Heath Stewart30-Oct-03 2:50
protectorHeath Stewart30-Oct-03 2:50 
GeneralSqrt() method Pin
oOomen29-Oct-03 5:33
oOomen29-Oct-03 5:33 
GeneralRe: Sqrt() method Pin
Daniel M. Edwards29-Oct-03 5:40
Daniel M. Edwards29-Oct-03 5:40 
GeneralRe: Sqrt() method Pin
oOomen29-Oct-03 6:13
oOomen29-Oct-03 6:13 
GeneralRe: Sqrt() method Pin
scadaguy29-Oct-03 7:29
scadaguy29-Oct-03 7:29 
GeneralRe: Sqrt() method Pin
oOomen29-Oct-03 9:26
oOomen29-Oct-03 9:26 
GeneralRe: Sqrt() method Pin
Christian Graus29-Oct-03 9:34
protectorChristian Graus29-Oct-03 9:34 
GeneralRe: Sqrt() method Pin
oOomen30-Oct-03 6:34
oOomen30-Oct-03 6:34 
GeneralRe: Sqrt() method Pin
Christian Graus29-Oct-03 9:57
protectorChristian Graus29-Oct-03 9:57 
GeneralRe: Sqrt() method Pin
Christian Graus30-Oct-03 8:49
protectorChristian Graus30-Oct-03 8:49 
GeneralRe: Sqrt() method Pin
oOomen29-Oct-03 10:06
oOomen29-Oct-03 10:06 
GeneralRe: Sqrt() method Pin
oOomen30-Oct-03 11:54
oOomen30-Oct-03 11:54 
GeneralRe: Sqrt() method Pin
Christian Graus29-Oct-03 10:11
protectorChristian Graus29-Oct-03 10:11 
GeneralRe: Sqrt() method Pin
Christian Graus30-Oct-03 11:56
protectorChristian Graus30-Oct-03 11:56 

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.