Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
David Flynn #1
Checkbox values reverting to false on button click
Hi,
I have a datagrid with a checkbox template column. I am using client
side javascript to update a textbox with the a value for the same row
in the datagrid. I have an asp imagebutton that when clicked, iterates
through each item in the datagrid checks the value of the checkbox and
performs an action based on the value of the checkbox.
My problem is that for some reason, when I click the button, the value
of each checkbox is false, even though I have checked them.
Is there some event or something that is being fired that refreshes
the state of my datagrid. I have written a procedure to save the
values of the checkboxes to the viewstate but not sure which datagrid
event to assign it to.
Any help will be greatly appreciated.
--
Dave
David Flynn Guest
-
how to use click event on a checkbox in cfgrid
I am using checkboxes in a cfgrid by putting type="boolean" in my cfgridcolumn tag The problem is, I need a click event to be fired when any of the... -
WWW::Mechanize click($button) not finding right button to click
Based on wise advice from participants of this forum, I rewrote my web automation script using WWW::Mechanize. The script now successfully logs... -
Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl.
Hello I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true } 2.... -
Capture CheckBox Click Event
I have a datagrid with a checkbox column. The column is bound to adatabase, and I have no problem capturing a click event on the checkbox using the... -
How Do I : Add a Click event to a checkbox in a DataGrid
Hello, I need to know when a user clicks a checkbox, in a datagrid, so I can then update the database. I.E. I need to know which row has been... -
squeeb #2
Any answers to this problem?
I'm having the same problem. Any luck figuring this out?
thanks!squeeb Guest



Reply With Quote

