Hi All,
I have a databound grid with the last column as PRICE.
I want the user to check a checkbox, that will run a client javascript function to add up the PRICE column of all the other checkboxes.
So this is a client side sum based on a datagrid.
I think this can be done. I've done it before in classic ASP (asp3) but not show how to do this using the datagrid.
There is no control for me to find in the datagrid since its a databound column.
Any help would be appreciated. Thanx.
I have a databound grid with the last column as PRICE.
I want the user to check a checkbox, that will run a client javascript function to add up the PRICE column of all the other checkboxes.
So this is a client side sum based on a datagrid.
I think this can be done. I've done it before in classic ASP (asp3) but not show how to do this using the datagrid.
There is no control for me to find in the datagrid since its a databound column.
Any help would be appreciated. Thanx.