First of all let me know that the CSS Control Adapters is a really good idea ...
ASP.NET renders poorly some of their controls and not CSS friendly ... so surprise that. Just see IE6 ...
The problem is that CSS Control Adapters has many problems.
Try this, that I am trying for days:
Create a GridView (Table) and try to set 1 column with fixed width and the others expanded.
HeaderStyle.Width does not work.
HeaderStyle.CssClass does not work.
Any sugestion?
Other project that I think is great is AJAX Control Toolkit. But in 1 month I already found and reported 4 bugs.
I love ASP.NET but sometimes I get so frustrated with the render problems and bugs that I start thinking in moving for new technologies out there as Ruby.
shapper
Contributor
3932 Points
3789 Posts
CSS Control Adapters Sucks ... What is going on?
Nov 14, 2007 12:29 PM|LINK
Hello,
First of all let me know that the CSS Control Adapters is a really good idea ...
ASP.NET renders poorly some of their controls and not CSS friendly ... so surprise that. Just see IE6 ...
The problem is that CSS Control Adapters has many problems.
Try this, that I am trying for days:
Create a GridView (Table) and try to set 1 column with fixed width and the others expanded.
HeaderStyle.Width does not work.
HeaderStyle.CssClass does not work.
Any sugestion?
Other project that I think is great is AJAX Control Toolkit. But in 1 month I already found and reported 4 bugs.
I love ASP.NET but sometimes I get so frustrated with the render problems and bugs that I start thinking in moving for new technologies out there as Ruby.
Thanks,
Miguel