R
Ryan Liu
Hi,
There is method like
ClientScriptManager.IsClientScriptBlockRegistered()
ClientScriptManager.RegisterClientScriptInclude()
method to handle javascript file, where isn't similar mechanism for css
file?
What is the best way to register external css file dynamically in aspx file?
For instance, I'd like to develop a user control which uses 3rd party
javascript file and css file to support a tree structure in browser. In the
user control, I want make the page uses this user control include necessary
js and css files.
Thanks a lot!
Ryan
There is method like
ClientScriptManager.IsClientScriptBlockRegistered()
ClientScriptManager.RegisterClientScriptInclude()
method to handle javascript file, where isn't similar mechanism for css
file?
What is the best way to register external css file dynamically in aspx file?
For instance, I'd like to develop a user control which uses 3rd party
javascript file and css file to support a tree structure in browser. In the
user control, I want make the page uses this user control include necessary
js and css files.
Thanks a lot!
Ryan