Click here to Skip to main content
15,917,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET Configuration Problem Pin
pampam11012-Aug-09 22:21
pampam11012-Aug-09 22:21 
GeneralRe: ASP.NET Configuration Problem Pin
pampam11015-Aug-09 11:35
pampam11015-Aug-09 11:35 
GeneralRe: ASP.NET Configuration Problem Pin
JacSophie13-Jan-10 15:10
JacSophie13-Jan-10 15:10 
QuestionSome Help on how to assign a Web Service to a NamedPipe Pin
AndyASPVB11-Aug-09 9:18
AndyASPVB11-Aug-09 9:18 
AnswerRe: Some Help on how to assign a Web Service to a NamedPipe Pin
eggsovereasy11-Aug-09 11:36
eggsovereasy11-Aug-09 11:36 
GeneralRe: Some Help on how to assign a Web Service to a NamedPipe Pin
AndyASPVB11-Aug-09 12:01
AndyASPVB11-Aug-09 12:01 
QuestionProblem with crystal reports Pin
shylock111-Aug-09 9:02
shylock111-Aug-09 9:02 
AnswerRe: Problem with crystal reports Pin
Rahul Chitte17-Aug-09 6:01
Rahul Chitte17-Aug-09 6:01 
Use the stringbulder to build the string and put debug point to test wheather ur string is formed is the correct one.
for e.g

Dim sbScript as new System.Text.Stringbuilder
sbScript.append("Select eName,eSalary from Emp ")
sbScript.append("where eid=")   //Use the single quote after = sign if eid is string
sbScript.append(TextBox1.Text)

cmd.CommandText = sbScript.ToString()

Hope this trick will be helpful to you...
Questiona general question on download function Pin
Seraph_summer11-Aug-09 8:53
Seraph_summer11-Aug-09 8:53 
AnswerRe: a general question on download function Pin
Abhijit Jana11-Aug-09 10:47
professionalAbhijit Jana11-Aug-09 10:47 
GeneralRe: a general question on download function Pin
4anusha411-Aug-09 19:41
4anusha411-Aug-09 19:41 
GeneralRe: a general question on download function Pin
Abhijit Jana11-Aug-09 19:58
professionalAbhijit Jana11-Aug-09 19:58 
GeneralRe: a general question on download function Pin
4anusha411-Aug-09 20:00
4anusha411-Aug-09 20:00 
GeneralRe: a general question on download function Pin
Abhijit Jana11-Aug-09 20:11
professionalAbhijit Jana11-Aug-09 20:11 
GeneralRe: a general question on download function Pin
Seraph_summer12-Aug-09 9:13
Seraph_summer12-Aug-09 9:13 
GeneralRe: a general question on download function Pin
Abhijit Jana13-Aug-09 21:38
professionalAbhijit Jana13-Aug-09 21:38 
QuestionSetting up MIME Types in a Web Setup Project Pin
Mike Marynowski11-Aug-09 8:44
professionalMike Marynowski11-Aug-09 8:44 
QuestionLogin Failed on Deplyoed Mode Pin
Ravindra Bisen11-Aug-09 8:23
Ravindra Bisen11-Aug-09 8:23 
AnswerRe: Login Failed on Deplyoed Mode Pin
yesu prakash12-Aug-09 0:28
yesu prakash12-Aug-09 0:28 
QuestionPostback causing problem Pin
greendragons11-Aug-09 8:23
greendragons11-Aug-09 8:23 
AnswerRe: Postback causing problem Pin
Hemant_ec4811-Aug-09 12:29
Hemant_ec4811-Aug-09 12:29 
GeneralRe: Postback causing problem Pin
greendragons11-Aug-09 13:05
greendragons11-Aug-09 13:05 
AnswerRe: Postback causing problem Pin
yesu prakash12-Aug-09 0:33
yesu prakash12-Aug-09 0:33 
GeneralRe: Postback causing problem Pin
greendragons12-Aug-09 1:38
greendragons12-Aug-09 1:38 
QuestionCrystal Report Problem Please Help Pin
Andile.M11-Aug-09 7:38
Andile.M11-Aug-09 7:38 

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.