Click here to Skip to main content
15,926,858 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generics Pin
Colin Angus Mackay14-Aug-06 22:32
Colin Angus Mackay14-Aug-06 22:32 
QuestionRefresh Binding. [modified] Pin
elefrancois12314-Aug-06 11:49
elefrancois12314-Aug-06 11:49 
QuestionParameter Passing Pin
kalyanPaladugu14-Aug-06 11:18
kalyanPaladugu14-Aug-06 11:18 
AnswerRe: Parameter Passing Pin
Ennis Ray Lynch, Jr.14-Aug-06 12:46
Ennis Ray Lynch, Jr.14-Aug-06 12:46 
GeneralRe: Parameter Passing Pin
kalyanPaladugu16-Aug-06 14:14
kalyanPaladugu16-Aug-06 14:14 
GeneralRe: Parameter Passing Pin
Ennis Ray Lynch, Jr.16-Aug-06 14:19
Ennis Ray Lynch, Jr.16-Aug-06 14:19 
GeneralRe: Parameter Passing Pin
kalyanPaladugu17-Aug-06 7:02
kalyanPaladugu17-Aug-06 7:02 
GeneralRe: Parameter Passing Pin
Dustin Metzgar17-Aug-06 9:52
Dustin Metzgar17-Aug-06 9:52 
After creating your command and before you execute, add your parameters.
OracleParameter opStuName = new OracleParameter(":stuName", OracleType.NVarChar);
opStuName.Value = "Joe Student";
cmd.Parameters.Add(opStuName);




Logifusion[^]
If not entertaining, write your Congressman.
Questioncasting problem with XML DeSrialization Pin
kaldi14-Aug-06 11:06
kaldi14-Aug-06 11:06 
AnswerRe: casting problem with XML DeSrialization Pin
stancrm14-Aug-06 23:01
stancrm14-Aug-06 23:01 
QuestionHow to do sleep in microsecond Pin
kobi10i1014-Aug-06 10:10
kobi10i1014-Aug-06 10:10 
AnswerRe: How to do sleep in microsecond Pin
Judah Gabriel Himango14-Aug-06 10:13
sponsorJudah Gabriel Himango14-Aug-06 10:13 
AnswerRe: How to do sleep in microsecond [modified] Pin
Stefan Troschuetz14-Aug-06 10:25
Stefan Troschuetz14-Aug-06 10:25 
AnswerRe: How to do sleep in microsecond Pin
Dave Kreskowiak14-Aug-06 10:40
mveDave Kreskowiak14-Aug-06 10:40 
GeneralRe: How to do sleep in microsecond Pin
Ed.Poore14-Aug-06 22:41
Ed.Poore14-Aug-06 22:41 
AnswerRe: How to do sleep in microsecond Pin
kalyanPaladugu14-Aug-06 11:19
kalyanPaladugu14-Aug-06 11:19 
GeneralSleep(int) is milliseconds Pin
Ennis Ray Lynch, Jr.14-Aug-06 11:57
Ennis Ray Lynch, Jr.14-Aug-06 11:57 
GeneralRe: How to do sleep in microsecond Pin
Dave Kreskowiak14-Aug-06 12:19
mveDave Kreskowiak14-Aug-06 12:19 
Answerdirectx sdk Pin
eggie514-Aug-06 17:37
eggie514-Aug-06 17:37 
GeneralRe: directx sdk Pin
Dave Kreskowiak15-Aug-06 2:09
mveDave Kreskowiak15-Aug-06 2:09 
QuestionException not thrown when it should be Pin
tachobg14-Aug-06 9:10
tachobg14-Aug-06 9:10 
AnswerRe: Exception not thrown when it should be Pin
Judah Gabriel Himango14-Aug-06 10:14
sponsorJudah Gabriel Himango14-Aug-06 10:14 
GeneralRe: Exception not thrown when it should be Pin
tachobg14-Aug-06 10:40
tachobg14-Aug-06 10:40 
AnswerRe: Exception not thrown when it should be Pin
Ennis Ray Lynch, Jr.14-Aug-06 10:43
Ennis Ray Lynch, Jr.14-Aug-06 10:43 
GeneralRe: Exception not thrown when it should be Pin
tachobg14-Aug-06 10:49
tachobg14-Aug-06 10:49 

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.