Click here to Skip to main content
15,916,280 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: MSCharts with large amount of data is slow. Pin
Suresh Pirsquare15-Jul-10 0:55
Suresh Pirsquare15-Jul-10 0:55 
GeneralRe: MSCharts with large amount of data is slow. Pin
Cobusvdvyver15-Jul-10 1:38
Cobusvdvyver15-Jul-10 1:38 
QuestionSetting the Content page back ground color different from the master page back ground color Pin
Steve Holdorf14-Jul-10 10:31
Steve Holdorf14-Jul-10 10:31 
AnswerRe: Setting the Content page back ground color different from the master page back ground color Pin
Sujoy Upadhyay14-Jul-10 18:20
Sujoy Upadhyay14-Jul-10 18:20 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Prosanta Kundu online14-Jul-10 18:37
Prosanta Kundu online14-Jul-10 18:37 
AnswerRe: Setting the Content page back ground color different from the master page back ground color Pin
Prosanta Kundu online14-Jul-10 18:36
Prosanta Kundu online14-Jul-10 18:36 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Sujoy Upadhyay14-Jul-10 20:02
Sujoy Upadhyay14-Jul-10 20:02 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Prosanta Kundu online14-Jul-10 20:38
Prosanta Kundu online14-Jul-10 20:38 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Sujoy Upadhyay14-Jul-10 20:42
Sujoy Upadhyay14-Jul-10 20:42 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Prosanta Kundu online14-Jul-10 20:48
Prosanta Kundu online14-Jul-10 20:48 
AnswerRe: Setting the Content page back ground color different from the master page back ground color Pin
raju melveetilpurayil14-Jul-10 21:38
professionalraju melveetilpurayil14-Jul-10 21:38 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Steve Holdorf15-Jul-10 6:19
Steve Holdorf15-Jul-10 6:19 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Steve Holdorf15-Jul-10 7:48
Steve Holdorf15-Jul-10 7:48 
Got it working. Just did this:

Add this in the master page head


<asp:contentplaceholder id="head" runat="server">


<asp:contentplaceholder id="head" runat="server">
Set some background color to whatever control you want, either div or table etc in the master page.

Then in content page, you can set the style in its head,

If you do not have any head section in the master page and insert style in content page, you will get an error

content page will look like this:


view plaincopy to clipboardprint?
<asp:content id="Content1" contentplaceholderid="head" runat="server">

body,html
{
background-color: White;
}



Thanks for all of you guys helping me.


Steve Holdorf
QuestionGet data from dropdownlist to Listbox using javascript Pin
SatyaKeerthi1514-Jul-10 4:23
SatyaKeerthi1514-Jul-10 4:23 
AnswerRe: Get data from dropdownlist to Listbox using javascript Pin
T M Gray14-Jul-10 5:24
T M Gray14-Jul-10 5:24 
GeneralRe: Get data from dropdownlist to Listbox using javascript Pin
SatyaKeerthi1514-Jul-10 19:23
SatyaKeerthi1514-Jul-10 19:23 
GeneralRe: Get data from dropdownlist to Listbox using javascript Pin
Sujoy Upadhyay14-Jul-10 20:06
Sujoy Upadhyay14-Jul-10 20:06 
GeneralRe: Get data from dropdownlist to Listbox using javascript Pin
Prosanta Kundu online14-Jul-10 20:45
Prosanta Kundu online14-Jul-10 20:45 
GeneralRe: Get data from dropdownlist to Listbox using javascript Pin
T M Gray16-Jul-10 6:18
T M Gray16-Jul-10 6:18 
Questionwant to know the idea regarding the Network Management System Project in asp.net Pin
Amit Spadez14-Jul-10 0:41
professionalAmit Spadez14-Jul-10 0:41 
AnswerRe: want to know the idea regarding the Network Management System Project in asp.net Pin
Peace ON14-Jul-10 1:00
Peace ON14-Jul-10 1:00 
AnswerRe: want to know the idea regarding the Network Management System Project in asp.net Pin
Not Active14-Jul-10 1:14
mentorNot Active14-Jul-10 1:14 
GeneralRe: want to know the idea regarding the Network Management System Project in asp.net Pin
Amit Spadez14-Jul-10 1:15
professionalAmit Spadez14-Jul-10 1:15 
AnswerRe: want to know the idea regarding the Network Management System Project in asp.net Pin
T M Gray14-Jul-10 5:13
T M Gray14-Jul-10 5:13 
QuestionForm authentication with static variable Pin
Tripathi Swati13-Jul-10 23:33
Tripathi Swati13-Jul-10 23:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.