Click here to Skip to main content
15,902,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmapping in asp.net Pin
mmm!@#24-Aug-07 1:55
mmm!@#24-Aug-07 1:55 
AnswerRe: mapping in asp.net Pin
Not Active24-Aug-07 2:20
mentorNot Active24-Aug-07 2:20 
QuestionA recommender system for my website Pin
anu8124-Aug-07 0:54
anu8124-Aug-07 0:54 
AnswerRe: A recommender system for my website Pin
N a v a n e e t h24-Aug-07 3:21
N a v a n e e t h24-Aug-07 3:21 
QuestionCreating a simple forum-Please help! Pin
DarynRoberts24-Aug-07 0:28
DarynRoberts24-Aug-07 0:28 
AnswerRe: Creating a simple forum-Please help! Pin
Luka Grabarevic24-Aug-07 1:03
Luka Grabarevic24-Aug-07 1:03 
GeneralRe: Creating a simple forum-Please help! Pin
DarynRoberts24-Aug-07 1:26
DarynRoberts24-Aug-07 1:26 
AnswerRe: Creating a simple forum-Please help! Pin
N a v a n e e t h24-Aug-07 3:31
N a v a n e e t h24-Aug-07 3:31 
DarynRoberts wrote:
Im trying to create a very simple forum where people can basically just post comments.


If you need a very simple application where user's can post comments, why don't you create one instead of looking for tutorials.

1 - Which language you are familiar to ?
2 - Which database you are familiar to ?

If it is VB.NET and SQLServer

1 - You need to use SQLConnection. SQLCommand classes
2 - You need a connection string that connects with DB
3 - For inserting into database, Initialize SQLConnection class, Write query to SQlCommand class instance, Use SQLCommand's ExecuteNonQuery() method
4 - For selection either you can use SQLDatareader or a Dataset/Datatabel


GeneralRe: Creating a simple forum-Please help! Pin
DarynRoberts24-Aug-07 22:43
DarynRoberts24-Aug-07 22:43 
Question'Dynamic' Javascript Pin
moon_stick23-Aug-07 23:46
moon_stick23-Aug-07 23:46 
AnswerRe: 'Dynamic' Javascript Pin
Vasudevan Deepak Kumar24-Aug-07 0:24
Vasudevan Deepak Kumar24-Aug-07 0:24 
GeneralRe: 'Dynamic' Javascript Pin
moon_stick24-Aug-07 0:28
moon_stick24-Aug-07 0:28 
GeneralRe: 'Dynamic' Javascript Pin
J4amieC24-Aug-07 0:45
J4amieC24-Aug-07 0:45 
QuestionASP.Net & NHibernate Pin
Malayil alex23-Aug-07 23:43
Malayil alex23-Aug-07 23:43 
Questionhow to export gridview data to new pdf file without using third party tool / library in ASP.net 2.0 Pin
here2learn23-Aug-07 23:37
here2learn23-Aug-07 23:37 
AnswerRe: how to export gridview data to new pdf file without using third party tool / library in ASP.net 2.0 Pin
codelinks24-Aug-07 1:02
codelinks24-Aug-07 1:02 
GeneralRe: how to export gridview data to new pdf file without using third party tool / library in ASP.net 2.0 Pin
here2learn24-Aug-07 3:06
here2learn24-Aug-07 3:06 
GeneralRe: how to export gridview data to new pdf file without using third party tool / library in ASP.net 2.0 Pin
Dhyanga31-Aug-10 6:35
Dhyanga31-Aug-10 6:35 
Questionisdate() Pin
mohant$.net23-Aug-07 23:25
mohant$.net23-Aug-07 23:25 
JokeRe: isdate() Pin
codelinks24-Aug-07 0:09
codelinks24-Aug-07 0:09 
GeneralRe: isdate() Pin
mohant$.net24-Aug-07 0:13
mohant$.net24-Aug-07 0:13 
GeneralRe: isdate() Pin
codelinks24-Aug-07 0:19
codelinks24-Aug-07 0:19 
GeneralRe: isdate() Pin
mohant$.net24-Aug-07 0:21
mohant$.net24-Aug-07 0:21 
AnswerRe: isdate() Pin
Vasudevan Deepak Kumar24-Aug-07 0:23
Vasudevan Deepak Kumar24-Aug-07 0:23 
GeneralRe: isdate() Pin
mohant$.net24-Aug-07 0:26
mohant$.net24-Aug-07 0:26 

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.