Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it
Which control is lightwieght control among gridview, detailsview, formview, datalist and repeater controls in ASP.NET 2.0
Latest Answer: Repeater Control ...
In order to use iterators which interface should be implemented
Latest Answer: The two interfaces used are:IEnumeratorandIEnumerable ...
Explain the role of Assemblies in ASP.Net
Latest Answer: An assembly in ASP.NET is a collection of single-file or multiple files.The biggest advantage of using ASP.NET Assemblies is that developers can create applications without interfering with other applications on the system. The assembly used for one application ...
i want to know whether session object is accessible in web farm and web garden. Similarly if application object is accessible in webfarm and web garden
Hello Friends.When I create a webparts in which each webpart has a close,minimize option ,so when I closed ie one of the webpart and next time when I debug the application that particular webpart which
hii firenz.. If we check some particular checkboxes in the gridview ..the complete row must be stored in database..here the gridview contains the columns of different tables.then..How can
What Is Impersonation and explain it's uage
Latest Answer: At times users access a resource as though they were someone else. This is known as impersonation. For example, if a web page has no access controls, then any user can access that web page. HTML pages, ASP pages, and components in version 3.0 and ...
How Data Caching achieved in Asp.net 2.0
Latest Answer: Using Data CachingThe .NET data caching API is comprised of the two classes in the System.Web.Caching namespace. The first class, Cache, is the class we'll be using to add and remove items from the data cache. The second class, CacheDependency, is ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top