Hi All,

In my web application I have one gridview control with the column of Item Price, Quantity and Total.

When I'm enterign values into the textboxes of ItemPrice and Quantity the total textbox want to be fill automatically.

Column4 = Column2*Column3

All the Column have only Textboxes and I need the same operation for the edit mode also.

I think you guys have idea on this, Let me know the same....

Thanks in advance...