Click here to Skip to main content
15,925,444 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMicrosoft JScript runtime error: Object doesn't support property or method while running simple asp.net web application Pin
Nitin K4-Oct-12 20:35
Nitin K4-Oct-12 20:35 
AnswerRe: Microsoft JScript runtime error: Object doesn't support property or method while running simple asp.net web application Pin
Sandeep Mewara4-Oct-12 20:49
mveSandeep Mewara4-Oct-12 20:49 
AnswerRe: Microsoft JScript runtime error: Object doesn't support property or method while running simple asp.net web application Pin
Rockstar_7-Oct-12 20:42
professionalRockstar_7-Oct-12 20:42 
QuestionDate & Time in ASP.net Pin
bsshowriraju00014-Oct-12 3:27
bsshowriraju00014-Oct-12 3:27 
AnswerRe: Date & Time in ASP.net Pin
Wes Aday4-Oct-12 5:30
professionalWes Aday4-Oct-12 5:30 
AnswerRe: Date & Time in ASP.net Pin
jkirkerx4-Oct-12 10:06
professionaljkirkerx4-Oct-12 10:06 
AnswerRe: Date & Time in ASP.net Pin
Aysha Patel4-Oct-12 21:09
Aysha Patel4-Oct-12 21:09 
AnswerRe: Date & Time in ASP.net Pin
KiranKumar Roy14-Oct-12 2:37
KiranKumar Roy14-Oct-12 2:37 
QuestionWCF Hosting Pin
prakashpp4-Oct-12 0:58
prakashpp4-Oct-12 0:58 
AnswerRe: WCF Hosting Pin
Sandeep Mewara4-Oct-12 20:52
mveSandeep Mewara4-Oct-12 20:52 
QuestionWCF Hosting problem Pin
prakashpp4-Oct-12 0:56
prakashpp4-Oct-12 0:56 
AnswerRe: WCF Hosting problem Pin
Sandeep Mewara4-Oct-12 20:52
mveSandeep Mewara4-Oct-12 20:52 
QuestionControls are not displayed on using Asp:AsyncPostBackTrigger Pin
Shashank Srivastava1)3-Oct-12 20:38
Shashank Srivastava1)3-Oct-12 20:38 
QuestionMaster Page in ASP.NET Pin
hiredotnet3-Oct-12 19:11
hiredotnet3-Oct-12 19:11 
QuestionHow to connect a database in asp.net farmwork? Pin
sudhabnrj3-Oct-12 7:30
sudhabnrj3-Oct-12 7:30 
AnswerRe: How to connect a database in asp.net farmwork? Pin
somasundarapandian4-Oct-12 4:31
somasundarapandian4-Oct-12 4:31 
QuestionRe: How to connect a database in asp.net farmwork? Pin
Rockstar_7-Oct-12 20:41
professionalRockstar_7-Oct-12 20:41 
AnswerRe: How to connect a database in asp.net farmwork? Pin
sarathtamil8-Oct-12 23:54
sarathtamil8-Oct-12 23:54 
1.go to Tools and click connect to database.
2.enter the server name ex in default .\sqlexpress and enter the new database name.
3.and press ok.


IN aspx.cs write this coding.. and add using System.Data.Sqlclient


SqlConnection con = new SqlConnection("Data Source=.\\sqlexpress;Initial Catalog=Databasename;Integrated Security=True");
con.Open();
QuestionBenefits of using of ADO.NET in .NET 4.0. Pin
hiredotnet2-Oct-12 21:48
hiredotnet2-Oct-12 21:48 
AnswerRe: Benefits of using of ADO.NET in .NET 4.0. Pin
Richard MacCutchan2-Oct-12 21:58
mveRichard MacCutchan2-Oct-12 21:58 
AnswerRe: Benefits of using of ADO.NET in .NET 4.0. Pin
somasundarapandian4-Oct-12 4:33
somasundarapandian4-Oct-12 4:33 
Questioninfragistics webdatagrid editing problem please help me Pin
sai.20121-Oct-12 13:36
sai.20121-Oct-12 13:36 
AnswerRe: infragistics webdatagrid editing problem please help me Pin
Sandeep Mewara1-Oct-12 23:14
mveSandeep Mewara1-Oct-12 23:14 
QuestionButton Click event is not working on specific case. Pin
ayyappakonakalla1-Oct-12 2:54
ayyappakonakalla1-Oct-12 2:54 
AnswerRe: Button Click event is not working on specific case. Pin
Sandip.Nascar1-Oct-12 22:23
Sandip.Nascar1-Oct-12 22:23 

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.