Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionpage cannot be displayed Pin
willsgeorge17-Jun-07 4:03
willsgeorge17-Jun-07 4:03 
QuestionWhat web service am I conneccted to? Pin
mail57235217-Jun-07 2:30
mail57235217-Jun-07 2:30 
AnswerRe: What web service am I conneccted to? Pin
WillemM17-Jun-07 5:31
WillemM17-Jun-07 5:31 
AnswerRe: What web service am I conneccted to? Pin
Saifi Hasan17-Jun-07 18:45
Saifi Hasan17-Jun-07 18:45 
QuestionPrinting Datagrid with multiple pages on single button click Pin
Vipin.d16-Jun-07 21:06
Vipin.d16-Jun-07 21:06 
AnswerRe: Printing Datagrid with multiple pages on single button click Pin
WillemM17-Jun-07 5:30
WillemM17-Jun-07 5:30 
GeneralRe: Printing Datagrid with multiple pages on single button click Pin
Vipin.d17-Jun-07 19:17
Vipin.d17-Jun-07 19:17 
QuestionString.Format Pin
ASPnoob16-Jun-07 20:59
ASPnoob16-Jun-07 20:59 
Hi, I have posted this question before but the response was less than satisfactory. What does the following line of code actually do?

strSQL = String.Format("SELECT UserName FROM MembersInfotbl WHERE (email='{0}');", txtUserName.Text)


I had done some search on String.Format and some of the sites I visited said that the 1st value within the parentheses serves as the place holder for the 2nd value. So for example if k=String.Format( Page{0}, 1) the number 0 will be replaced by the 2nd number which is 1. That doesn't make sense when applied to the line above, because then email='{0}' would become email= txtUserName.text. Please correct me if I'm wrong. Thank you in advance for your help.
AnswerRe: String.Format Pin
Arun.Immanuel16-Jun-07 21:22
Arun.Immanuel16-Jun-07 21:22 
GeneralRe: String.Format Pin
ASPnoob16-Jun-07 22:19
ASPnoob16-Jun-07 22:19 
GeneralRe: String.Format Pin
PandemoniumPasha16-Jun-07 22:58
PandemoniumPasha16-Jun-07 22:58 
GeneralRe: String.Format Pin
Dave Sexton16-Jun-07 23:10
Dave Sexton16-Jun-07 23:10 
QuestionAccess denied to a file IIS Pin
kallileo16-Jun-07 18:25
kallileo16-Jun-07 18:25 
AnswerRe: Access denied to a file IIS Pin
Expert Coming16-Jun-07 20:38
Expert Coming16-Jun-07 20:38 
AnswerRe: Access denied to a file IIS Pin
vikasparth16-Jun-07 22:07
vikasparth16-Jun-07 22:07 
GeneralRe: Access denied to a file IIS Pin
kallileo17-Jun-07 21:57
kallileo17-Jun-07 21:57 
QuestionKeyPress Event in ASP.NET C#? Pin
railesh16-Jun-07 2:16
railesh16-Jun-07 2:16 
AnswerRe: KeyPress Event in ASP.NET C#? Pin
Expert Coming16-Jun-07 4:48
Expert Coming16-Jun-07 4:48 
AnswerRe: KeyPress Event in ASP.NET C#? Pin
www.Developerof.NET16-Jun-07 7:08
www.Developerof.NET16-Jun-07 7:08 
AnswerRe: KeyPress Event in ASP.NET C#? Pin
Not Active16-Jun-07 13:26
mentorNot Active16-Jun-07 13:26 
QuestionExecuting more than one query Pin
Tarik Guney16-Jun-07 0:34
Tarik Guney16-Jun-07 0:34 
AnswerRe: Executing more than one query Pin
Expert Coming16-Jun-07 1:16
Expert Coming16-Jun-07 1:16 
AnswerRe: Executing more than one query Pin
Dave Sexton16-Jun-07 2:01
Dave Sexton16-Jun-07 2:01 
AnswerRe: Executing more than one query Pin
Arun.Immanuel16-Jun-07 2:11
Arun.Immanuel16-Jun-07 2:11 
GeneralRe: Executing more than one query Pin
Tarik Guney16-Jun-07 7:21
Tarik Guney16-Jun-07 7:21 

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.