What namespaces are imported by default in ASMX files?

Answers were Sorted based on User's Feedback



What namespaces are imported by default in ASMX files?..

Answer / ish

System.Web.Services

Is This Answer Correct ?    5 Yes 0 No

What namespaces are imported by default in ASMX files?..

Answer / 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

More ASP.NET Interview Questions

Where do we store our connection string in asp.net application?

0 Answers  


What is WebService ?

8 Answers   Tanla Solutions, Yahoo,


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


What is the difference between stored procedure vs function?

0 Answers  


How many types cache in asp net?

0 Answers  






What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


Why do we need Web Services?

1 Answers   Mind Tree,


Which is an advantage of application service providers?

0 Answers  


Explain how viewstate is being formed?

0 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


how we use web services

2 Answers  


What is the difference between a Thread and Process?

1 Answers  


Categories