Click here to Skip to main content
15,929,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataGrid Pin
raghuvarma2-May-06 0:38
raghuvarma2-May-06 0:38 
Questioncomapring condition in if Pin
yogsworld28-Apr-06 19:08
yogsworld28-Apr-06 19:08 
AnswerRe: comapring condition in if Pin
Colin Angus Mackay28-Apr-06 21:38
Colin Angus Mackay28-Apr-06 21:38 
GeneralRe: comapring condition in if Pin
yogsworld29-Apr-06 0:05
yogsworld29-Apr-06 0:05 
GeneralRe: comapring condition in if Pin
Colin Angus Mackay29-Apr-06 0:29
Colin Angus Mackay29-Apr-06 0:29 
QuestionMemory leaks Pin
karthiBalu28-Apr-06 18:35
karthiBalu28-Apr-06 18:35 
AnswerRe: Memory leaks Pin
Colin Angus Mackay28-Apr-06 21:26
Colin Angus Mackay28-Apr-06 21:26 
QuestionHelp Trying Connect to SQL Pin
ALQallaf28-Apr-06 16:16
ALQallaf28-Apr-06 16:16 
Im new in SQL, im trying to connect to sql data base but it give me exception-->(Login failed for user ''. The user is not associated with a trusted SQL Server connection.)
i think there is wrong with SqlConnection parameter, so what is the wrong?
im with sql express 2005 & vs2005

SqlConnection SQLConn;
SQLConn = new SqlConnection( " Data Source = .\\SQLEXPRESS;" + "
Initial Catalog = MTDB; " );
SQLConn.Open();
AnswerRe: Help Trying Connect to SQL Pin
isroavi28-Apr-06 17:24
isroavi28-Apr-06 17:24 
GeneralRe: Help Trying Connect to SQL Pin
ALQallaf29-Apr-06 4:24
ALQallaf29-Apr-06 4:24 
GeneralRe: Help Trying Connect to SQL Pin
Colin Angus Mackay29-Apr-06 4:50
Colin Angus Mackay29-Apr-06 4:50 
AnswerRe: Help Trying Connect to SQL Pin
Colin Angus Mackay28-Apr-06 21:24
Colin Angus Mackay28-Apr-06 21:24 
GeneralRe: Help Trying Connect to SQL Pin
ALQallaf29-Apr-06 4:23
ALQallaf29-Apr-06 4:23 
GeneralRe: Help Trying Connect to SQL Pin
Colin Angus Mackay29-Apr-06 5:03
Colin Angus Mackay29-Apr-06 5:03 
AnswerRe: Help Trying Connect to SQL Pin
Kanjinghat4-May-06 3:29
Kanjinghat4-May-06 3:29 
AnswerRe: Help Trying Connect to SQL Pin
ALQallaf4-May-06 7:16
ALQallaf4-May-06 7:16 
QuestionLoading selected value from binding Pin
moazzamahmed28-Apr-06 13:19
moazzamahmed28-Apr-06 13:19 
AnswerRe: Loading selected value from binding Pin
minhpc_bk30-Apr-06 0:47
minhpc_bk30-Apr-06 0:47 
QuestionCrystal Report Parameter Passing Error Pin
AVA 7928-Apr-06 11:07
AVA 7928-Apr-06 11:07 
QuestionWebService & WSE 3.0 Pin
hung_ngole28-Apr-06 8:59
hung_ngole28-Apr-06 8:59 
QuestionInvalid ViewState.... Pin
wEb GuRu...28-Apr-06 7:38
wEb GuRu...28-Apr-06 7:38 
QuestionInserting a custom control onto a web form Pin
Ista28-Apr-06 7:07
Ista28-Apr-06 7:07 
AnswerRe: Inserting a custom control onto a web form Pin
Ista28-Apr-06 9:14
Ista28-Apr-06 9:14 
QuestionSqlDataSource control and null values Pin
grandypeace28-Apr-06 6:44
grandypeace28-Apr-06 6:44 
AnswerRe: SqlDataSource control and null values Pin
minhpc_bk30-Apr-06 0:45
minhpc_bk30-Apr-06 0:45 

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.