views:

350

answers:

1

As you all know Asp.net 3.5 and past generations Rendered as Table ( TR - TD ) form and this makes it heavy to load and blah blah blah. Microsoft change the rendering methods of this control from table to UL LI in Asp.net 4.0

As I am using Asp.net 3.5 , Is there any solution to force this control rendered as a UL LI ?

+2  A: 

The CSS friendly control adapters for ASP.NET 2.0 are doing precisely that. I've used them a couple of times and they always did the job. They can be activated/deactivated for each control type. For the grid control for example they render the tag, which as we all know is essential for easy styling.

ntziolis
@ntziolios, You did a greate job man. Thank you
Nasser Hadjloo