Click here to Skip to main content
15,892,768 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do we call methods in DLL's using a string for the method name? Pin
Stefan Troschuetz11-Nov-04 21:18
Stefan Troschuetz11-Nov-04 21:18 
GeneralRe: How do we call methods in DLL's using a string for the method name? Pin
rudy.net12-Nov-04 10:48
rudy.net12-Nov-04 10:48 
QuestionWhere is the error ? Pin
Vector711-Nov-04 6:12
Vector711-Nov-04 6:12 
AnswerRe: Where is the error ? Pin
Steven Campbell11-Nov-04 6:44
Steven Campbell11-Nov-04 6:44 
GeneralRe: Where is the error ? Pin
Heath Stewart11-Nov-04 7:28
protectorHeath Stewart11-Nov-04 7:28 
GeneralRe: Where is the error ? Pin
Vector711-Nov-04 7:35
Vector711-Nov-04 7:35 
GeneralRe: Where is the error ? Pin
Heath Stewart11-Nov-04 7:39
protectorHeath Stewart11-Nov-04 7:39 
GeneralRe: Where is the error ? Pin
Vector711-Nov-04 7:51
Vector711-Nov-04 7:51 
Thank you !


Remember my first code ?

Here the new CommandText

cmd.CommandText = @"INSERT INTO MandantMC (Mand,MID) VALUES (@Mand,@MID)";


Only 1 Line used. My last code doesn't work in multiple lines seperated by "+". Don't understand it...maybe compiler has problems with translating.

I never use toString on Textboxes. It was only for testing purpose while SQL Error occured. Also waste of typing Wink | ;)




GeneralRe: Where is the error ? Pin
Heath Stewart11-Nov-04 8:06
protectorHeath Stewart11-Nov-04 8:06 
GeneralSubmitting an HTML form within c# Pin
wolfklinker11-Nov-04 6:07
wolfklinker11-Nov-04 6:07 
GeneralRe: Submitting an HTML form within c# Pin
Heath Stewart11-Nov-04 7:26
protectorHeath Stewart11-Nov-04 7:26 
GeneralRe: Submitting an HTML form within c# Pin
Kraki11-Nov-04 8:31
Kraki11-Nov-04 8:31 
GeneralRe: Submitting an HTML form within c# Pin
Kraki11-Nov-04 8:42
Kraki11-Nov-04 8:42 
GeneralC#.NET Word adding a paragraph Pin
Nick Ingratta11-Nov-04 6:05
Nick Ingratta11-Nov-04 6:05 
GeneralRe: C#.NET Word adding a paragraph Pin
Heath Stewart11-Nov-04 7:33
protectorHeath Stewart11-Nov-04 7:33 
GeneralRe: C#.NET Word adding a paragraph Pin
Nick Ingratta11-Nov-04 8:42
Nick Ingratta11-Nov-04 8:42 
GeneralRe: C#.NET Word adding a paragraph Pin
Heath Stewart11-Nov-04 8:45
protectorHeath Stewart11-Nov-04 8:45 
GeneralRe: C#.NET Word adding a paragraph Pin
Nick Ingratta11-Nov-04 9:24
Nick Ingratta11-Nov-04 9:24 
GeneralRe: C#.NET Word adding a paragraph Pin
Heath Stewart11-Nov-04 15:43
protectorHeath Stewart11-Nov-04 15:43 
GeneralThrow SoapException in SoapExtension Pin
lopezrincon11-Nov-04 5:57
lopezrincon11-Nov-04 5:57 
GeneralStrange behaviour of StreamReader.Peek() Pin
SebbaP11-Nov-04 4:04
SebbaP11-Nov-04 4:04 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
Stefan Troschuetz11-Nov-04 4:45
Stefan Troschuetz11-Nov-04 4:45 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
Daniel Turini11-Nov-04 5:37
Daniel Turini11-Nov-04 5:37 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
leppie11-Nov-04 5:43
leppie11-Nov-04 5:43 
GeneralRe: Strange behaviour of StreamReader.Peek() Pin
SebbaP11-Nov-04 10:12
SebbaP11-Nov-04 10:12 

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.