Data - Raj Kaimal

Browse by Tags

All Tags » Data (RSS)

SQL 2005 - Maximum number of characters displayed in each column

This setting in Microsoft SQL server management studio, which has a default setting of 256 characters, caused me to waste almost half an hour yesterday. I was looking in the wrong places trying to troubleshoot my stored procedure and wondering why my...
Posted by rajbk | 1 comment(s)
Filed under: ,

Changing the connectionstring of a wizard generated TableAdapter at runtime from an ObjectDataSource

The Visual Studio 2005 Dataset designer allows you to create a DAL using a typed dataset and easily bind this to a GridView with the help of an ObjectDataSource. By default, in the TableAdapter generated, the visibility of the encapsulated Connection...
Posted by rajbk | 14 comment(s)
Filed under: , ,

GridView DropDownList Pager

A way to add a dropdownlist pager to the GridView....
Posted by rajbk | 40 comment(s)
Filed under: , , ,
More Posts