Questions tagged [css-friendly]

CSS Friendly is a tool kit for ASP.Net that allows to modify the way that our server ASP.NET controls are shown on the browser.

The ASP.NET 2.0 CSS Friendly Control Adapters kit provides pre-built control adapters that you can easily use to generate CSS friendly markup from some of the more commonly used ASP.NET controls.

5 questions
1
vote
1 answer

App_Browsers ignored after every rebuild

I have this problem that's been affecting me for a while: I use CSSFriendly, with the App_Browsers folder and a CSSFriendlyAdapters.browser file in it. Everything works fine, but every time I make a change to a source file in the project and…
f.cipriani
  • 3,357
  • 2
  • 26
  • 22
1
vote
0 answers

IE10 ie.browser fix doesn't work with CSSFriendlyAdapters

Following our efforts to get our ASP.NET sites working correctly in IE10 - specifically, trying to fix the IE10 bug when the server doesn't recognize the UA string and linkbuttons fail to trigger the postback..., I have copied the ie.browser file to…
jhfelectric
  • 572
  • 2
  • 6
  • 24
0
votes
1 answer

Css Friendly Adapters stopped working

I used the Css Friendly Adapters on a site that ran for a few years successfully and after making some changes, the adapters silently fail - but only on the server. On my local copy, it still works fine. On the server, my treeview html renders as a…
robin
  • 53
  • 2
  • 5
0
votes
0 answers

TreeNodeCollpased and TreeNodeExpanded events in Treeview using css friendly

when I use css friendly, TreeNodeCollpased and TreeNodeExpanded events in treeview do not fire. I'm trying to save treeview state in a dictionary and restore the state. Any idea? (li and ul tags have no id)
Amin
  • 93
  • 1
  • 13
0
votes
1 answer

Horizontal menu showing vertically with cssfriendly adapter

I am using cssfriendly latest version but while applyinf Orientation="Horizntal" my manu shows in Verticle format. Below is my .ASPX code