CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: NewsGroup Date Entered: 3/19/2008 9:27:27 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 4 Views: 284 Favorited: 0 Favorite
5 Items, 1 Pages 1 |< << Go >> >|
sasankj
Asp.Net User
How to use CSSFriendly.dll in my webapplication?3/19/2008 9:27:27 AM

0

Hello All,

I added reference to CSSFriendly.dll in webapplication project.

Now i want to have common horizantal menu on the top of the screen for every page of the application..

 Please suggest what is to be done?

 

Thanks,

Sasank

shalan99
Asp.Net User
Re: How to use CSSFriendly.dll in my webapplication?3/19/2008 10:40:38 AM

0

Hi Sasank,

You will also have to place the "CSSFriendlyAdapters.browser" file in the App_Browsers folder in the root of your application. 

Next, are you familiar with MasterPages?  If not look at this articel on the odetocode site for a good run through of what this is - ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps.  Basically, you will create 1 Master page that contains all your common page styling/rendition...this will include your Horizontal menu.

Next, you will have to have some CSS in place to control the styling of the menu itself.  If you go to http://www.asp.net/CSSAdapters/Menu.aspx, they give a great example of how to achieve this.

hope this helps!

cheers!

shalan 

bdemarzo
Asp.Net User
Re: How to use CSSFriendly.dll in my webapplication?3/22/2008 8:14:27 PM

0

1. Drop the DLL in your bin folder.
2. Drop the CSSFriendlyAdapters.browser file to your App_Browsers folder.

Note also that you can compile an updated release with some new featuers and fixes from http://www.codeplex.com/cssfriendly:

 


- brian
- blog: www.sidesofmarch.com
courtf
Asp.Net User
Re: How to use CSSFriendly.dll in my webapplication?3/25/2008 5:57:58 PM

0

I have followed these directions, but I get the following error:

Server Error in '/Inventory' Application.

Security Exception

Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase) +0
System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) +41
System.Web.Compilation.CompilationUtil.GetTypeFromAssemblies(AssemblyCollection assembliesCollection, String typeName, Boolean ignoreCase) +176
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +325
System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +38


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
 

 

Any ideas? It seems like I might just need to make a change to web.config or something, but I wouldn't know where to start. When I open Visual Studio's Administration tool, it points to CSSFriendlyAdapters.browser line 4. That appears to be the first <adapter> tag.

bdemarzo
Asp.Net User
Re: How to use CSSFriendly.dll in my webapplication?3/25/2008 6:17:13 PM

0

The latest source code release of the adapters needs full trust. You'd have to check your hosting environment to see if this can be supported. 


- brian
- blog: www.sidesofmarch.com
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
How to use CSSFriendly.dll in my webapplication? - ASP.NET Forums How to use CSSFriendly.dll in my webapplication? ... I added reference to CSSFriendly.dll in webapplication project. ...
CSS Friendly Control Adapters - Discussions First post: umesh wrote: Hello , i m using Cssfrindly.dll in my project ... I am trying to see some sample examples before implementing them in my Web Application pro. ... How can I use the control adapters in the following scenario ...
CSS Friendly Control Adapters -- Dead? : LeeDumond.com Nov 19, 2008 ... Skip the templates and just use the default output from the CSS FCAs. ... But when I added the CssFriendly.dll and the CSSFriendlyAdapters.browser to my project, ... TheBeerHouse: An N-Tier LINQ Web Application with ASP. ...
Having trouble installing CSS Friendly Control Adapter - ASP Free Thank you for taking the time to read my thread. ... I have added the CSSFriendly.dll and CSSFriendlyAdapters.browser to the correct folders in my websites directory .... Understanding Web Application Security Challenges ...
CSS Friendly Control Adapters - Discussions For my own use, I've changed the order in which the javascripts are "loaded". .... Add a reference to the CSSFriendly.dll to your web application. ...

How to use CSSFriendly.dll in my webapplication? - ng.asp-net ... How to use CSSFriendly.dll in my webapplication?, > ROOT > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters, ...
GetViewState__AspNetTreeView not defined - ng.asp-net-forum ... how to use cssfriendly.dll in my webapplication? trying to use adapter to modify validationsummary to use span instead of div ...
Getting "The Type must be loadable by BuildManager.GetType(string ... How to use CSSFriendly.dll in my webapplication? - ng.asp-net ... Drop the DLL in your bin folder. 2. Drop the CSSFriendlyAdapters.browser ...
Security Exception - System.Web.AspNetHostingPermission - ng.asp ... How to use CSSFriendly.dll in my webapplication? - ng.asp-net ... Exception Details: System.Security.SecurityException: Request for the ...
CssFriendly Menu Adapter - Images not showing - ng.asp-net-forum ... How to use CSSFriendly.dll in my webapplication? ... Treeview with Three State Chechbox - microsoft_downloads ... cssselectorclass doesn't validate ยท css ...






please help - this is so frustrating! setfocus in a masterpage contentplaceholder

how do i set part of navigateurl as session variable?

set treenode image in code behind (vb)

get role in master page.

search node in a tree list!

changing masterpage label from masterpage code behind

templates?

is this possible with a master page?

sitemap trimming not happening

skin ajax extender

adding a style to a button tag

styles for menu control

how to display different title in one master page

menu control, add child to parent

cross-page posting

hide stylesheet

master page with treeview

roles in sitemap

hiding menuitems depending on roles using sitemap

using vb code to display on pages

aspnet menu control

changing the 'aspnetform' id when using masterpages

need help building a menu...

problem with imageurl defined in a skin file

css class for a specific control type in css file

retain value in iframe of master page

formatting menu?

expanding two (2) treeview with the same hyperlink without postback.

menu

hi, i created a master page with header footer and side...

   
  Privacy | Contact Us
All Times Are GMT