I have a web application in Visual Studio 2008, and I have found an article explaining how to extend GridView creating an inherited class.
If I create that class inside the same project, is possible to use my new grid? How?
If it isn't possible, why?