Top 101 to 150 Component & Controls - ASP.NET scripts at Programsdb.com

Scripts are listed afer popularity.       To display the scripts after name please click here



101)   Using ListBox Web Control
This is an ASP.NET tutorial which helps you to learn about various properties and methods of the ListBox web control of ASP.NET. This tutorial shows you the syntax for using the properties and methods of the listbox control and it also gives a sample code for the click event of the control.

102)   Can I use JavaScript with ASP.NET web controls? How?
This is a simple ASP.NET article which shows you how to handle the problem that arises when you cannot able to write the OnClick DHTML event handler for the ASP.NET button control in two ways.

103)   Creating a User Control - .NET Toggle Control
This is an useful tutorial for the web developers to know about how to create a toggle user control using C#. You can download the source code from this tutorial.

104)   Using the AdRotator Web Control in ASP.NET
This is an useful web based tutorial which tells you the method of using AdRotator Web Control of ASP.NET in the web pages for displaying the banner advertisement. In ASP.NET the advertisement file is in the XML format.

105)   How To Create a Pop-Up Calendar User Web Control
This is a tutorial through which you can know about how to create a pop-up calender web control in aspx page. You can place this calender control within the panel control.

106)   Dynamic Controls in ASP.NET
In this ASP.NET article the author gives you the source code for adding a label control dynamically to the ASP.NET page using the add method and PlaceHolder control. This article is helpful for the novice programmers.

107)   RangeValidator Control
It is a web based tutorial in which the author describes about the RangeValidator control of ASP.NET. The RangeValidator control helps you to check the values of the input control to determine whether it lies between the specified upper and lower bound values.


108)   Creating a Custom Web Control To Consume an XML Web Service
This article helps you to create a custom web control for consuming an XML web service. The author clearly shows how to use these custom control in VS.NET environment.

109)   Displaying Data in a ListBox Web Control
This is an ASP.NET tutorial in which the author gives you the sample program for displaying a particular column of the database table in the listbox web control of ASP.NET. This tutorial is useful for the novice programmers.

110)   ASP.NET Custom Controls - Client-Side Script Generation
This is an article through which you can know how to create client-side scripts using custom server controls of ASP.NET. Client side scripting enhance the responsiveness of the individual pages and the overall performance of your web site.

111)   10 Tips To Create Effective ASP.NET Server Controls
10 Tips To Create Effective ASP.NET Server Controls is an user friendly ASP.NET tutorial in which the author gives you ten useful tips for creating server controls in aspx pages.

112)   HtmlGenericControl
HtmlGenericControl is a tutorial which gives you more tips about the HtmlGeneric control. The HtmlGeneric control gives you server control implementation to the Html server control tags such as , , and , etc., It is necessary to use the open and close tags for this control.

113)   HtmlTableCell Control
This web based tutorial is useful for the web developers to know about the HtmlTableCell control. This control helps you to create data cell control in the web pages. The HtmlTableCell control enables programming of the HTML and elements.

114)   ASP.NET and C# - Component Based Development -Writing C# Components, part II
This online tutorial is about component based development using .NET. For this development the users should know more about the assemblies. This article is the one which explains about C#.NET assemblies written and access them through ASP.NET pages.

115)   Advanced Shape Control
In this web based tutorial the author discusses about creating shape controls with various styles such as solid colors, gradiant fill, shadows, 3D Borders, text and 3D border styles. These shape controls improve the appearance of the web forms. You can download the source code from this tutorial.


116)   Client-side state management techniques for .NET architects
This is an useful ASP.NET article through which you can get the procedure for retaining the state of the client side controls using cookies, viewstate, querystring and hidden fields. The default method that the aspx uses is the viewstate method.

117)   Listbox Control In C#
This is a simple tutorial which guides you in creating a owner drawn list box control in C#. You can perform this process by setting the DrawMode property of the listbox control to OwnerDrawVariable.

118)   Using Remoting in 3-Tier Scenario
This online tutorial explains about the remoting, which serves as a communication between different distributed pieces of different user's application. In this article, the author proves about how any remote object contacts with some other objects through remoting.

119)   Client Side Scripting using ASP.NET
Client Side Scripting using ASP.NET is a simple tutorial in which the author talks about the use of client side script in ASP.NET pages. This tutorial explains how to include a client side script with a sample program.

120)   .NET Interoperability with COM
This online tutorial is about the method of using COM components in .NET code. The users could also know about how .NET components mingle with COM compatible tools. The main highlight of this article is that the .NET accepts to use the COM components in .NET.

121)   Authoring Custom Controls
Authoring Custom Controls is a tutorial which describes you about creating custom controls and setting properties to these controls. In this tutorial the author shows you how to create composite and template controls with sample program and demo.

122)   Using Multiple HtmlInputFile Controls on one Form
This is an useful tutorial for those who need to know how to upload files to the server using mutiple HtmlInputFile controls. The author gives you the complete sample source code in C# language.

123)   DataList Code Samples for Beginners
This is an useful ASP.NET tutorial for the novice programmers to know how to perform various operations in the data of the datalist control. You can download the complete sample source code from this tutorial. The author shows how to do this operation using pagesize and pagecount properties.

124)   ViewState: All You Wanted to Know
This is a simple ASP.NET tutorial which shows you the features of the viewstate. Viewstate gives a statebag which is a collection to store the values of all the controls of the form object.

125)   HtmlContainerControl Class
This is a web based tutorial in which the author explains the various properties, methods, events and constructor of the HtmlContainerControl class. This tutorial is helpful for the novice programmers.

126)   Building a Custom Validator Using VB.NET
This is an ASP.NET article in which the author shows you how to create your validation control to check whether there is blank data in the text box and to find out whether the length of the string entered by the user exceeds the specified length. The author shows how to register this control.

127)   Ask the DotNetJunkies: Working with Properties and Data Types
In this ASP.NET tutorial the author shows you an easy way for changing the forecolor property of the label control of ASP.NET. The author shows how fromName method of the class color changes its string data type in to color data type and helps you to set the forecolor to the label object.

128)   HtmlInputHidden Control
In this web based tutorial the author gives you more explanation about using HtmlInputHidden control in web forms. The syntax for using this control in html pages is given in this tutorial. The author offers you a sample program for saving view state information across request using this control.

129)   Web Forms Controls Reference
This is an ASP.NET tutorial in which the author lists you the classes that reside in the namespaces such as System.Web.UI.HtmlControls and System.Web.UI.WebControls. You must import these namespaces inorder to use the Html and web controls of ASP.NET.

130)   Ask the DotNetJunkies: DataList Paging
This is an ASP.NET article which provides you the solution for accomplishing the paging behavior in the datalist control. The author shows you the sample code for both datagrid and datalist control.

131)   Adding a Default ListItem in a Databound Listbox in ASP.NET
In this article the author provides you the sample code for displaying the data of database table in the listbox control of ASP.NET. The author also shows you the sample screen for this control.

132)   HtmlImage Control
This is a web based tutorial through which you can obtain more information about the HtmlImage server control. HtmlImage control is used to set and get the properties such as src, width, height, border, alt, and alignment of the image files.

133)   ASP.NET Controls - Part Two
This is an article through which you can gain more knowledge about the components and custom controls of ASP.NET. The author explains both custom controls and components with a sample program and output.

134)   Web Forms Controls and CSS Styles
It is an easy to learn tutorial through which you can gain knowledge about how to set various style properties to the ASP.NET controls both declaratively and programatically. The author gives you the sample code for carrying out this operation in C# and VB.NET.

135)   Simple Code for a Common Footer
This is an useful web based article which guides you in displaying the last modified date and time of the current web form in an user control. The author shows you the various format options for the output. You can get the source code in this tutorial.

136)   Dual Lists in ASP.NET
This tutoiral is useful for the novice programmers to achieve the task of showing the selected item of a listbox in another list box control. You can get the complete sample source code from this tutorial.

137)   HtmlAnchor Control
In this tutorial the author gives you a brief explanation about the HtmlAnchor control. HtmlAnchor control is used to navigate through the web pages in a web site. This tutorial clearly shows you the syntax for using this control on the web pages.

138)   Dynamically Registering an Assembly
This article explains about the process fo dynamically registering an assembly in detail.

139)   Data Access and Customization
It is an useful .NET tutoiral in which you can get details about various topics such as, templated controls, finding a control inside a template, select and edit item template of the datalist controls etc.,

140)   Applying Attributes to Configure COM+ Services
This online article gives the value of every design time attribute in the System.EnterpriseServices namespace. The author describes how could this be helpful for the users to erase or delete the unwanted attributes in the code.

141)   User Controls Vs. Templates
User Controls Vs. Templates is an article in which the author shows you the difference between user controls and templates. User control can be created with ASP.NET while templates are created with the web designing tools such as dreamweaver, front page etc.,

142)   Creating ASP.NET Custom Controls with Style
This is a web based tutorial through which you can gain knowlege about building custom controls with different styles. The author shows how to add styles to the custom control using the WriteStyleAttribute method of the output object.

143)   Using Components in ASP.NET
The main article narrates about the component's usage in ASP.NET. This article explains very clearly about the easy method of creating business components in ASP.NET. The author starts with a short description about discussing a simple business object creation.

144)   Building ASP.NET User and Server Controls -- Part 1
In this web based article you can get information about creating user controls such as calender and login user control in C#. The source code for these controls is provided in this article. The author also compare the user controls with the server controls.

145)   Programming ASP.NET UI server controls
Programming ASP.NET UI server controls is an article which deals with the information about the UI server controls of ASP.NET. The author explains the procedure with sample screens.

146)   Using ASP.NET Server Controls - Overview
This article helps you to know about the key features of the ASP.NET. Some of the features explained by the author are improved IDE and debugger, platform independence, compiled pages, backward compatibility etc., The author shows you the use of the various server controls with a sample program.

147)   Using AdRotator Web Control in ASP.NET
Using AdRotator Web Control in ASP.NET is a tutorial in which the author explains you about using AdRotator control. This control is used to display banner advertisements in the web pages.

148)   Making A Simple Server Control
It is a web based tutrorial in which the author gives you the steps for creating your own server control. The sample programs given in this tutorial can be copied on your .NET applications.

149)   ListBox Control Overview
This is an useful ASP.NET tutorial in which the author gives you some tips about the ASP.NET ListBox web control. This tutorial lists you some properties, methods and events of this control and also shows you some sample screens.

150)   Apply Hit Highlighting and Keyword Context to Your Search Results
This is an ASP.NET tutorial in which the author provides you the sample program for highlighting the keywords of the text being searched and display the keyword on the screen.



Browse Pages:    |<   <<     [1] [2] 3 [4] [5] [6]     >>     >|  
    Home
    Top Downloads
    New Programs
    Awards
    Link to us
    Submit
    Contact us

 

Scripts Categories

 



Game Cheats

Updated: Saturday, 11 October 2008

Privacy Policy