Click here to Skip to main content
15,867,308 members
Home / Discussions / C#
   

C#

 
AnswerRe: Search Active Directory Pin
SeMartens31-Aug-09 23:28
SeMartens31-Aug-09 23:28 
AnswerRe: Search Active Directory Pin
Arun Jacob31-Aug-09 23:46
Arun Jacob31-Aug-09 23:46 
Questionone click all records update datagridview Pin
cursedsw31-Aug-09 23:21
professionalcursedsw31-Aug-09 23:21 
AnswerRe: one click all records update datagridview Pin
Jacobb Michael31-Aug-09 23:34
Jacobb Michael31-Aug-09 23:34 
GeneralRe: one click all records update datagridview Pin
cursedsw31-Aug-09 23:42
professionalcursedsw31-Aug-09 23:42 
GeneralRe: one click all records update datagridview Pin
Jacobb Michael1-Sep-09 0:04
Jacobb Michael1-Sep-09 0:04 
GeneralRe: one click all records update datagridview Pin
cursedsw1-Sep-09 0:11
professionalcursedsw1-Sep-09 0:11 
Questionparameter in Event Handler Pin
Saiyed Alam31-Aug-09 23:13
Saiyed Alam31-Aug-09 23:13 
Hello,,

Is it possible to send a parameter like below?

CheckBox oCheckBox = new CheckBox();
oCheckBox.Name = "cb_" + currentChild.ID;
oCheckBox.Click += new RoutedEventHandler(this.CheckClick);


Now I want to send the name of check box to the event handler. HOw can I do it?

Like

CheckBox oCheckBox = new CheckBox();
oCheckBox.Name = "cb_" + currentChild.ID;
oCheckBox.Click += new RoutedEventHandler(this.CheckClick,oCheckBox.Name);


so that in
CheckClick(object sender, RoutedEventArgs e)
I can get the name of that check box as there will be many dynamically created check box.
AnswerRe: parameter in Event Handler Pin
Keith Barrow31-Aug-09 23:24
professionalKeith Barrow31-Aug-09 23:24 
GeneralRe: parameter in Event Handler Pin
Saiyed Alam31-Aug-09 23:43
Saiyed Alam31-Aug-09 23:43 
AnswerRe: parameter in Event Handler Pin
Jacobb Michael31-Aug-09 23:26
Jacobb Michael31-Aug-09 23:26 
GeneralRe: parameter in Event Handler Pin
Saiyed Alam31-Aug-09 23:44
Saiyed Alam31-Aug-09 23:44 
QuestionGMail - Can you Trace ! Pin
Jacobb Michael31-Aug-09 23:10
Jacobb Michael31-Aug-09 23:10 
QuestionHow to run multiple audio files Pin
itsmitm31-Aug-09 23:01
itsmitm31-Aug-09 23:01 
Questionspecial characters Pin
248912831-Aug-09 22:29
248912831-Aug-09 22:29 
AnswerRe: special characters Pin
OriginalGriff31-Aug-09 22:48
mveOriginalGriff31-Aug-09 22:48 
QuestionQuery execution problen in C# program Pin
Kunle Oladimeji31-Aug-09 22:24
Kunle Oladimeji31-Aug-09 22:24 
AnswerRe: Query execution problen in C# program Pin
dan!sh 31-Aug-09 22:33
professional dan!sh 31-Aug-09 22:33 
AnswerRe: Query execution problen in C# program Pin
Tamimi - Code31-Aug-09 22:39
Tamimi - Code31-Aug-09 22:39 
AnswerRe: Query execution problen in C# program Pin
Jacobb Michael31-Aug-09 23:17
Jacobb Michael31-Aug-09 23:17 
AnswerRe: Query execution problen in C# program Pin
seoamitk1-Sep-09 23:37
seoamitk1-Sep-09 23:37 
QuestionHow to connect to remote sql server 2000 in Windows Services created in C# Pin
Rajesh Koriya31-Aug-09 21:56
Rajesh Koriya31-Aug-09 21:56 
AnswerRe: How to connect to remote sql server 2000 in Windows Services created in C# Pin
Tamer Oz31-Aug-09 22:31
Tamer Oz31-Aug-09 22:31 
AnswerRe: How to connect to remote sql server 2000 in Windows Services created in C# Pin
mbhosle31-Aug-09 23:08
mbhosle31-Aug-09 23:08 
QuestionStart a Service after install it ? Pin
Mohammad Dayyan31-Aug-09 21:36
Mohammad Dayyan31-Aug-09 21:36 

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.