CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML





Zone: > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: NewsGroup Date Entered: 2/13/2008 8:47:26 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 24 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
J Darcy
Asp.Net User
Adding CSS Control Adapters to existing site2/13/2008 8:47:26 AM

0/0

Hi, I understand how to create a new website using the CSS Control Adapters template but how do you go about making an existing site use them? (Use CSS instead of tables)

MikeJ83
Asp.Net User
Re: Adding CSS Control Adapters to existing site2/14/2008 11:02:21 PM

0/0

There is no technical difference between the two. The only difference would be that you have to now go back through all of the pages you have created and update any markup\css so that your pages look good with the CSS Adapters installed. For example, if you had this:

<table class="menu">
...

and it changed to this:

<div class="AspNet-Menu">
....
You would want to change your css from table.menu to div.AspNet-Menu
Ganesh@Nilgris
Asp.Net User
Re: Adding CSS Control Adapters to existing site2/19/2008 12:13:40 PM

0/0

 1. download the sourcecode from the link. http://www.asp.net/cssadapters/ and the install the vsi so that the necessary templates are added to vs 2005.

2. use vs2005 , create a new site using cssfriendlyadapters Templates. for more help Please look the following link http://www.asp.net/CSSAdapters/WalkThru/WalkThrough.aspx

3.Open the site and  Press F5 to run the local copy of the site. From this newly created site copy the following folders to your existing application where u want to install cssadapters.

a) App_browser b) App_Themes c) CSS d) Javascript. No need of coping App_code directory as we have a "dll" which we can just place it in the "bin" directory.

4. Go to the following link and download the "cssfriendly.dll". http://www.codeplex.com/cssfriendly/Release/ProjectReleases.aspx?ReleaseId=2159

5. Now copy the "dll" to bin folder in your existing application.

6.Now add a web page to your existing application

7. See for the sub heading  "Build a Simple Page that Can Use the Kit's Adapters" in the link http://www.asp.net/CSSAdapters/WalkThru/WalkThrough.aspx

so that u can refer a stylesheet in your page and add the stylesheet to your page.

8. Now add a treeview control to your page and also a sitemap file.

9. Now modify the Pages attributes

stylesheetTheme ="Enhanced"

Run the application u should be able to get the treeview

Hope it helps

 

 


Jai Ganesh. J , GSD ,India

Please Mark As Answer If my reply helped you.
3 Items, 1 Pages 1 |< << Go >> >|



Search This Site:


Meet Our Sponsors:



Other Resources:

CSS Adapters - http://www.codeplex.com/cssfriendly - newsgroup.asp-net ... ... the Menu control makes it simple to add a menu to a web site, but it would ... With the adapter solution you don't have to touch any of the existing files that ...
ng.asp-net-forum.microsoft_downloads-css_friendly_control_adapters ... Adding CSS Control Adapters to existing site. 2. 5. 2/19/2008 12:13:40 PM ... web.config - adding css friendly adapters to existing website. 6. 6. 2/18/2008 3: ...
Adding CSS Control Adapters to existing site - ASP.NET Forums Sort Posts: Adding CSS Control Adapters to existing site. 02-13-2008, 3:47 AM. Contact ... Re: Adding CSS Control Adapters to existing site. 02-19-2008, 7:13 AM ...
CSS Friendly Control Adapters - Add 'em to Your Site CSS Friendly Control Adapters - Add 'em to Your Site. Jan 14, ... thru integrating the adapters into your existing web site that I followed step-by-step...
web.config - adding css friendly adapters to existing website - ASP.NET ... ... CSS Friendly Control Adapters " web.config - adding css friendly adapters to existing website ... to add css friendly adaters to an existing site and ...
White Paper: ASP.NET 2.0 CSS Friendly Control Adapters 1.0 ... you want to integrate these adapters into an existing site, follow these instructions: ... Typically, this is done by adding a skin file to a theme folder. ...
Steps for adding a CSS Control Adapter - Onion Blog - Pluralsight Blogs I have had the chance to present the CSS Control Adapter Toolkit at several conferences and classes recently, and ... adapter into an existing site is ...
CSS Control Adapters Update (Beta3) - ScottGu's Blog ... CSS adapters was to maintain existing functionality, but render the html in css ... don't see a problem with adding new functionality (such as the ...
CSS Friendly Control Adapters - Home The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the ...
ASP.NET 2.0 CSS Control Adapters Released - Paul Wilson's .NET Blog ... the Menu control makes it simple to add a menu to a web site, but it would ... at the code of some of the existing controls inside BCL you will see that there ...
Extreme ASP.NET: Control Adapters ... how you could add the MenuAdapter to an existing Web application. ... to create a new Web site using the CSS Friendly ASP.NET Control Adapters template. ...



 
All Times Are GMT