Understanding User Controls - Part 1 is an article in which author explains the method of utilizing this user control, which provides properties and methods for runnning along with .NET frame work. The author describes about process of calling the...
Understanding User Controls -part 2 is an article in which the author discusses about how reflection can be used to find the type, properties and methods of user controls that are compiled using the JIT compilers. The author defines reflection as...
This tutorial is basically for collecting the details about web services and also to refer and collect the steps and followups for creating web services by own. This article also discusses where do XML web services fit in, how it works, how to...
Setting User Control Properties in Code Behind is an article in which the author talks about the properties of the user controls of ASP.NET. This author shows you how to create an object for the user control class and how to set the property of...
DotNetJunkies.com is created for people who use Microsoft .NET Framework. There is discussion board for subject related topics. This site was started in July of the year 2000.
Code Behind in Web Forms and User Controls is an user firendly tutorial in which author discusses about the process of code behind in the web form, which is hosted in a single page with two files, one for code and another one for content. By using...
Building a Basic ASP.NET Web Form is an ASP.NET article in which the author describes the step by step methods that have to be adapted to generate the web form that helps to collect the users details and store it in the web server. Here the author...
Browser Sniffing in ASP.NET is a web based tutorial in which author elaborates the procedure for detecting the users web browser using HttpBrowserCapabilities property. The author elaborates the uses of HttpBrowserCapabilities Class for retrieving...
This is an useful ASP.NET tutorial which provides information regarding in-built sorting behaviour of the datagrid control. This tutorial shows you how 'AllowSorting' property of the DataGrid is used to perform sorting based on a particular...
In this article users can find information about how to localize .NET objects in internet applications. Here the author demonstrates about utilizing System.Globalization namespace and CultureInfo class to perform this process. The author starts... |