Can you call WebServices from jQuery ?

Tuesday, January 5, 2010


yes.


www.codecollege.NET

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

Monday, January 4, 2010


EventLogTraceListener


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

What is the handler type for WebResource.axd ?


AssemblyResourceLoader.


www.codecollege.NET

How Web Resources work in asp.net?


The rely on WebResource.axd.


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 will you fetch the web resources?


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


www.codecollege.NET

What does the term immutable mean?

Sunday, January 3, 2010


Whenever the value of the variable is changed , a new object will be created.


www.codecollege.NET

Can you store multiple data types in System.Array?


No.


www.codecollege.NET

What is a Nested Master Page ?

Saturday, January 2, 2010


A nested Master page is one master page referring another master page.


www.codecollege.NET
Blog Widget by LinkWithin