Click to See Complete Forum and Search --> : JavaScript Validation for TextBox in DataGrid


navinkaus
May 18th, 2007, 07:11 AM
Hi,
I am using datagrid with EditCommandColumn. When I click on Modify button one of my columns come into the edit mode, now when I click on update button I want to make sure that entered value is number and greater than one of the value in other column.

How can I perform this validation ?