Browse by Tags

All Tags » GridView (RSS)

Formatting columns in a GridView

Formatting columns in a GridView is relatively straightforward, once you know the appropriate format string. Here are the steps if you are using Expression Web, Visual Studio, or Visual Web Developer: Open the Task Pane of your GridView and select Edit...
Posted by gcastner | with no comments

Database driven images in ASP.NET GridView

If you want to show images of products, members, or anything else, one method is to store the image filename in a database field and then add an imagefield column type to an ASP.NET gridview. Here are the steps: 1. Let's assume you have a products...
Posted by gcastner | with no comments
Filed under: , ,