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

code for inserting images into gridview colomns from database

3 Answers   HP,


Describe session handling in a webfarm?

0 Answers  


What is the method used to load generated dataset with data on the DataAdapter control ?

3 Answers   Siebel,


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


What is the difference between GridView and Repeater controls in ASP.NET?

0 Answers  






Explain the difference between value type and reference type?

0 Answers  


write a sample code make use of xmltext writer

1 Answers   GCI,


when is the role performed by IIS sever when ever a request send from browser

0 Answers  


What is the difference between stored procedure vs function?

0 Answers  


Explain about the Class view window?

0 Answers  


What is owin authentication?

0 Answers  


Write a code snippet to implement the indentation in json in web api.

0 Answers  


Categories