Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncalculated column in datagrid Pin
samerh2-Feb-07 9:56
samerh2-Feb-07 9:56 
AnswerRe: calculated column in datagrid Pin
kirthikirthi2-Feb-07 17:40
kirthikirthi2-Feb-07 17:40 
QuestionTextbox Validation Pin
kavi20002-Feb-07 9:53
kavi20002-Feb-07 9:53 
AnswerRe: Textbox Validation Pin
Kevin McFarlane3-Feb-07 11:20
Kevin McFarlane3-Feb-07 11:20 
Questionsystem.web.extensions and web.config [modified] Pin
digsy_2-Feb-07 9:32
digsy_2-Feb-07 9:32 
AnswerRe: system.web.extensions and web.config Pin
minhpc_bk2-Feb-07 16:31
minhpc_bk2-Feb-07 16:31 
QuestionASP_Beginner needs help ! Pin
KEL32-Feb-07 8:51
KEL32-Feb-07 8:51 
AnswerRe: ASP_Beginner needs help ! Pin
Pradipta Basu2-Feb-07 9:13
Pradipta Basu2-Feb-07 9:13 
Hi,
It is not possible to write about details of Database connectivity in .NET in this reply. I am giving you a few hints. Using a good book and googling will show you the way.
Important namespaces for connectivity and data related activity.
System.Data.SqlClient - for Sql Server
System.Data.OracleClient - for Oracle
System.Data.Odbc - for other database.
System.Data

Please read about these namespaces.
Read about SqlConnection, SqlCommand and SqlDataAdapter in System.Data.SqlClient.
Similar classes also exist for other namespaces.

Apart from it you need to know about DataSet, SqlDataReader etc.




Pradipta Basu

AnswerRe: ASP_Beginner needs help ! Pin
Colin Angus Mackay2-Feb-07 14:32
Colin Angus Mackay2-Feb-07 14:32 
QuestionDisplay images from within a firewall Pin
Goalie352-Feb-07 8:27
Goalie352-Feb-07 8:27 
QuestionJavascript with Server Controls queries Pin
Mridang Agarwalla2-Feb-07 8:15
Mridang Agarwalla2-Feb-07 8:15 
AnswerRe: Javascript with Server Controls queries Pin
RichardGrimmer5-Feb-07 23:44
RichardGrimmer5-Feb-07 23:44 
QuestiontLinked image in DataGrid Pin
nour1232-Feb-07 8:13
nour1232-Feb-07 8:13 
QuestionHow can i change column name in datagrid Pin
www.Developerof.NET2-Feb-07 7:32
www.Developerof.NET2-Feb-07 7:32 
AnswerRe: How can i change column name in datagrid Pin
Pradipta Basu2-Feb-07 9:31
Pradipta Basu2-Feb-07 9:31 
GeneralRe: How can i change column name in datagrid Pin
www.Developerof.NET3-Feb-07 0:52
www.Developerof.NET3-Feb-07 0:52 
AnswerRe: How can i change column name in datagrid Pin
jeam_yang3-Feb-07 0:54
jeam_yang3-Feb-07 0:54 
AnswerRe: How can i change column name in datagrid Pin
RichardGrimmer5-Feb-07 23:46
RichardGrimmer5-Feb-07 23:46 
QuestionProblem with CompareValidator to compare TextBox control with Label control Pin
FionaDM2-Feb-07 7:17
FionaDM2-Feb-07 7:17 
AnswerRe: Problem with CompareValidator to compare TextBox control with Label control Pin
minhpc_bk4-Feb-07 13:53
minhpc_bk4-Feb-07 13:53 
QuestionAsp.Net 1.1 - Usercontrol - Events not fired? Pin
matthias s.2-Feb-07 4:26
matthias s.2-Feb-07 4:26 
AnswerRe: Asp.Net 1.1 - Usercontrol - Events not fired? Pin
l0kke2-Feb-07 5:42
l0kke2-Feb-07 5:42 
AnswerRe: Asp.Net 1.1 - Usercontrol - Events not fired? Pin
Aleemulhaq2-Feb-07 6:59
Aleemulhaq2-Feb-07 6:59 
QuestionCheckbox in GridView Pin
aransiola2-Feb-07 3:36
aransiola2-Feb-07 3:36 
AnswerRe: Checkbox in GridView Pin
badgrs2-Feb-07 4:04
badgrs2-Feb-07 4:04 

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.