I'm using ASP.NET 2.0 CSS Friendly Control Adapters from
CodePlex. I know adapters work properly under framework 2.0, but I'm building my project under Visual Studio 2008 (framework 3.5), so there are some incompatibilities.
I can't get the Menu Control Adapters working properly (they are shown as <table> elements, but not as <div> elements).
Did anyone get this working? Is there anyone working on it? Can anyone help me?
I need to get this working as soon as possible, and my knowledge isn't powerful enough to improve the CSSFriendly library.
Thanks in advantage [;)].
NOTE: I'm using the 11160 build, the lastest one until today.
Why would someone want to force it to use a table?
Just curious as that doesn't make sense to me, I thought the point of the library, as I understand it, is to render tags that load faster and use valid css.
I am just curious, I am sure you have a good reason. It is cool to know it is working with 3.5 since I haven't tried that yet.
Im using .net 3.5 and have downloaded 1.0 production. Ive installed all the adapter files, (in app_code/adapters) but when I put
using CSSFriendly;
in my codebehind, I get an error
'the type or namespace cssfriendly coud not be found'
Are the 1.0 production files up to date ? I cant find the vsi files or the example project. The download is just a cut down project not the web site project.
Ive downloaded it and unzipped it, I notice that there is no IEMenu7.css file, yet on Sctott Guthries blog, he shows an IE7 version. Is this his own version or is it available somewhere ?
ADX
Member
2 Points
7 Posts
CSS Friendly Adapters and .NET 3.5? Is it possible?
Jun 23, 2008 08:43 AM|LINK
Hi,
I'm using ASP.NET 2.0 CSS Friendly Control Adapters from CodePlex. I know adapters work properly under framework 2.0, but I'm building my project under Visual Studio 2008 (framework 3.5), so there are some incompatibilities.
I can't get the Menu Control Adapters working properly (they are shown as <table> elements, but not as <div> elements).
Did anyone get this working? Is there anyone working on it? Can anyone help me?
I need to get this working as soon as possible, and my knowledge isn't powerful enough to improve the CSSFriendly library.
Thanks in advantage [;)].
NOTE: I'm using the 11160 build, the lastest one until today.
NOTE 2: Sorry about my english.
css adapters friendly 2008 menu control 3.5
pkellner
All-Star
24042 Points
3625 Posts
ASPInsiders
Moderator
MVP
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Jun 23, 2008 01:50 PM|LINK
I downloaded what was in codeplex about 2 weeks ago and have the menu control working no problem.
Here is the site that uses it. I did force it to use <table> but it was using <li> by default originally.
http://www.siliconvalley-codecamp.com/Default.aspx
http://peterkellner.net
Microsoft MVP • ASPInsider
OutOfTouch
Member
119 Points
218 Posts
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Jul 02, 2008 09:47 PM|LINK
Hi Peter,
Why would someone want to force it to use a table?
Just curious as that doesn't make sense to me, I thought the point of the library, as I understand it, is to render tags that load faster and use valid css.
I am just curious, I am sure you have a good reason. It is cool to know it is working with 3.5 since I haven't tried that yet.
Regards
ADX
Member
2 Points
7 Posts
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Jul 03, 2008 09:39 AM|LINK
Thanks for support. I've finally solved the problem. There was a small (personal) problem with my .browser file.
It works perfectly on ASP.NET 3.5 with codeple'x cssfiendly 11160. Don't forget to try those fantastic adapters.
Regards,
ADX
pkellner
All-Star
24042 Points
3625 Posts
ASPInsiders
Moderator
MVP
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Jul 03, 2008 06:10 PM|LINK
it was a browser compat issue that lead us to this.
http://peterkellner.net
Microsoft MVP • ASPInsider
misuk11
Participant
1608 Points
1280 Posts
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Nov 13, 2008 04:44 PM|LINK
what exactly do you mean
'codeplex's cssFriendly 11160'
Im using .net 3.5 and have downloaded 1.0 production. Ive installed all the adapter files, (in app_code/adapters) but when I put
using CSSFriendly;
in my codebehind, I get an error
'the type or namespace cssfriendly coud not be found'
Are the 1.0 production files up to date ? I cant find the vsi files or the example project. The download is just a cut down project not the web site project.
OutOfTouch
Member
119 Points
218 Posts
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Nov 13, 2008 05:02 PM|LINK
On codeplex download the latest change set that is what 11160 means it is a changeset number.
http://www.codeplex.com/cssfriendly/SourceControl/ListDownloadableCommits.aspx
misuk11
Participant
1608 Points
1280 Posts
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Nov 13, 2008 05:16 PM|LINK
so this is the very latest version ?
Ive downloaded it and unzipped it, I notice that there is no IEMenu7.css file, yet on Sctott Guthries blog, he shows an IE7 version. Is this his own version or is it available somewhere ?
OutOfTouch
Member
119 Points
218 Posts
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Nov 13, 2008 05:26 PM|LINK
If you downloaded 16291 then that would be the latest that I know of. If I recall correctly the CSS and JavaScript are now embedded in the library.
I don't remember a CSS file for IE7 just one for IE6.
ADX
Member
2 Points
7 Posts
Re: CSS Friendly Adapters and .NET 3.5? Is it possible?
Nov 13, 2008 06:08 PM|LINK
I'm not sure but I think that the IE6 css file contain certain hacks to correctly show up menus. IE7 doesn't need any external stylesheet.
Another thing...
Does anyone know whether CSSFriendly is compatible with MVC.NET or not compatible?
Thanks in advantage.
cssfriendly mvc css