What namespaces are imported by default in ASMX files?
Answer Posted / swapna
The following namespaces are imported by default. Other
namespaces must be imported manually.? System,
System.Collections,System.ComponentModel,System.Data,
System.Diagnostics,System.Web,System.Web.Services
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is & in a url?
What is custom events?
Define what is razor? : asp.net mvc
How many types of file extensions for razor views in ASP.Net MVC?
Which is the parent class of the ASP.NET server control?
What are sessions used for?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is an il?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What are sql notifications and sql invalidations?
What is http only cookie?
What do you mean by caching in asp.net?
How can you handle unmanaged code exceptions in asp.net?
How to retrieve user name in case of Window Authentication?