How will you fetch the web resources?

Monday, January 4, 2010


You can fetch the web resources using GetWebResourceUrl method, which is a method of the ClientScriptManager class.


www.codecollege.NET

What is the format of the URL for WebResource.axd?


The format of this URL is WebResource.axd?d=encrypted identifier&t=time stamp value. The "d" stands for the requested Web Resource. The "t" is the timestamp for the requested assembly, which can help in determining if there have been any changes to the resource.


www.codecollege.NET

How Web Resources work in asp.net?


The rely on WebResource.axd.


www.codecollege.NET

What is the handler type for WebResource.axd ?


AssemblyResourceLoader.


www.codecollege.NET

What is the use of WebResource.axd?


It is a special handler which is designed to retrieve assembly resources and serve them to the Web browser.


www.codecollege.NET

Which class do you use to write error messages to the event log ?


EventLogTraceListener


www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books