Wednesday, September 3, 2008

How to simply modify a GridView




There are still several of people who posts questions about changing the GridView dynamically. I will in this post explain some basics about how to change the GirdView.

When you bind data to a GridView, you can get access to the current row that is data bound by using the RowDataBound event: check out this post

No comments:

Post a Comment