|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
datagrid\checkboxI am filling a datagrid at runtime with the values I want in the
columns. In some of the rows I would like to have a checkbox in the last column for the user to check. Then when the user clicks the submit button, I would like to be able to tell which check boxes were checked. I can get the last column with checkboxes, but they show for each row I populate in the datagrid. Is there a way to have the checkboxes appear for certain rows only? TIA Hi GH,
You set checkbox's visible to false in datagrid_ItemDataBound event upon condition. HTH Elton Wang Show quoteHide quote "gh" wrote: > I am filling a datagrid at runtime with the values I want in the > columns. In some of the rows I would like to have a checkbox in the > last column for the user to check. Then when the user clicks the submit > button, I would like to be able to tell which check boxes were checked. > I can get the last column with checkboxes, but they show for each row > I populate in the datagrid. Is there a way to have the checkboxes > appear for certain rows only? > > TIA > >
Runs on development machine, not on server?
Can't install MSDN Library on VS 2003?!?!? Help me clean up my DB connection (trying to use parameterized query) security execption CrystalDecisions.CrystalReports.Engine.LogOnException: Logon faile Can't Update SQL Database Via GridView Application Variable disappears. v2.0 XML Webservice Binary File load filtering data css and skins in 2.0 |
|||||||||||||||||||||||