Click here to Skip to main content
15,912,578 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Assembly in asp.net Pin
Paras Kaneriya16-Sep-07 19:29
Paras Kaneriya16-Sep-07 19:29 
Question[Urgent] Can someone tell me how to put an Html file into a pdf? Pin
Big Ralph14-Sep-07 23:26
Big Ralph14-Sep-07 23:26 
Questiondisplay image in GridView using image URL string "C:\images\abc.jpg" Pin
mavii14-Sep-07 23:21
mavii14-Sep-07 23:21 
AnswerRe: display image in GridView using image URL string "C:\images\abc.jpg" Pin
Saksida Bojan15-Sep-07 7:23
Saksida Bojan15-Sep-07 7:23 
AnswerRe: display image in GridView using image URL string "C:\images\abc.jpg" Pin
Paras Kaneriya16-Sep-07 19:31
Paras Kaneriya16-Sep-07 19:31 
Questioncan any one tell me how to use the Trim() function in C# for any column in a table Pin
mavii14-Sep-07 23:00
mavii14-Sep-07 23:00 
AnswerRe: can any one tell me how to use the Trim() function in C# for any column in a table Pin
Sonia Gupta14-Sep-07 23:02
Sonia Gupta14-Sep-07 23:02 
GeneralRe: can any one tell me how to use the Trim() function in C# for any column in a table Pin
mavii14-Sep-07 23:10
mavii14-Sep-07 23:10 
i want to use the trip function in such scenerio

SqlConnection conPubs;
SqlCommand sc;
SqlDataReader dr;
conPubs = new SqlConnection("server=localhost;User ID=sa;Password=sasa;database=rescue15");
conPubs.Open();
string str = "SELECT cr_name, Trim(cr_pic), Trim(fing_print) FROM criminal ORDER BY cr_id DESC";
sc = new SqlCommand(str, conPubs);
dr = sc.ExecuteReader();
GridView1.DataSource = dr;
GridView1.DataBind();
but i thing i am not using correct sytax fot Trim() can u guide me in this scenario plz
AnswerRe: can any one tell me how to use the Trim() function in C# for any column in a table Pin
Guffa15-Sep-07 0:37
Guffa15-Sep-07 0:37 
AnswerRe: can any one tell me how to use the Trim() function in C# for any column in a table Pin
saini arun15-Sep-07 1:10
saini arun15-Sep-07 1:10 
AnswerRe: can any one tell me how to use the Trim() function in C# for any column in a table Pin
saini arun15-Sep-07 1:10
saini arun15-Sep-07 1:10 
Questionwebsite browsing error at local host Pin
Sonia Gupta14-Sep-07 22:59
Sonia Gupta14-Sep-07 22:59 
AnswerRe: website browsing error at local host Pin
John-ph14-Sep-07 23:39
John-ph14-Sep-07 23:39 
GeneralRe: website browsing error at local host Pin
Sonia Gupta14-Sep-07 23:51
Sonia Gupta14-Sep-07 23:51 
GeneralRe: website browsing error at local host Pin
John-ph14-Sep-07 23:59
John-ph14-Sep-07 23:59 
GeneralRe: website browsing error at local host Pin
Sonia Gupta15-Sep-07 0:09
Sonia Gupta15-Sep-07 0:09 
GeneralRe: website browsing error at local host Pin
Girish48115-Sep-07 0:21
Girish48115-Sep-07 0:21 
GeneralRe: website browsing error at local host Pin
Sonia Gupta15-Sep-07 0:27
Sonia Gupta15-Sep-07 0:27 
GeneralRe: website browsing error at local host Pin
Girish48115-Sep-07 0:55
Girish48115-Sep-07 0:55 
GeneralRe: website browsing error at local host Pin
Sonia Gupta15-Sep-07 1:04
Sonia Gupta15-Sep-07 1:04 
GeneralRe: website browsing error at local host Pin
Girish48115-Sep-07 1:20
Girish48115-Sep-07 1:20 
GeneralRe: website browsing error at local host Pin
Sonia Gupta15-Sep-07 1:44
Sonia Gupta15-Sep-07 1:44 
GeneralRe: website browsing error at local host Pin
Girish48115-Sep-07 1:59
Girish48115-Sep-07 1:59 
GeneralRe: website browsing error at local host Pin
Sonia Gupta15-Sep-07 2:16
Sonia Gupta15-Sep-07 2:16 
GeneralRe: website browsing error at local host Pin
Girish48115-Sep-07 2:34
Girish48115-Sep-07 2:34 

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.