Tagged Questions
1
vote
0answers
71 views
How to set asp.net default theme in asp.net
I want to set my project with a default theme.
I have an existing project with multiples themes in it and running properly.
In order to set default theme i did following things in the existing ...
0
votes
1answer
189 views
Theme Web.config setting not overriding the StyleSheetTheme attribute in @Page durective
In our web application project, we have several .aspx pages that have the StyleSheetTheme attribute in the @Page directive set to one theme.
We set the theme value in the Web.config to a different ...
0
votes
1answer
87 views
When using App Themes, how best to handle both Mobile & Desktop CSS detection
I currently have a web application that uses Themes to skin it either as SkinA or SkinB. Until now, this has been a web application that has not focused on mobile devices in any way, so the site.css ...
0
votes
2answers
201 views
How to apply Devexpress Skin to devexpress textbox control?
I used Devexpress Theme Builder in order to create a theme. I successfully applied the theme. The problem arised when I had different width aspx:textboxes. I decided to create skins in Theme Builder ...
0
votes
1answer
30 views
ASP.NET theme: edit by user
I'm searching for a demo app that allow user to edit (change items css - color, background, etc. but also change items position and add/delete new elements on page) application theme/css in ASP.NET.
...
0
votes
1answer
394 views
Google analytics Code Placing in head tag in master page?
Here is the code in the head of my master page ...
<link rel="stylesheet" type="text/css" href="App_Themes/screen.css" />
<link rel="shortcut icon" href="/images/favicon.ico">
...
0
votes
0answers
33 views
Why does ASP.NET control lose it's theme?
Why if I call Control.RenderControl(HtmlTextWriter) does it lose it's theme?
0
votes
1answer
92 views
ASP.NET Theme on CDN
We want to distribute our .NET Themes out to edge of the Cloud.
However, my research through Google and Help files tells me that ASP.NET Themes (App_Themes) must be served from a physical sub-folder ...
0
votes
1answer
76 views
2 different logins accessing different themes?
I require some advise really, I have 2 different themes and what I want to do is depending on what user account they use to login with they will access a different theme.I've been told implementing a ...
1
vote
1answer
137 views
Why are ASP.NET themes necessary when we have CSS already?
You can specify CssClass in server controls and your ASP.NET page will generate the style attribute for the control.
You can also specify an external CSS file in the ASP.NET page just as you would in ...
1
vote
2answers
473 views
How to apply theme with dropdownlist selected value?
I want to select dropdownlist values then change theme.
Two theme Green and Red
In my code, I try to select values in dropdownlist then it redirect to first values
Ex..
first already selected ...
0
votes
4answers
76 views
How do I explain in business terms ASP.NET Skinning and Theming to my customer?
I'm trying to explain to a customer how we can "theme and skin" their new website.
Being a computer person trying to talk to a bsuiness person, this is more difficult than it sounds.
I have so far ...
0
votes
3answers
144 views
Themes aren't setting
I'm using this code to change the applications theme
protected void Page_PreInit(object sender, EventArgs e)
{
MasterPage m = Master;
string theme = ...
2
votes
1answer
3k views
JQUERY UI theme css not being applied in ASP.NET MVC 4 web project
I downloaded redmond theme of jquery ui themes. Copied everything under redmond to \content\themes, copied jquery-ui-1.8.21.custom.min.js to \scripts, updated jquery to jquery-1.7.2.js and added the ...
0
votes
1answer
245 views
asp.net cookieless session and app themes, is it possible to have css files referenced from url without session id?
I have a asp.net web application that uses cookieless sessions (i.e. session id is in the url, not in a cookie) and themes.
Using themes, references to css files will be included in the HTML sent to ...
1
vote
1answer
1k views
I want to override the gridview HeaderStyle. Currently skin(through theme) is applying
I want to override the gridview HeaderStyle.
Currently skin(through theme) is applying on my gridview.
I only want to override is headerstyle,want to give my own CSS.
How can I do this.
Thanks in ...
2
votes
1answer
452 views
Add a class along with class specified in the skin
We are using themes to style our control.
For textbox we have added like this in the skin
<asp:TextBox runat="server" CssClass="txt edit_txt" />
Now in some cases, we want to add another ...
0
votes
2answers
105 views
asp.net theme build [closed]
We want to build a web site. Where all the file will stay in the theme folder like
theme\default\default.aspx
theme\default\menu.achx
theme\default\style.css
another theme
...
2
votes
3answers
622 views
Advantage of Using Theme & Skin File over CSS in asp.Net
I am developing a website in ASP.Net..
Is it good to develop the Styles using Themes with SkinFile or CSS as we use in HTML
Which is best?
0
votes
0answers
256 views
Programmatically get sharepoint theme colors?
is it possible in my .aspx file get SharePoint theme colors?
I want my custom page template to make use of these colors...
0
votes
1answer
108 views
When is UserProfile initialized
I developed a HttpModule for assigning themes to pages during it's PreInit event from Profile of the logged in user. But seems the profile is not initialized at the time i access it. Is there a ...
0
votes
1answer
64 views
Different look and feel based on various geographical locations
I am setting up an ASP .NET website that will serve my local area. Eventually, we hope to expand to other geographical areas. I would like to customize the look and feel based on geographical area. If ...
6
votes
2answers
361 views
Default ASP.NET Themes
Is it possible to create a default theme for an ASP.NET Website?
For example, If I had a theme called "Default", and ive selected a theme called "NewTheme" and I referenced a file which doesn't exist ...
0
votes
2answers
284 views
Themes, virtual path and base href
I have created a theme with a skin, including e.g. following:
<asp:Image runat="server" runat="server" SkinID="SquareCopy"
ImageUrl="~/App_Themes/MyTheme/square_copy.png" />
This would ...
1
vote
1answer
400 views
How do I get the current ASP.NET theme from HttpContext.Current?
I am using AJAX to load a user control from server side within an HTTP Handler. To do this, I am creating a new page object and executing the user control server side to generate raw HTML, like so:
...
4
votes
3answers
1k views
How to change a asp webapplication theme (not page) programmatically and during runtime?
I'm learning ASP.net and I've been playing around with themes and master pages. I decided I wanted to change the theme of the website, and used the web.config solution (adding theme to web.config). ...
0
votes
1answer
700 views
Referencing favicon from inside folder using ASP.Net master page and themes
I have the following situation on my new ASP.Net page:
I am using a master page
I am using themes
I have pages in separate folders
I need to reference a favicon from my master page based on the ...
1
vote
2answers
152 views
Masterpage Vs Themes decision dilemma
I am decision dilemma as to the requirement of a client
I want to change the look and Layout both of the site - XXX Client
Generally this is how it should work,
You change a theme the website ...
0
votes
2answers
228 views
ASP.NET Theme'ing along with customer specific images and css
We have a ASP.NET solution using images, css and .skin files with in the App_Theme/{selected theme}. The themes today contains many, many files and images and for a customer theme we add a new folder ...
0
votes
2answers
246 views
A very very strange CSS/ASP.NET bug
I created a basic style sheet for layout and text size and several ASP.Net themes for style. For some reason, every other menu element is working except the "My Account" element. Even the sub-menu ...
1
vote
1answer
569 views
How to force CSS refresh when using ASP.NET Themes?
I'm working on a site that uses ASP.NET Themes. The problem I'm having is that I've updated the CSS file, but the original file is being held by the users' browsers. I'm wondering if there's a way to ...
3
votes
1answer
434 views
Why is runat=“server” required for controls in skin files?
Like the title says.. why ?
I know why its required on the normal ASP.NET controls, there are numerous questions on SO about that.
But since you can only define .NET controls (no normal HTML markup) ...
0
votes
1answer
132 views
How to maintain CSS themes in asp.net websites. [closed]
how to maintain different types of CSS themes for one website using asp.net.
0
votes
1answer
189 views
CSS Changes, Updates in ASP.NET Theme Does Not Show Up
I thought it may be cached, but for some reason that I don't know the changes I make in CSS file that is located in application theme does not show up. If I take that change and put in a CSS file ...
1
vote
1answer
85 views
Selectable themes in ASP.NET
I have witteen this example in Visual Studio Express - it is from MS tuturial homepage, and I have checked that everything is written as it should, but get errormessage:
line 9. Theme is not a valid ...
0
votes
1answer
252 views
Making the jqueryUI theme picker widget work with localhost versions of css files
The jQueryUI theme picker widget is awesome and I would really like to use it for a project in ASP.NET. But the theme picker loads the files from the jQuery website which isn't necessary because I ...
1
vote
4answers
2k views
How do you change the theme and colors of Site.Master in ASP.NET / C#?
I have just started ASP .NET recently, I already know C# HTML and CSS so it wasn't too difficult to get a simple site running. All the online tutorials and documentation I have found , is either ...
0
votes
3answers
607 views
Set StyleSheetTheme in @Page directive in ASP.NET
I have a property in asp.net application
ABPS.PRR.WEB.CurrentSession.Theme
and I'm setting it in @Page directive in aspx pages like:
<%@ Page ...
15
votes
1answer
8k views
ASP.NET MVC 3, how to do themes right
I'm looking for input on how to do "themes" in MVC 3 in the best way. I guess a custom view engine is needed to take care of locating the view files etc.
I also would like the theme system to be ...
1
vote
1answer
94 views
How to theme a chunk of content in asp.net site?
I have an ASP.NET site that uses themes to implement a few variations.
I have this user control containing a script and an image.
The requirements are now such that the entire contents of the user ...
0
votes
1answer
559 views
Asp.Net - Apply a Skin to a Button inside a Custom User Control
I use Asp.Net 4 and C#.
In my web site I have a Theme Folder with a Skin file to changing the aspects of all my Button in my website.
All is working fine except styling for a Button inside a User ...
0
votes
2answers
552 views
How to set SkinID programmtically with the control?
<%@ Page Title="" Language="C#" MasterPageFile="~/YourGuruMaster.master" AutoEventWireup="true" CodeFile="AnswerQuestion.aspx.cs" Inherits="AnswerQuestion" StylesheetTheme="AnswerDesign"%>
My skin ...
-1
votes
1answer
247 views
How to apply the Themes for windows aplications in asp.net
I have a winforms in which I want apply a Theme. Is it possible? If possible please help me...how do I apply the theme?
0
votes
2answers
65 views
How can I create a program who's user interface details & other details can be set differently for differnt users?
I am creating a program for managing an office in asp.net c# that can be run by different users-clients.
I want each one to be able to set specific details according to individual needs such as texts ...
2
votes
1answer
286 views
Is there a list of readymade Theme Frameworks for Asp.net web development
As for Php there are loads of Theme frameworks warp5 etc. But is there a single Theme framework OR some framework with which I can rapidly develop wireframes and prototypes for new website being ...
4
votes
1answer
325 views
Setting the Page.Theme in code makes the css files get linked to twice
In ASP.NET we have until now only had one theme, which was specified in the web.config. I recently started switching the Theme in the base page PreInit based on the Request.Url.Host value, say ...
0
votes
2answers
3k views
how to set the property background image of HTML body in skin file in Asp.Net?
how to set the property background image of HTML body
in skin file in Asp.Net?
what I need is I need to change the background image of my page like twitter... but by using skin file...
0
votes
1answer
49 views
theme in asp page
i am having a html form in which i had given a theme. now i want to show that theme in div tag in asp page..
my html page is :
<html>
<head runat="server">
<title>Untitled ...
1
vote
2answers
646 views
changing themes with buttons, how?
I have 2 themes that i want to use on site, and they are settled in Themes Folder-> theme1 and theme2 , in theme1 and theme2 i have one .css file.
So how will I connect these .css files to two buttons ...
2
votes
2answers
2k views
Printing json with C# asp.net
Alright, so I have some jQuery code that will send an AJAX request to an aspx file.
My Spellchecker.aspx file looks like this:
<%@ Page Language="C#" AutoEventWireup="true" ...


