Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: problem with getting the values of checkboxes bound to the DataGrid Control


Message #1 by "rahul Chugh" <rchugh@s...> on Wed, 22 Aug 2001 17:39:18
i am facing a real problem in getting the values of clicked checkboxes .

in traditional asp when the there were several checkboxes with the same 

name we could get the values of clicked checkboxes.it usuaally created a 

comma seperated string.

but as i am working on ASP>NET application i have used a checkboxcontrl in 

datagrid control .I am not able to figure out how would i be able to get 

the values of checkboxes which are checked.

so that i could generate a query out of that returned value.


  Return to Index