Adding a checkbox column to a databound DataGrid
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi,
I have a datagrid that is bound to a datasource. I now need to add a
checkbox column to the datagrid in column(0) position which is independent
of the datasource. I will be checking for the checked checkboxes on
postback and writing the ID column value to a table.
I need to add the checkbox column in code.
How do i go about doing this?
Thanks!
Ron
.
Relevant Pages
- Re: populating Crystal Reports from DataGrid data
... If that's the case would I go into the CR Datasource wizard and spell- ... Bind the model to the DataGrid you have on the page already. ... Dim emps As Employees ... Dim Employee As Employee ... (microsoft.public.dotnet.framework.aspnet) - Re: populating Crystal Reports from DataGrid data
... Are you trying to populate the datagrid and the CR on the same page request? ... How to put objects into the Session ... If that's the case would I go into the CR Datasource wizard and spell- ... Dim emps As Employees ... (microsoft.public.dotnet.framework.aspnet) - Re: dataGrid confusion
... >I am having trouble wrapping my head around a datagrid and datasource. ... > I click my Orders button, grid displays as expected. ... DataView, it isn't DefaultView, but you can get the right DataView using the ... (microsoft.public.dotnet.languages.csharp) - Re: populating Crystal Reports from DataGrid data
... Bind the model to the DataGrid you have on the page already. ... Dim emps As Employees ... trying to decide what to put in for my datasource. ... Dim Employee As Employee ... (microsoft.public.dotnet.framework.aspnet) - Re: Phantom-Eintrag in der linken oberen Zelle
... Irgendjemand, letztlich Dein Code, hat was ... die Anzeige im DataGrid verändert. ... Ereignisprozeduren steht usw. ... Datasource enthalten ist. ... (microsoft.public.de.vb) |
|