Browse by Tags

All Tags » GridView » ASP.NET (RSS)

Formatting columns in a GridView

This post has moved to http://castnerit.com/blog/?p=64
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: , ,