Thursday, July 2, 2009

Extending Grid View Control of ASP .NET

If you want to modify some functionality of existing Grid View control of ASP .Net then you always have the option of extending the control. In this article I have extend the Grid View with custom field. To extend the Grid View control you can inherit the new class from existing class or any of the following class 1). DataControlField - The base class for bind field 2). ButtonFieldBase - The base class for all button field and command field. In this article I am extending the Grid View control of ASP .Net with LongTextField and ConfirmDeleteButton (it will be in my next blog)

Read more at http://www.dotnetfunda.com/articles/article439-extending-grid-view-control-of-asp-net.aspx

Author: Hareshambaliya

1 comments:

dharit said...

Really Nice article by Mr. Ambaliya.It will help a lot for developers.