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
Do you support digital rights management to protect my videos?
Explain the components of web form in asp.net
How response object is related to asp's response object?
What do you mean by caching in asp.net?
What is the difference between Classic ASP and ASP.Net?
Elaborate differentiation between ViewState and SessionState?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What are validator? Name the validation controls in asp.net?
Define web services in asp.net.
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How do u optimize a query in asp.net?
Explain a program using code nuggets to create a simple application? : asp.net mvc
Explain what is postback in asp. Net?
From which base class all web forms are inherited?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.