Welcome to AspAdvice Sign in | Join | Help

.Net Discoveries

An attempt to pass along some answers I have discovered in my .Net coding.

February 2007 - Posts

Accessing Controls From a 'Basepage'
Prologue In the process of redesigning our company's new website, I've found a number of powerful techniques that will help make it easier to maintain the site. One of the suggestions I found was to use base pages. Basically, have every webpage inherit Read More...
Customizing the Paging Control For a GridView
Prologue I was using a GridView control the other day and found something quite interesting. With all the settings that are there for paging controls, there isn't one that allows you to do first, last, next, previous AND page numbers. I also though it Read More...