Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am working on IFrame.This is controlled by admin end.Now admin have the access to change the css file for individual site where IFrame running.How i can save css file in sql table so that IFrame can read css file match with IFrame id which is passing in the QueryString.

Thanks In Advance.
Posted
Updated 2-Dec-11 3:01am
v3
Comments
[no name] 2-Dec-11 8:07am    
Not quite sure I understand. You have some pages loaded into an iframe and you want to store the CSS for those pages in a database?
sunny dhiman 3-Dec-11 5:15am    
Iframe is running in difrrent sites,and each site have its own look.So i want to change Iframe's look and feel acc to sites.
thanks.
[no name] 2-Dec-11 9:02am    
EDIT: added "code" block

1 solution

You are talking about dynamic styles at run-time, check this.

Recipe: Dynamic Site Layout and Style Personalization with ASP.NET[^]
 
Share this answer
 

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