Click here to Skip to main content
16,016,789 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionchanging the screen color at runtime in asp.net Pin
jaraldumary19-Dec-08 22:47
jaraldumary19-Dec-08 22:47 
AnswerRe: changing the screen color at runtime in asp.net Pin
Abhijit Jana19-Dec-08 22:58
professionalAbhijit Jana19-Dec-08 22:58 
GeneralRe: changing the screen color at runtime in asp.net Pin
jaraldumary19-Dec-08 23:19
jaraldumary19-Dec-08 23:19 
GeneralRe: changing the screen color at runtime in asp.net Pin
Christian Graus19-Dec-08 23:23
protectorChristian Graus19-Dec-08 23:23 
GeneralRe: changing the screen color at runtime in asp.net Pin
Abhijit Jana19-Dec-08 23:25
professionalAbhijit Jana19-Dec-08 23:25 
AnswerRe: changing the screen color at runtime in asp.net Pin
Brij19-Dec-08 23:24
mentorBrij19-Dec-08 23:24 
GeneralRe: changing the screen color at runtime in asp.net Pin
jaraldumary19-Dec-08 23:32
jaraldumary19-Dec-08 23:32 
AnswerRe: changing the screen color at runtime in asp.net Pin
Brij19-Dec-08 23:48
mentorBrij19-Dec-08 23:48 
for changing the color at runtime
If your body tag defined as runat="server" then you can change the style of that screen by accessing the id of body tag at server side code.if you want change it on any event then code like this

body1.Style.Add("background-color","color id");

you can also change it on Page_Load event

Cheers!!
Brij

GeneralRe: changing the screen color at runtime in asp.net Pin
jaraldumary20-Dec-08 0:04
jaraldumary20-Dec-08 0:04 
GeneralRe: changing the screen color at runtime in asp.net Pin
Brij20-Dec-08 0:25
mentorBrij20-Dec-08 0:25 
QuestionImplementation of logarithms in asp.net Pin
elci19-Dec-08 21:58
elci19-Dec-08 21:58 
AnswerRe: Implementation of logarithms in asp.net Pin
elci19-Dec-08 22:09
elci19-Dec-08 22:09 
GeneralRe: Implementation of logarithms in asp.net Pin
Abhijit Jana19-Dec-08 22:15
professionalAbhijit Jana19-Dec-08 22:15 
GeneralRe: Implementation of logarithms in asp.net Pin
Lev Danielyan19-Dec-08 23:05
Lev Danielyan19-Dec-08 23:05 
AnswerRe: Implementation of logarithms in asp.net Pin
Christian Graus19-Dec-08 23:24
protectorChristian Graus19-Dec-08 23:24 
QuestionGetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn19-Dec-08 21:31
jhyn19-Dec-08 21:31 
AnswerRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
Brij19-Dec-08 21:38
mentorBrij19-Dec-08 21:38 
GeneralRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn19-Dec-08 22:05
jhyn19-Dec-08 22:05 
AnswerRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
Brij19-Dec-08 23:18
mentorBrij19-Dec-08 23:18 
GeneralRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn21-Dec-08 14:26
jhyn21-Dec-08 14:26 
Questionupdate panel problem.. [modified] Pin
mr_muskurahat19-Dec-08 20:44
mr_muskurahat19-Dec-08 20:44 
AnswerRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:05
professionalAbhijit Jana19-Dec-08 21:05 
GeneralRe: update panel problem.. [modified] Pin
mr_muskurahat19-Dec-08 21:15
mr_muskurahat19-Dec-08 21:15 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:21
professionalAbhijit Jana19-Dec-08 21:21 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 21:27
mr_muskurahat19-Dec-08 21:27 

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.