Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
url rewrite and appstyles
posted

I am working on a web framework. I have some web forms that are embedded soruce. I set one of this web form as a startup page for other web project that has my framework as a reference. I use some ifragistics controls in my embedded pages and this controls add link some css to page in runtime.

My StyleSetPath is : "~/appResource ";

I can show my images url as below:

"img src='../../appResource/Office2007Silver/images/ig_treePlus.gif'". but I can not affect correctly some urls such as
<link href='../../app_resource/datenwerk.webforms.dll/datenwerk.webforms/appresource/office2007silver/ig_tree.css' type='text/css' rel='stylesheet' />
 
I want this  to be shown as "<link href='../../appresource/office2007silver/ig_tree.css' type='text/css' rel='stylesheet' />
How can I do this? 
 

 

Parents Reply Children
No Data