Click here to Skip to main content
15,895,256 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem Debugging / Loading website on the browser Pin
AllPhee24-Jul-09 1:47
AllPhee24-Jul-09 1:47 
AnswerRe: Problem Debugging / Loading website on the browser Pin
Abhijit Jana24-Jul-09 1:57
professionalAbhijit Jana24-Jul-09 1:57 
GeneralRe: Problem Debugging / Loading website on the browser Pin
AllPhee24-Jul-09 2:34
AllPhee24-Jul-09 2:34 
GeneralRe: Problem Debugging / Loading website on the browser Pin
Abhijit Jana24-Jul-09 2:42
professionalAbhijit Jana24-Jul-09 2:42 
QuestionApplying a Theme to the Master page. Pin
anada888624-Jul-09 1:36
anada888624-Jul-09 1:36 
AnswerRe: Applying a Theme to the Master page. Pin
Zafar A khan 24-Jul-09 2:00
professionalZafar A khan 24-Jul-09 2:00 
QuestionRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:04
anada888624-Jul-09 2:04 
AnswerRe: Applying a Theme to the Master page. Pin
Abhijit Jana24-Jul-09 2:12
professionalAbhijit Jana24-Jul-09 2:12 
anada8886 wrote:
But can't I set the theme in master page?

Apply the Theme in Page_PreInit() Event of your Default.aspx (Home) Page.
protected void Page_PreInit(object sender, EventArgs e)
 {
     Page.Theme = "Theme1";
 }


Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.


GeneralRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:18
anada888624-Jul-09 2:18 
AnswerRe: Applying a Theme to the Master page. Pin
Zafar A khan 24-Jul-09 2:13
professionalZafar A khan 24-Jul-09 2:13 
GeneralRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:25
anada888624-Jul-09 2:25 
AnswerRe: Applying a Theme to the Master page. Pin
Abhijit Jana24-Jul-09 2:02
professionalAbhijit Jana24-Jul-09 2:02 
GeneralRe: Applying a Theme to the Master page. Pin
anada888624-Jul-09 2:10
anada888624-Jul-09 2:10 
GeneralRe: Applying a Theme to the Master page. Pin
Abhijit Jana24-Jul-09 2:34
professionalAbhijit Jana24-Jul-09 2:34 
QuestionCookies Pin
KhandelwalA24-Jul-09 0:58
KhandelwalA24-Jul-09 0:58 
AnswerRe: Cookies Pin
Abhijit Jana24-Jul-09 1:08
professionalAbhijit Jana24-Jul-09 1:08 
AnswerRe: Cookies Pin
DoctorMick24-Jul-09 1:08
DoctorMick24-Jul-09 1:08 
QuestionMSChart Control with ODBC connection in asp.net.... Pin
solo_gaurav23-Jul-09 23:26
solo_gaurav23-Jul-09 23:26 
QuestionWeb service with bulk processing Pin
Kate2823-Jul-09 22:52
Kate2823-Jul-09 22:52 
AnswerRe: Web service with bulk processing Pin
Baran M24-Jul-09 0:00
Baran M24-Jul-09 0:00 
GeneralRe: Web service with bulk processing Pin
Kate2824-Jul-09 0:37
Kate2824-Jul-09 0:37 
AnswerRe: Web service with bulk processing Pin
Abhijit Jana24-Jul-09 0:06
professionalAbhijit Jana24-Jul-09 0:06 
GeneralRe: Web service with bulk processing Pin
Kate2824-Jul-09 0:39
Kate2824-Jul-09 0:39 
QuestionOnkeydown event in javascript not working in firefox3.0 Pin
megivimal23-Jul-09 22:13
megivimal23-Jul-09 22:13 
AnswerRe: Onkeydown event in javascript not working in firefox3.0 Pin
Greg Chelstowski24-Jul-09 0:46
Greg Chelstowski24-Jul-09 0:46 

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.