GridView control adapter issue
- From: "Lee C." <nomail@xxxxxxxx>
- Date: Wed, 19 Mar 2008 01:46:09 -0400
Hello. I am trying to leverage adaptive rendering in ASP.NET 3.5. If I
create a super-simple GridView control adapter, it seems to "eat" my base
GridView's caption property/attribute.
------------------------------------------------------------
Public Class GridViewAdapter
Inherits System.Web.UI.WebControls.Adapters.WebControlAdapter
Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter)
MyBase.Render(writer)
End Sub
End Class
End Namespace
------------------------------------------------------------
I figured out how to put the property/attribute back in, but should it not
already be in the writer parameter?
Cordially,
Lee C.
.
- Prev by Date: Re: How to Reference Gridview child controls
- Next by Date: can I progarmatically register asp.net to IIS
- Previous by thread: Re: How to Reference Gridview child controls
- Next by thread: can I progarmatically register asp.net to IIS
- Index(es):