can i know which checkbox caused the postback ?
-
HI , i added a checkbox into my datagrid & i want when checking this latest to select the row this latest belong to well , i don't want you askme why i want this feature ? ;p i just need it i thaught a lot about an other solution , if you have one tell me :) thank you
try to be good if you can't be the best
-
HI , i added a checkbox into my datagrid & i want when checking this latest to select the row this latest belong to well , i don't want you askme why i want this feature ? ;p i just need it i thaught a lot about an other solution , if you have one tell me :) thank you
try to be good if you can't be the best
check the sender object
-------------------------------------------------------- 1 line of code equals many bugs. So don't write any!! My mad coder blog
-
HI , i added a checkbox into my datagrid & i want when checking this latest to select the row this latest belong to well , i don't want you askme why i want this feature ? ;p i just need it i thaught a lot about an other solution , if you have one tell me :) thank you
try to be good if you can't be the best
You have to make a loop in which u have to check all the checkboxes in grid row by row. You can write this code in CheckedChanged event.
Do good and have good.
-
check the sender object
-------------------------------------------------------- 1 line of code equals many bugs. So don't write any!! My mad coder blog
hey, howare you ? i tried the sender object but it didn't work , i really need now to know the control that caused the postback ,because i needed it in some other things
try to be good if you can't be the best