Tagged Questions
15
votes
3answers
3k views
Better CSS in .NET?
I'm getting slightly jealous of the innovation I'm seeing from the Python and Ruby community around CSS. For example, see:
http://sandbox.pocoo.org/clevercss/
http://lesscss.org/
...
15
votes
9answers
1k views
Can I stop .NET eating IDs?
I'm an Information Architect and JavaScript developer by trade nowadays, but recently I've been getting back into back-end coding again. And, whilst trying to get an HTML prototype integrated and ...
11
votes
8answers
39k views
How to edit CSS style of a div using C# in .NET
I'm trying to grab a div's ID in the code behind (C#) and set some css on it. Can I grab it from the DOM or do I have to use some kind of control?
<div id="formSpinner">
<img ...
10
votes
1answer
1k views
Automated W3C Validation
I'd like to use MSBUILD to check the validity of both the rendered HTML and CSS of all pages in a site, and break the build on errors.
Can anyone recommend a strategy to validate HTML and CSS in an ...
9
votes
1answer
157 views
Is there a CSS object model or CSS querying api for .net?
Is a library out there that will allow me to write the following kind of code, which parses CSS and returns a queryable object model
string input = "p, span { font-family: arial; }";
var cssRules = ...
8
votes
1answer
1k views
ASP.NET ListView - Render THEAD/TBODY Tags
I have an ASP.NET ListView control (see below).
Unfortunately, when a ListView control is rendered is does so absent of HTML tags such as THEAD/TBODY.
This is causing a problem for me because the ...
8
votes
9answers
2k views
How to Include Multiple Javascript Files in .NET (Like they do in rails)
I'm jealous of the rails guys. They can do this:
<%= javascript_include_tag "all_min" %>
... and I'm stuck doing this:
<script src="/public/javascript/jquery/jquery.js" ...
7
votes
6answers
340 views
Is there a smart Diff Tool for C#, CSS and JavaScript?
I'm currently using TortoiseMerge as a diff tool, but it has the problem that most diff tools have: It's ignorant of what it's diffing and thus shows all changes.
I wonder if there is a diff tool ...
6
votes
3answers
279 views
HTML based report being ripped to pieces by pagination
I've created a HTML based report that can be variable lengths and number of segments in C# (which is why Crystal Reports wasn't used) and I can't use the wonderful http://www.printfriendly.com/ as the ...
6
votes
3answers
4k views
How to reference embedded images from CSS?
I have a CSS file that is embedded in my assembly. I need to set a background image for certain elements using this CSS file, and the image needs to be an embedded resource also. Is this possible? Is ...
6
votes
3answers
338 views
Is there a .NET based CSS abstraction library?
I've been working on a really large project for almost 2 years and the client requirements keep changing. These changes, of course, effect everything and I would like to find a way to work with the ...
6
votes
4answers
492 views
Will .NET MVC give me the HTML/CSS/JS separation I need?
I'm working with my ASP.NET development team to try and create "better" (i.e. cleaner) HTML when rendering pages. At the moment, .NET has a nasty tendency to do things like dump JavaScript into the ...
5
votes
1answer
5k views
Apply CSS for an HTML generic control like <UL> and <LI> in ASP.NET
I don't know how to apply CSS for a HTML generic control like <UL> and <LI> given runat="server" in ASP.NET. I am finding the <li> in a master page from a content page. Once I found ...
5
votes
4answers
4k views
asp.net mvc and css: Having menu tab stay highlighted on selection
Is there a better way to do this?
I have an HTML helper extension method that checks if the current tab menu is the the selected one and then chooses .selected css class or not. I put the ...
4
votes
3answers
322 views
C# .NET Website - adding a CSS class to menu elements
I've been using PHP for 7 years or so now, but as of today I've been thrust into using .NET for a project. Just for an insite:
This project features:
.NET4
Viewstate = false
Now my issue is this. ...
4
votes
3answers
423 views
How can I expand CSS shorthand properties programmatically?
Is there a .Net CSS parser that will allow me to parse css shorthand properties into their longhand form?
For example I'd like to take the following:
#somediv{
margin: 10px;
...
4
votes
3answers
1k views
How to return dynamic CSS with ASP.NET MVC?
I need a solution that lets me accomplish the following:
Returning CSS that is dynamically generated by an action method
Choosing CSS file depending on request parameter or cookie
Using a tool to ...
3
votes
4answers
86 views
How can I serve a CSS file from a WCF Service?
I'm working on a plug-in architecture for "widgets" on a website. I would like each individual widget to store its Javascript and CSS as resources in the assembly. When the page is rendered, I inject ...
3
votes
1answer
802 views
How do I make an ASP.NET ListView repeat grouped items horizontally?
I have an ASP ListView displaying some items with GroupItemCount set to 3:
A D G
B E H
C F I
i.e. it groups them vertically in columns. How do I make it display so that it groups horizontally ...
3
votes
1answer
1k views
ASP.NET ListView - Scrollable with fixed headers using CSS
I am using an ASP.NET ListView control and, at the moment, I have a scrollable grid:
(example below is simplified and contains embedded styling for sake of question)
<asp:ListView ID="ListView" ...
3
votes
2answers
156 views
Is there a good .Net CSS aggregator that combines style sheets and minifies them?
I am looking to see if there is an open source/free project that provides a CSS manager. I am looking for this mainly for performance tweaking and hoping there is a readymade project rather than ...
3
votes
4answers
241 views
Reading CSS files in .NET
Is there a class in .NET for reading CSS files? I guess it would be the equivalent of what the XmlDocument class is to an XML file.
3
votes
5answers
947 views
How to add a css reference within a server control?
I've built a custom server control that uses custom CSS. The problem that I have is that I have to set a reference to the css file on each page I use the control.
Can I set this reference inside the ...
3
votes
4answers
575 views
Textbox stretching issue
I have the following code
<table cellpadding="2" cellspacing="2">
<tr>
<td>Factory:</td>
<td>
<asp:TextBox ID="txtFactory" runat="server" ...
3
votes
1answer
398 views
Setting a css class to HtmlInputCheckBox in C#
I am creating an HtmlInputCheckBox in C# and I am trying to set a css for it, but I cannot. Can anyone give me a sample code?
For example, the one below is not working.
HtmlInputCheckBox FieldCtrl = ...
3
votes
2answers
2k views
How to render text in .NET in the same size as browsers does given CSS for the text
I am trying to create a "save webpage as bitmap"-function on a website and i have some problems rendering the text in the correct size on the server side.
The fontsize settings for the text on the ...
3
votes
5answers
430 views
Website/Web App Architecture Advice
Let me set the stage here. I'm a very junior developer who's recently made the transition from Network Admin who does some WinForms for his employer to a full-time development position working on an ...
2
votes
4answers
92 views
How do I programmatically change the CSS link for HTML files in C#?
I have a HTML document with the following markup:
<LINK REL="STYLESHEET" HREF="c87d971ab8bc48ee87f9ced1b1d5c6e2.css" CHARSET="ISO-8859-1" TYPE="text/css">
I'd like a solution in C# that would ...
2
votes
5answers
160 views
@font-face working fine over localhost but NOT in AppHarbor
I am facing a problem while hosting my application over a AppHarbor.
I’ve a basic application over .net MVC 3.. In this application I’ve used the @font-face property to display content in custom ...
2
votes
5answers
407 views
load different css file based on browser
How to load different css based on browser type.
I want to load different css for IE and Firefox in asp.net
I'm usng IE8 and above and forefox 3 and above.
please help me.
2
votes
1answer
116 views
How to access Pseudo Elements (:before, :after, etc) or Pseudo Classes (:hover, :visited, etc) using MSHTML?
I'm parsing a document with MSHTML and I need to determine the Pseudo Elements in the document. Right now I have a reference to an IHTMLElement in .net code and I need to determine if this element has ...
2
votes
4answers
190 views
Changing CSS file dynamically
I have a webdev problem
I have close to 10,000 serverside pages, all of thse use the same stylesheet. I have created a new serverside page which is like a dynamic menu system to help find specific ...
2
votes
3answers
495 views
Applying CSS to a textbox within a formview control
I am trying to apply css styles to textboxes within a formview. What is the correct way to do this as the form is not applying the styles below is part of the code where i was trying to apply the code
...
2
votes
4answers
536 views
C#.NET: Change elements in a CSS file from dynamically generated HTML?
I have a C# code behind file that gets dynamically generated HTML from a server and converts it to a PDF. In the HTML there are <link rel="stylesheet"> elements that reference external ...
2
votes
2answers
310 views
.NET convert external CSS to inline CSS
I'm looking for a tool that converts external CSS to inline CSS. The resulting HTML is used in e-mail and for PDF creation.
2
votes
2answers
545 views
.NET button in div with style=“display:none” not firing
I have a pretty simple web-form set up in .Net where I am leveraging jQuery for some of the functionality. I am using the DOMWindow portion for part of the presentation layer.
There is a login form ...
2
votes
2answers
136 views
.Net Radiobutton class
im trying to style my radiobutton.
But something strange happens when i compile and checke the code with firbug.
MyCode:
<asp:RadioButton ID="selType1" GroupName="Type" runat="server" ...
2
votes
2answers
5k views
Applying css on asp.net FileUpload Control's Browse Button only
I have a FileUpload Control like this
<asp:FileUpload ID="fileuploader" runat="server" />
Now I want to apply css only on the Browse button part
How can I do this?
2
votes
1answer
492 views
CSS problem with silverlight component position. Cannot set height that i want
I want to make simple content page with silverlight with next requirments:
Page must contains:
top space for banners(html)
center - silverlight component. and he will stretch to fitt page.
bottom ...
2
votes
0answers
343 views
Get current style using MSHTML in C#
I want to use MSHTML to get the style of an html element.
What I want is the computed style but without all the default values. (only the ones that are set in the html and css)
MSHTML has 3 types of ...
2
votes
2answers
69 views
Style Sheet Loading Problem
Using C#
In my webpage style sheet is not loading, i am using Google Chrome Browser
Code.
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Data ...
2
votes
1answer
567 views
programatically change style (padding) of a column in ASP.NET GridView
I need to change padding for one column in ASP.NET GridView, while all other CSS atributes defined in external CSS file should be left untouched. How can I do it?
Thanks in advance!
Update:
Below is ...
2
votes
5answers
2k views
How can I get alternate styling in <ItemTemplate> (.NET)?
I'm using EPiServer for this website. Unlike asp:DataList, EPiServer:PAgeList does not have AlternatingItemTemplate.
So I need to create a counter and increase this counter in my ...
2
votes
2answers
1k views
ASP.NET MVC: Tabs ASCX - Adjust CSS class based on current page?
I have an ASP.NET MVC application and I'm trying to implement tabs which will navigate to different pages. The tabs are implemented as a simple ASCX usercontrol, e.g.
<ul>
<li><a ...
2
votes
6answers
138 views
Is there an existing .net class that encapsulates CSS options
Is there an existing .net class (or available one) that already encapsulates all/most of the options available thru css?
ie:
MyStyleClass msc = new MyStyleClass();
msc.font-family = "arial";
Im ...
2
votes
5answers
4k views
.net Ajax calendarExtender cuts of saturday's in IE7 (works fine in firefox)
I was having this problem in IE7 where the saturdays appear to be missing from the calendar. It displays fine in Firefox and a few people have suggested that it could be my other stylesheets messing ...
2
votes
3answers
1k views
ASP.NET MVC - CSS Class in a ViewUserControl - The class or CssClass is not defined
I have a <table/> in a ViewUserControl that I have given the tag a class="tblRaised" attribute/value. Visual Studio keeps underlying tblRaised and telling me - The class or CssClass is not ...
2
votes
4answers
850 views
Why does my ASP.NET page add the prefix 'ctl00_ctl00' to html element IDs and break the design?
I don't understand it.
The ids of html elements in the master page are changed by the same id but with a prefix and it's breaking the css design.
In the master page I have:
<div id="container" ...
2
votes
8answers
305 views
CSS and lack of constants/variables issue?
Given a stylesheet with a fully qualified reference to an image resource on another server, is there a good way to handle promotions through different environments that require a different base URL?
...
2
votes
4answers
1k views
CSS Layout, Vis Studio 2005, and AJAX Tab Container
In a C# Web app, VS 2005 (I am avoiding 2008 because I find the IDE to be hard to deal with), I am getting into a layout stew.
I am moving from absolute positioning toward CSS relative positioning.
...