Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
1) I have made a website using Visual Studio 2008. I have used a template in my website. I also have a Master page. Now i want to change the template of my website. But i don't want to make any changes to the working of my website. If i only change the master page & add a new template, will it work???

2) I have created the result page using Crystal Reports. I want a query to generate the data from my Access database on my Crystal report.
Posted
Updated 22-Feb-13 1:13am
v2
Comments
bbirajdar 22-Feb-13 6:20am    
1) Yes
2) SELECT * FROM mytable
bbirajdar 22-Feb-13 6:21am    
Wrong tags.. Tag it properly...
Marco Bertschi 22-Feb-13 7:13am    
I retagged it.
Shubh Agrahari 22-Feb-13 6:27am    
ist confirm that what actually you want remove that or not....and best answer is to check it practically on the other copy of your project.....if work then good if not then very good because then you got your answer...so always believe himself

1 solution

There is a property in the web.config file for configuring the style sheet theme of your total website.

Here is a sample. You can try this.It may be a way to solve your first problem.

XML
<system.web>
    <pages styleSheetTheme="Default" enableEventValidation="false" controlRenderingCompatibilityVersion="4.0" clientIDMode="Predictable"/></system.web>


Thanks & Happy Coding.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900