Ask a Question related to ASP.NET General, Design and Development.
-
Nus Pieds #1
TemplateColumn CheckBox
Hi,
I have a datagrid and would like to use a checkbox (NOT a
LinkButton) to select/deselect entries. In the template,
I set the CheckBox AutoPostBack to True, but I do not know
how to intercept the check/uncheck and on which line of
the datagrid it occurred.
That's the great thing about LinkButton, because I can
respond to the event in te ItemCommand event handler. But
what do I do when I want to handle the checkbox of my own
template column and still want to know on which line of
the datagrid?
Thanks,
NP
Nus Pieds Guest
-
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the... -
TemplateColumn with CheckBox DataBind in C#
Hi! I'm having problem binding a checkbox to data from a DataSet. I've seen solutions like <%#DataBinder.Eval(Container.DataItem,... -
Help with CheckBox inside a TemplateColumn
In my datagrid, I created a CheckBox in a TemplateColumn. And I need to be able to update my table every time the user checks the CheckBox, but I... -
TemplateColumn to display Checkbox in DataGrid
I am trying to display the contents of a numeric database column whose values are restricted to 0 or 1 as a checked or unchecked checkbox in my... -
Checkbox in TemplateColumn
You would probably have a common event hander for CheckBox's CheckedChanged event and in that event handler you could get the DataGridItem the...



Reply With Quote

