What namespaces are imported by default in ASMX files?
Answers were Sorted based on User's Feedback
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 |
code for inserting images into gridview colomns from database
Describe session handling in a webfarm?
What is the method used to load generated dataset with data on the DataAdapter control ?
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
What is the difference between GridView and Repeater controls in ASP.NET?
Explain the difference between value type and reference type?
write a sample code make use of xmltext writer
when is the role performed by IIS sever when ever a request send from browser
What is the difference between stored procedure vs function?
Explain about the Class view window?
What is owin authentication?
Write a code snippet to implement the indentation in json in web api.