Global.asax file
-
hi all, i have a website.now my task is to apply themes in all web pages. actually, my doubt is there any way to apply the theme by making changes in Global.asax file or i must edit all pages which needs changes.. please reply
the quieter u become more u hear
-
hi all, i have a website.now my task is to apply themes in all web pages. actually, my doubt is there any way to apply the theme by making changes in Global.asax file or i must edit all pages which needs changes.. please reply
the quieter u become more u hear
The whole point of a theme is surely that you can make changes in one place and htey are applied to all controls that have been themed. Otherwise, they would not be a theme, just a bunch of individual changes. Did you try google ?
Christian Graus Driven to the arms of OSX by Vista.
-
The whole point of a theme is surely that you can make changes in one place and htey are applied to all controls that have been themed. Otherwise, they would not be a theme, just a bunch of individual changes. Did you try google ?
Christian Graus Driven to the arms of OSX by Vista.
ya i know that clearly.... i'm asking abt c# or vb code which runs behind asp environment... i have created a drop down button for selecting theme... is it necessary to copy the c# code in all web pages or i can make a single change in global.asax which works for all pages.. because my site consists of more than 300 screens... no apt results in google so far... did you understood my queston
the quieter u become more u hear
-
ya i know that clearly.... i'm asking abt c# or vb code which runs behind asp environment... i have created a drop down button for selecting theme... is it necessary to copy the c# code in all web pages or i can make a single change in global.asax which works for all pages.. because my site consists of more than 300 screens... no apt results in google so far... did you understood my queston
the quieter u become more u hear
lawrenceinba wrote:
have created a drop down button for selecting theme... is it necessary to copy the c# code in all web pages
Nops! I will suggest you to write a
HttpHandler
for change the theme runtime.cheers, Abhijit CodeProject MVP