keyongtech


  keyongtech > dotnet.framework.aspnet.* > dotnet.framework.aspnet.main > 10/2008

 #1  
10-27-08, 08:25 PM
Bobby Edward
In my css file I have something like this...
background:url(<%=WebResource("AjaxControlToolkit. Tabs.tab-line.gif")%>)
repeat-x bottom;

Where does it look exactly in order to get the required gif files? When I
deploy this from my dev machine to the server do I have to manually copy the
gif files over?

Please let me know. Thanks.
 #2  
10-27-08, 09:47 PM
George
It comes from DLL.
Images and all that embeded into DLL as resource.
So as long as you have that DLL (and you will have it, otherwise Ajax
control will not be there) you are ok.
You can see this article
http://www.codeproject.com/KB/aspnet...ourceProj.aspx
So you will be able to create your resource if you want to....

George.

"Bobby Edward" <bobby> wrote in message
news:3520
[..]
 #3  
10-27-08, 11:48 PM
Bobby Edward
How can I extract the image from the resource, if I ever want 2 change
it....

Thanks!
Similar Threads
what is Webresource.axd?

Hi asp.net 3.5 In my webpage (default.aspx) I see reference to 2...

Webresource.axd

I'm a newbie with this product. When I publish my site to the server everything runs perfectly except some of my ASP pages and on those pages specifically those with items...

WebResource CryptographicException

Our .Net 2 web apps recently started getting CryptographicExceptions from WebResource.axd, and these almost always seem to be when the client is a web crawler...most...

Webresource.axd

Hello - i have created a simple composite control with drop down list displaying the US States. I have also a Javascript (County.js) file embedded inside the control. The...

WebResource.axd Errors

I have a newly released web site that is throwing a few errors regarding the WebResource.asxd handler. I am not using this in any way for my own purposes, it is just...


All times are GMT. The time now is 09:51 PM. | Privacy Policy