Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
AnswerRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Mycroft Holmes12-Aug-08 21:31
professionalMycroft Holmes12-Aug-08 21:31 
GeneralRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Shaik Haneef12-Aug-08 21:46
Shaik Haneef12-Aug-08 21:46 
GeneralRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Christian Graus12-Aug-08 22:02
protectorChristian Graus12-Aug-08 22:02 
GeneralRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Mark Salsbery13-Aug-08 6:58
Mark Salsbery13-Aug-08 6:58 
AnswerRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
Pete O'Hanlon12-Aug-08 22:16
mvePete O'Hanlon12-Aug-08 22:16 
AnswerRe: please give me answer, What is the use of soap, i can't find the use of soap in webservice... Pin
blackjack215012-Aug-08 22:16
blackjack215012-Aug-08 22:16 
QuestionWeb- base application Pin
CodingLover12-Aug-08 20:31
CodingLover12-Aug-08 20:31 
AnswerRe: Web- base application Pin
Mycroft Holmes12-Aug-08 21:33
professionalMycroft Holmes12-Aug-08 21:33 
QuestionRe: Web- base application Pin
CodingLover12-Aug-08 22:10
CodingLover12-Aug-08 22:10 
AnswerRe: Web- base application Pin
Mycroft Holmes12-Aug-08 22:34
professionalMycroft Holmes12-Aug-08 22:34 
NewsRe: Web- base application Pin
CodingLover12-Aug-08 22:36
CodingLover12-Aug-08 22:36 
Questionauto complete Pin
kya hai12-Aug-08 20:23
kya hai12-Aug-08 20:23 
AnswerRe: auto complete Pin
soni uma12-Aug-08 20:56
soni uma12-Aug-08 20:56 
AnswerRe: auto complete Pin
User 665812-Aug-08 21:15
User 665812-Aug-08 21:15 
QuestionOne Problem Pin
Preeti197912-Aug-08 20:20
Preeti197912-Aug-08 20:20 
AnswerRe: One Problem Pin
Bardy8512-Aug-08 20:46
Bardy8512-Aug-08 20:46 
SqlParameter[] myparm = new SqlParameter[2];
myparm[0] = new SqlParameter("@DistrictNewName", this.txtDistricNewName.Text);
myparm[1] = new SqlParameter("@DistrictName", this.txtDistricName.Text);

String SqlQuery = "UPDATE TableName SET DistrictName = @DistrictNewName WHERE DistrictName = DistrictName";


This should get you started.
QuestionAuto completion Pin
kya hai12-Aug-08 20:16
kya hai12-Aug-08 20:16 
AnswerRe: Auto completion Pin
vikas amin14-Aug-08 11:23
vikas amin14-Aug-08 11:23 
Questiona comport connect Pin
Member 114816812-Aug-08 20:16
Member 114816812-Aug-08 20:16 
AnswerRe: a comport connect Pin
vikas amin14-Aug-08 11:26
vikas amin14-Aug-08 11:26 
QuestionHow to create a setup file Pin
kiranreddy12312-Aug-08 19:00
kiranreddy12312-Aug-08 19:00 
AnswerRe: How to create a setup file Pin
John_Adams12-Aug-08 19:25
John_Adams12-Aug-08 19:25 
GeneralRe: How to create a setup file Pin
kiranreddy12312-Aug-08 19:29
kiranreddy12312-Aug-08 19:29 
GeneralRe: How to create a setup file Pin
Expert Coming12-Aug-08 19:58
Expert Coming12-Aug-08 19:58 
AnswerRe: How to create a setup file Pin
Vimalsoft(Pty) Ltd12-Aug-08 20:06
professionalVimalsoft(Pty) Ltd12-Aug-08 20:06 

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.