Click here to Skip to main content
15,920,217 members
Home / Discussions / C#
   

C#

 
Questioncheckbox control with a cross Pin
Mridang Agarwalla2-Nov-06 0:17
Mridang Agarwalla2-Nov-06 0:17 
QuestionWhat is Callback and how to use it ? Pin
hdv2122-Nov-06 0:13
hdv2122-Nov-06 0:13 
AnswerRe: What is Callback and how to use it ? Pin
ednrgc2-Nov-06 6:31
ednrgc2-Nov-06 6:31 
QuestionGetting a process id for office documents Pin
ameetkeskar1-Nov-06 23:59
ameetkeskar1-Nov-06 23:59 
AnswerRe: Getting a process id for office documents Pin
Obaid ur Rehman2-Nov-06 4:23
Obaid ur Rehman2-Nov-06 4:23 
QuestionInternal Server Error 500 Pin
jarlath1-Nov-06 23:38
jarlath1-Nov-06 23:38 
AnswerRe: Internal Server Error 500 Pin
Guffa2-Nov-06 0:35
Guffa2-Nov-06 0:35 
GeneralRe: Internal Server Error 500 Pin
jarlath2-Nov-06 1:28
jarlath2-Nov-06 1:28 
What is being passed is a string built from an XML document which has been read from an upload. This string does not contain a SOAP header but overloaded method exists to handle different input types (including a string) to the same webservice. The webClient call isnt getting as far as the webservice i suspect as the server is returning the 500 error. I've been looking online and see lots of reference to IIS settings. Have you encountered anything like this at any time???

Sorry i cant be any more informative than this.

System.Collections.Specialized.NameValueCollection values = new System.Collections.Specialized.NameValueCollection();
values.Add("StringXmlInstruction",XMLTextFeed);
Console.WriteLine(XMLTextFeed);
byte[] btResponse = webClient.UploadValues("http://dev003/lmsHIPInstruction/instruct.asmx", "POST", values);
QuestionNewbie: Programaticaly adding items to a dropdown menu? Pin
Phillip Hodges1-Nov-06 23:09
Phillip Hodges1-Nov-06 23:09 
AnswerRe: Newbie: Programaticaly adding items to a dropdown menu? Pin
Stefan Troschuetz2-Nov-06 0:02
Stefan Troschuetz2-Nov-06 0:02 
AnswerRe: Newbie: Programaticaly adding items to a dropdown menu? Pin
V.2-Nov-06 0:13
professionalV.2-Nov-06 0:13 
GeneralRe: Newbie: Programaticaly adding items to a dropdown menu? Pin
t lab2-Nov-06 1:59
t lab2-Nov-06 1:59 
GeneralRe: Newbie: Programaticaly adding items to a dropdown menu? Pin
V.2-Nov-06 2:18
professionalV.2-Nov-06 2:18 
GeneralRe: Newbie: Programaticaly adding items to a dropdown menu? Pin
t lab2-Nov-06 2:47
t lab2-Nov-06 2:47 
AnswerRe: Newbie: Programaticaly adding items to a dropdown menu? Pin
t lab2-Nov-06 2:43
t lab2-Nov-06 2:43 
QuestionShell icons Pin
PaulPrice1-Nov-06 23:07
PaulPrice1-Nov-06 23:07 
AnswerRe: Shell icons Pin
Saqib Mehmood2-Nov-06 2:42
Saqib Mehmood2-Nov-06 2:42 
QuestionHow to implement a dictionary lookup in windows form application? Pin
XuanThang Hoang1-Nov-06 23:03
XuanThang Hoang1-Nov-06 23:03 
QuestionHow to change diaplayname of property outside the class Pin
praveenqwe1-Nov-06 22:59
praveenqwe1-Nov-06 22:59 
AnswerRe: How to change diaplayname of property outside the class Pin
aamironline1-Nov-06 23:05
aamironline1-Nov-06 23:05 
AnswerRe: How to change diaplayname of property outside the class Pin
praveenqwe2-Nov-06 18:10
praveenqwe2-Nov-06 18:10 
Questionmultilingual applications Pin
abyclassic1-Nov-06 22:32
abyclassic1-Nov-06 22:32 
AnswerRe: multilingual applications Pin
aamironline2-Nov-06 7:22
aamironline2-Nov-06 7:22 
GeneralRe: multilingual applications Pin
abyclassic2-Nov-06 18:40
abyclassic2-Nov-06 18:40 
GeneralRe: multilingual applications Pin
lmoelleb2-Nov-06 20:41
lmoelleb2-Nov-06 20:41 

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.