

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Desktop Engineering Magazine
We have 73 Controls tutorials, you can see below:
This article describes how to use the AnyButton server control and explains a few extra features.
The article addresses two topics: sending an email message to a standard email account, and sending an SMS message to a cell phone or pager.
Use of DHTML behaviors in Repeater control of ASP.NET.
An article on a workaround for setting the background color of an ASP.NET DropDownList.
An article on easily trimming every textbox on an ASP.NET webpage.
An article on custom paging and JavaScript sorting in DataGrid.
This article describes the simple trick to merge the header columns of a DataGrid at run-time.
This article shows you how to use AJAX to display a DataGrid dynamically.
This article shows you how to use AJAX to display a DataGrid dynamically.
Make your Datagrid perform like an Excel sheet by navigating through text boxes with the arrow keys.
Optimizing paging in DataGrids.
File Upload Progress Bar by intercepting the ISAPI request
Minimize viewsate and database access to achieve optimized DataGrid sorting.
How to make paging with a ASP.NET 1.1 Grid control using J#.NET.
An article on handling data persistency on multiple DataGrids with JavaScript an code-behind.
This article will teach you how to develop a website with ad management system.
This article demonstrates how you can use custom paging to improve the performance of GridView paging.
This is an article about how to add events programmatically for GridView controls, for selection,deleting,sorting etc.
Fast paging with large result set.
How to bind RSS feeds to a GridView.
Explains common properties and features of XMLDataSource control in VS.NET 2005.
This article explains how to set an entire DataGrid column to edit mode.
How to dynamically create an ASP.NET 2.0 Wizard control and load child controls at run-time.
This article describes the technique to merge the header of a DataGrid by modifying the HTML in a tricky way.
Did you know that you can call any JavaScript function or stop the user from moving to the next page when he clicks on the paging links in an ASP.NET DataGrid? Read on...
Use the DataGrid to easily enter new data values with a hidden row.
This article describes how to refresh a GridView control on the parent page, from a pop up window.
This article describes the \"bug/feature\" in the ASP.NET ListBox.
An article on multiple column dropdownlists for the ASP.NET DataGrid.
This is an article about maintaining checked state across pages in a DataGrid.
How to extend ASP.NET datagrid for multi-selection of data rows.
In this article, we will see how to use RadioButtons inside a GridView control and retrieve the values associated with them.
This article describes how to reap the benefits of the ASP.NET Repeater control while at the same time be able to design your item templates in Visual Studio\'s WYSIWYG editors; instead of hand-writing the HTML.
How to implement row deletion in GridView, with confirmation.
A tutorial on adding design time support to ASP.NET custom server control.
How to use the ASP.NET 2.0 ReportViewer control in Local mode.
How to export DataGrid to Excel, Word and Text files.
This article describes how you can select checkboxes inside a GridView control.
A complete article on how to populate custom business objects using a common method, binding these objects to a GridView using the ObjectDataSource control.
How to use a DropDownList on each row of a DataGrid and determine if the selections changed when posting back.
How to get a fixed header row in an ASP.NET DataGrid?
How to add/edit a GridView in style.
A cross-browser container control for a DataGrid to freeze the header row and sync the header when the DataGrid is scrolled horizontally.
A simple way to bind a Vertical Table with a DataGrid in ASP.NET.
This article explores yet another aspect of the versatile asp:DataGrid and shows how to use it to display and select recursive data.
This article resolves how to manage RadioButtons on the DataGrid.
This article describes how you can easily highlight and select an item in a DataList.
How to view detail records inline with the master records, using the GridView control.
Shows a developer how to dynamically hide or show DataGrid columns.
This article shows how to use a checkbox in a DataGrid using JavaScript.
Use existing functionality in ASP.NET to extend the framework\'s web controls.
An updated version of the AutoActivateControl class posted by Dundas Software.
A declarative ASP.NET Query control with parameter support; this article offers examples of custom control parsing and provider-neutral database access
Demonstrates how to use the Microsoft ASP.NET TreeView control from client-side script.
Creating a DataGrid with the ability to lock the header row and first column(s).
How to add DataGrid columns dynamically with ITemplate, XML and templated controls.
An approach to displaying a \"please wait\" message/animated gif following a button click using encapsulated client-side JavaScript
Combining a BuildProvider and IExtenderProvider to create a declarative framework for conditional formatting in ASP.NET GridViews.
How to simplify the ASP.NET DataGrid by eliminating code-behind.
An article on how to actually support data binding in your WebControl such that you can manipulate them in the Properties window.
Demonstrates how to apply conditional formatting in a GridView or DataGrid when columns are dynamically generated, and wrap such code in an IExtenderProvider control.
This article describes how to group radio-buttons when using them in DataGrid, DataList, Repeater etc.
The new adaptive rendering model in ASP.NET 2.0 provides a number of new options for control writers. This article shows how those options make creating custom controls for ASP.NET easier than before.
This article illustrates how to accomplish a number of common tasks with the Microsoft ASP.NET 2.0 GridView control. Each task is accompanied by a description of the new concepts covered, and the complete working examples are available for download with this article.
The Xml control of ASP.NET 2.0 is used to display an XML document and apply XML transformations to transform the data. This article shows how to use Xml control.
ASP.NET 2.0 FileUpLoad control is used to browse and upload a file from a web page. This tutorial shows how to use ASP.NET 2.0 FileUpload control.
This article covers how you can extend the DataGrid control. Instead of building a control from scratch, just add some new functionality to existing controls, we'll show you how.
In this article we will discuss how to write C# code to hide datagrid columns based on a user click.
This article describes how to group radio-buttons when using them in DataGrid, DataList, Repeater etc.
This project shows how to extend the ASP.NET XML control and the way to use it to call a web service.
Using the ASP.NET DataGrid for fun and profit...
DateTimePicker control making use of the ASP.NET Calendar control.
A data-driven, templated sub-class of the ASP.NET Calendar control.