Hi,
I would like to conform to the specs of the CSS team but as you guess
there's no built-in .NET controls that outputs from the database the HTML
exactly as the specs.
So my question is, what's the best way to change the rendering behavior of a
standard .NET server side control?
I thought of overriding Render() in inheritance.. is there any other way!?
Thanks a bunch!
Mike
Patrice - 26 Mar 2008 19:28 GMT
Try :
http://weblogs.asp.net/scottgu/archive/2006/05/02/CSS-Control-Adapter-Toolkit-fo
r-ASP.NET-2.0-.aspx
--
Patrice
> Hi,
>
[quoted text clipped - 10 lines]
>
> Mike
Mike Gleason jr Couturier - 26 Mar 2008 20:35 GMT
> Try :
> http://weblogs.asp.net/scottgu/archive/2006/05/02/CSS-Control-Adapter-Toolkit-fo
r-ASP.NET-2.0-.aspx
[quoted text clipped - 17 lines]
>>
>> Mike
That's exactly what I was looking for.
Thanks!