how to link css stylesheet file which is stored in database in asp.net
please give me complete example

Recommended Answers

All 4 Replies

Why would you want to store CSS in database in first place???

Why would you want to store CSS in database in first place???

because i have several css files ,and i want to apply css as per end users requirments in my project.so please te4ll me how to deal with them

Just store name of CSS accosiated with user and called it when neccessary. Simple check statement in the head of html document will do the trick

Just store name of CSS accosiated with user and called it when neccessary. Simple check statement in the head of html document will do the trick

but how can i access that css file form database in asp.net
please tell me the code in detail

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.