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

ASP.NET

 
GeneralRe: JavaScript problem in Mozila Pin
Michael Sync18-Dec-07 19:48
Michael Sync18-Dec-07 19:48 
QuestionRefresh the Web Page Pin
senthilsstil18-Dec-07 19:24
senthilsstil18-Dec-07 19:24 
GeneralRe: Refresh the Web Page Pin
Michael Sync18-Dec-07 19:27
Michael Sync18-Dec-07 19:27 
GeneralRe: Refresh the Web Page Pin
vickysantosh18-Dec-07 19:55
vickysantosh18-Dec-07 19:55 
Questionhow to make the image in a fixed size Pin
chithra.r18-Dec-07 18:31
chithra.r18-Dec-07 18:31 
AnswerRe: how to make the image in a fixed size Pin
N a v a n e e t h18-Dec-07 19:02
N a v a n e e t h18-Dec-07 19:02 
AnswerRe: how to make the image in a fixed size Pin
Michael Sync18-Dec-07 19:19
Michael Sync18-Dec-07 19:19 
Generalasp.net Pin
niki_nilu18-Dec-07 17:37
niki_nilu18-Dec-07 17:37 
hello
i have one problem
i have code --
objClsDllSql.sqlCon.Open();

objVarInit.sqlDA = new SqlDataAdapter("select tU.UserID,tU.FirstName,tU.LastName,tU.LastName+''+ tU.FirstName'UserId',tA.AnalystAssignHistoryCode,tA.SecurityCode,tA.ISIN,tA.StockName,tA.UserID,tA.IsDummyEnabled,convert(varchar(10),getdate(), 101)AnalystAssignDate,tA.StatusCode,tA.CreatedBy,convert(varchar(10),getdate(), 101)CreateDate,tA.UpdatedBy,convert(varchar(10),getdate(), 101)UpdateDate from tAnalystAssignHistory tA, tUser tU where tA.UserId = tU.UserId and tA.SecurityCode = ('" + txtSecurityCode.Text + "')", objClsDllSql.sqlCon);

objVarInit.sqlDA.Fill(objVarInit.sqlDS, "tAnalystAssignHistory");

in this code objVarInit.sqlDA = query . i.e in my project in one line.
but its not looking good and not comfort. so i want that query in multi line . then what syntax i will use
pls help me.

gayatri
Gayatri

GeneralRe: asp.net Pin
niki_nilu18-Dec-07 19:05
niki_nilu18-Dec-07 19:05 
GeneralRe: asp.net Pin
Michael Sync18-Dec-07 19:23
Michael Sync18-Dec-07 19:23 
GeneralRe: asp.net Pin
Paul Conrad23-Dec-07 8:01
professionalPaul Conrad23-Dec-07 8:01 
GeneralRe: asp.net Pin
Michael Sync18-Dec-07 19:22
Michael Sync18-Dec-07 19:22 
GeneralRe: asp.net Pin
niki_nilu18-Dec-07 22:37
niki_nilu18-Dec-07 22:37 
GeneralRe: asp.net Pin
Michael Sync18-Dec-07 22:56
Michael Sync18-Dec-07 22:56 
GeneralRe: asp.net Pin
niki_nilu18-Dec-07 23:29
niki_nilu18-Dec-07 23:29 
GeneralRe: asp.net Pin
Michael Sync19-Dec-07 0:00
Michael Sync19-Dec-07 0:00 
GeneralRe: asp.net Pin
niki_nilu19-Dec-07 19:56
niki_nilu19-Dec-07 19:56 
GeneralDisplaying an Image in Grid View in ASP.Net Pin
Anuradha61218-Dec-07 17:33
Anuradha61218-Dec-07 17:33 
GeneralRe: Displaying an Image in Grid View in ASP.Net Pin
Sun Rays18-Dec-07 18:18
Sun Rays18-Dec-07 18:18 
GeneralRe: Displaying an Image in Grid View in ASP.Net Pin
Abhijit Jana18-Dec-07 20:05
professionalAbhijit Jana18-Dec-07 20:05 
GeneralDropdownSelection Problem Pin
SreejithAchutan18-Dec-07 17:27
SreejithAchutan18-Dec-07 17:27 
GeneralRe: DropdownSelection Problem Pin
sulabh202018-Dec-07 20:05
sulabh202018-Dec-07 20:05 
GeneralCurrency format Pin
SUDHAKAR PALLAM18-Dec-07 16:57
SUDHAKAR PALLAM18-Dec-07 16:57 
GeneralRe: Currency format Pin
Michael Sync18-Dec-07 19:25
Michael Sync18-Dec-07 19:25 
GeneralRe: Currency format Pin
SUDHAKAR PALLAM18-Dec-07 19:32
SUDHAKAR PALLAM18-Dec-07 19:32 

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.