Gridview with on row computation part 1
Posted on October 3, 2007 - Filed Under ASP.NET | Leave a Comment
On this tutorial, I would like to show you how to create a gridview with on the fly computation per row.
For this project we would need to have a gridview with 5 columns: UserName, rate, weight, score, and edit/update button with delete or cancel button. The username will be fix and will be coming from [...]