Updating Only Changed Rows in the GridView Control
I want to convert Textbox Text to decimal, It is in nested gridview.
condition is that Textbox Text must be converted to decimal if and only if user changes text.
i want to update the data to database so i am doing in grdView_OnRowCommand event.