just looking for any ideas on a direction to start in on what i am needing to do.
ASP page with two frames. top frame has a label for total approved. bottom frame has a DataGrid control populated through a dataset with some template columns for checkboxes to approve or deny and a textbox to alter quantity.
what i would like to do (all client side): register a lost focus script on the textboxes to see if the checkbox on their row is checked and if so then sum every row that is checked and update the label in the top frame with the amount.
how do i begin to write the client side script function to loop through the rows?
any ideas anyone?
ASP page with two frames. top frame has a label for total approved. bottom frame has a DataGrid control populated through a dataset with some template columns for checkboxes to approve or deny and a textbox to alter quantity.
what i would like to do (all client side): register a lost focus script on the textboxes to see if the checkbox on their row is checked and if so then sum every row that is checked and update the label in the top frame with the amount.
how do i begin to write the client side script function to loop through the rows?
any ideas anyone?