By Nicholas Geiger I find the GridView control to be quite useful. Yet, for larger tables of bindable data, I dislike the built-in pager that comes with the GridView control. The only method that I am aware of to get that pager to work properly is to supply it with all viewable results from the […]
Read more →
By Nicholas Geiger In the past, I wanted to pass tables of data between SQL Server procedures. However, some of the methods that I found then were not ideal. For instances, it can be done using cursors, user defined table types, and XML variables. Yet all these had limitations that I disliked. XML variables requires […]
Read more →