In this online forum members can have the facility to discuss their desired topic relevant to ASP.NET. This discussion board displays all posts with name and date for a good convenience. Here the members are allowed to discuss about languages...
Developing User And Server Controls: Part 2 is a tutorial in which the author explains the procedure for builiding user controls in ASP.NET. The author also shows you how to set and get the properties of the user control with a sample program. You...
Extended sample of threads execution (Basic sample modified) to show how the number of threads can be changed (by user) to execute a concrete task. A maximum number (by the user) is defined and sendt to the threads. When first are finishing the...
This article basically describes about the implementation of authenticating active directory user using ASP.NET programs. This article has provided sample syntax and source file for individual testing. The author tells that the users should know...
Building ASP.NET User and Server Controls -- Part 1 is an article which gives you a brief summary about the user controls of ASP.NET. User controls consists of one or more in-built server control that encapsulate a piece of functionality. The...
This is an user friendly tutorial which gives several tips and provides real guidance for the users to create a powerful session counter by their own to use on their website. This article has provided sample code and the users can utilize it on...
This is a simple and user friendly tutorial for the users. This tutorial demonstrates users how to add and remove the dropdown listbox items. You can use the sample code available in this tutorial for adding and removing the items from the...
This is an user friendly ASP.NET tutorial through which you can learn about the cookies in ASP.NET. In this tutorial the author gives you a sample program which shows how to create an instance for the cookies using the HttpCookie constructor, how...
Developing User And Server Controls: Part 3 is a web based tutroial in which the author gives you some tips for building server controls in ASP.NET. In this turorial the author creates a class which is derived from the base class...
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... |