Click here to Skip to main content
15,921,276 members
Home / Discussions / C#
   

C#

 
Questionhow to avoid string notation from filter Pin
polachan23-Feb-12 2:01
polachan23-Feb-12 2:01 
AnswerRe: how to avoid string notation from filter Pin
GParkings23-Feb-12 5:14
GParkings23-Feb-12 5:14 
AnswerRe: how to avoid string notation from filter Pin
polachan23-Feb-12 6:23
polachan23-Feb-12 6:23 
QuestionDatagridview filter using 'IN' and ' NOT IN' Pls urgent Pin
polachan22-Feb-12 23:32
polachan22-Feb-12 23:32 
AnswerRe: Datagridview filter using 'IN' and ' NOT IN' Pls urgent Pin
Shameel22-Feb-12 23:45
professionalShameel22-Feb-12 23:45 
AnswerRe: Datagridview filter using 'IN' and ' NOT IN' Pls urgent Pin
Abhinav S23-Feb-12 0:00
Abhinav S23-Feb-12 0:00 
QuestionTo filter datagridview using like IN and NOT IN Pin
polachan22-Feb-12 20:50
polachan22-Feb-12 20:50 
AnswerRe: To filter datagridview using like IN and NOT IN Pin
Abhinav S22-Feb-12 21:21
Abhinav S22-Feb-12 21:21 
GeneralRe: To filter datagridview using like IN and NOT IN Pin
Member 370819022-Feb-12 23:24
Member 370819022-Feb-12 23:24 
AnswerRe: To filter datagridview using like IN and NOT IN Pin
Shameel22-Feb-12 23:43
professionalShameel22-Feb-12 23:43 
GeneralRe: To filter datagridview using like IN and NOT IN Pin
polachan23-Feb-12 0:16
polachan23-Feb-12 0:16 
GeneralRe: To filter datagridview using like IN and NOT IN Pin
polachan23-Feb-12 0:21
polachan23-Feb-12 0:21 
AnswerRe: To filter datagridview using like IN and NOT IN Pin
Shameel23-Feb-12 2:20
professionalShameel23-Feb-12 2:20 
GeneralRe: To filter datagridview using like IN and NOT IN Pin
polachan23-Feb-12 4:52
polachan23-Feb-12 4:52 
AnswerRe: To filter datagridview using like IN and NOT IN Pin
Shameel23-Feb-12 8:22
professionalShameel23-Feb-12 8:22 
GeneralRe: To filter datagridview using like IN and NOT IN Pin
Abhinav S23-Feb-12 0:00
Abhinav S23-Feb-12 0:00 
GeneralRe: To filter datagridview using like IN and NOT IN Pin
polachan23-Feb-12 0:13
polachan23-Feb-12 0:13 
AnswerRe: To filter datagridview using like IN and NOT IN Pin
polachan23-Feb-12 0:23
polachan23-Feb-12 0:23 
AnswerRe: To filter datagridview using like IN and NOT IN Pin
AntDC23-Feb-12 5:37
AntDC23-Feb-12 5:37 
QuestionOptions to check logical equivalence of Boolean expressions Pin
raj_2822-Feb-12 20:16
raj_2822-Feb-12 20:16 
AnswerRe: Options to check logical equivalence of Boolean expressions Pin
Abhinav S22-Feb-12 20:54
Abhinav S22-Feb-12 20:54 
QuestionHow can I to manipulate dynamically created controls? Pin
NWNewelll22-Feb-12 10:42
NWNewelll22-Feb-12 10:42 
AnswerRe: How can I to manipulate dynamically created controls? Pin
PIEBALDconsult22-Feb-12 11:04
mvePIEBALDconsult22-Feb-12 11:04 
AnswerRe: How can I to manipulate dynamically created controls? Pin
BobJanova22-Feb-12 22:57
BobJanova22-Feb-12 22:57 
AnswerRe: How can I to manipulate dynamically created controls? Pin
GParkings22-Feb-12 23:00
GParkings22-Feb-12 23:00 
If you are going with this approach and the dynamic controls are the same for each new 'row' then it would be easiest to create a new control that contains the dynamic controls and their logic (essentially 'Panel' in your above code but as a distinct control)

That way you can have your new control fire events, when a new control is added you can have the other controls hook up to its events and react accordingly
Pedis ex oris
Quidquid latine dictum sit, altum sonatur

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.