5,696,038 members and growing! (13,490 online)
Email Password   helpLost your password?
Announcements




BullFrog Power
Search    
Advanced Search
Sitemap

Set your article filter

 Current Filter:

ASP.NET Intrinsic Controls


Web Development » ASP.NET Controls

Contents Quick search by title:

ASP.NET - ASP.NET Controls

top
Title / Updated Author Score  
How to group RadioButtons
Updated: 11 Aug 2004  
This article describes how to group radio-buttons when using them in DataGrid, DataList, Repeater etc.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Vladimir Smirnov 4.78
Type converters, your friendly helpers!
Updated: 28 Apr 2005  
Any time you developed a web form or Windows form using the Visual Studio .NET designer or used the view state architecture of ASP.NET you have relied on the help of a type converter. As the name already states, type converters are used to convert from one type to another.
.NET 1.0, .NET 1.1, .NET 2.0, VS.NET2003, VS2005, C#, ASP.NET, Windows, Dev, WebForms, Beginner
klaus_salchner@hotmail.com 4.78
A Templated databound Repeater control with per-row template selection
Updated: 9 Sep 2004  
This control allows you to select a template for each different row in your Repeater, based on the content of that row.
.NET 1.0, .NET 1.1, Win2K, WinXP, VS.NET2002, VS.NET2003, C#, ASP.NET, Dev, Intermediate
Rob van der Veer 4.74
Data Binding in WebControls
Updated: 4 Oct 2002  
An article on how to actually support data binding in your WebControl such that you can manipulate them in the Properties window.
.NET 1.0, Win2K, WinXP, C#, ASP.NET, Visual Studio, Dev, Intermediate
Shaun Wilde 4.69
DataCalendar
Updated: 19 Feb 2004  
A data-driven, templated sub-class of the ASP.NET Calendar control
ASP.NET, Windows, .NET, Visual Studio, Dev, Intermediate
Mike Ellison 4.62
ASP.NET Splitter Bar - Resize panels, table cells, and controls
Updated: 10 Mar 2008  
VwdCms.SplitterBar is a server control that allows you to easily add resizing to your web page layout, now supports both vertical and horizontal resizing.
.NET 2.0, VS2005, C# 2.0, ASP, ASP.NET, Windows, Dev, ADO.NET, Intermediate
Jeff Bazinet 4.61
GroupingView
Updated: 16 Jul 2008  
A templated, data-bound ASP.NET 2.0 control that groups data according to a field in the source, with support for aggregations.
.NET 2.0, C#, ASP.NET, .NET, Dev, Intermediate
Mike Ellison 4.61
PleaseWaitButton ASP.NET Server Control
Updated: 21 Sep 2004  
An approach to displaying a "please wait" message/animated gif following a button click using encapsulated client-side JavaScript
C#, ASP.NET, Javascript, Windows, .NET, Visual Studio, Dev, Intermediate
Mike Ellison 4.60
Panel Container with Styled and Region-based Editing
Updated: 9 Nov 2006  
A custom Panel container with regions-based editing.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, Intermediate
jjzam 4.60
ListView Header Sort Direction Indicators
Updated: 13 May 2008  
Writing an ASP.NET Custom Control which extends the ListView to visually show sort direction for columns.
WinXP, Win2003, Vista, IIS 6, IE 6.0, C# 1.0, C# 2.0, IE 7, C# 3.0, IIS 7, .NET 3.5, VS2008, C#, ASP.NET, Windows, .NET, IIS, Visual Studio, Dev, WebForms, Intermediate, Advanced
Philip Lippard 4.60
Google's Static Map API WebControl
Updated: 21 May 2008  
Shows you how to build an image based WebControl displaying static maps with markers
.NET 2.0, C# 2.0, C#, ASP.NET, .NET, Dev, Design, Intermediate
Florian DREVET 4.59
Extending ASP.NET Web Controls With Custom HTML Attributes
Updated: 13 Apr 2005  
Use existing functionality in ASP.NET to extend the framework's web controls.
VS.NET2002, VS.NET2003, VS2005, IE 6.0, C#, ASP.NET, Javascript, Windows, .NET, Dev, WebForms, Intermediate
Javier Lozano 4.59
ASP.NET TreeView Control & the Client's Browser
Updated: 22 Jul 2005  
Demonstrates how to use the Microsoft ASP.NET TreeView control from client-side script.
VS.NET2002, VS.NET2003, C#, ASP.NET, Windows, .NET, Dev, Intermediate
Mike Elliott 4.59
Creating a custom DataSourceControl with full design time support
Updated: 19 Jun 2007  
An article on creating a DataSourceControl with full design time support
.NET 2.0, VS2005, C# 2.0, ASP.NET, Windows, Dev, WebForms, Advanced
Manuel Abadia 4.59
ASP.NET Query control
Updated: 15 Mar 2004  
A declarative ASP.NET Query control with parameter support; this article offers examples of custom control parsing and provider-neutral database access
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, Intermediate
Mike Ellison 4.58
DataGridHelper tool
Updated: 21 Jul 2005  
A utility class to ease adding CSS classes and confirmation dialogs to the ASP.NET DataGrid component.
.NET 1.0, .NET 1.1, Win2K, WinXP, VS.NET2002, VS.NET2003, C#, ASP.NET, Javascript, CSS, IIS, Dev, ADO.NET, Intermediate
Jakob Lund Krarup 4.57
Enhanced List Box Control
Updated: 8 Sep 2004  
Enhanced List Box Control
.NET 1.0, C#, ASP.NET, Windows, Visual Studio, Dev, Intermediate
Mankayarkarasi 4.53
ASP.NET - C# Retrieve DataGrid Cell via HeaderText
Updated: 15 Aug 2005  
Shows a developer how to retrieve a column or cell via the column HeaderText.
.NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Kenny Young 4.50
Using the ASP.NET 2.0 ReportViewer in Local Mode
Updated: 14 Sep 2006  
How to use the ASP.NET 2.0 ReportViewer control in Local mode.
.NET 2.0, SQL 2005, VS2005, C#, ASP.NET, SQL, Windows, DBA, Dev, Intermediate
ShirleySW 4.50
A Web Tab Control Enhanced With Design Time Support
Updated: 22 Feb 2007  
A web Tab Control that is full customizable.
ASP.NET, Windows, .NET, Visual Studio, Dev, Intermediate
jjzam 4.50
Customising the DataGrid pager in ASP.NET
Updated: 15 Oct 2005  
Making the pager in a DataGrid more useful by adding additional information about the data being displayed.
.NET 1.1, WinXP, VS.NET2003, C#, ASP.NET, Dev, ADO.NET, Intermediate
Munsifali Rashid 4.48
Avoiding ActiveX Activation in IE
Updated: 15 Jun 2006  
An updated version of the AutoActivateControl class posted by Dundas Software.
.NET 1.1, .NET 2.0, VS.NET2003, VS2005, C#, ASP.NET, Javascript, Windows, Dev, Intermediate
Richard Deeming 4.48
Selecting multiple checkboxes inside a GridView control
Updated: 3 Aug 2005  
This article describes how you can select checkboxes inside a GridView control.
.NET 2.0, VS2005, C#, ASP.NET, Javascript, Windows, HTML, Dev, WebForms, Intermediate
azamsharp 4.47
GridView inline Master/Detail record display
Updated: 17 Feb 2006  
How to view detail records inline with the master records, using the GridView control.
.NET 2.0, VS2005, C#, ASP.NET, SQL, Windows, DBA, Dev, ADO.NET, WebForms, Intermediate
Gary Dryden 4.46
Handling RadioButtons on DataGrid
Updated: 6 May 2005  
This article resolves how to manage RadioButtons on the DataGrid.
WinXP, Win2003, C#, ASP.NET, Javascript, .NET, Visual Studio, Dev, Intermediate
Hernan Molina 4.45
ASP.NET C# Disable/Enable ListItems
Updated: 26 Aug 2004  
This article demonstrates how it is possible to disable/enable individual ListItems in a ASP.NET CheckBoxList Server Control.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, Intermediate
Kenny Young 4.45
Clickable and Double Clickable Rows with GridView and DataList Controls (ASP.NET 2.0)
Updated: 20 Dec 2006  
Handle single and double clicks with both the GridView and DataList Controls. Also, use ClientScript.RegisterForEventValidation to register the events and avoid disabling event validation.
.NET 2.0, VS2005, C# 2.0, ASP.NET, Windows, Dev, WebForms, Intermediate
Declan Bright 4.44
Adding a CheckBox column to your DataGrid
Updated: 3 Sep 2002  
A CheckBox column that is can be used and bound in a DataGrid
.NET 1.0, C#, ASP.NET, Windows, Visual Studio, Dev, Intermediate
Shaun Wilde 4.44
Persisting Changes Made to a ReorderList
Updated: 29 Jun 2007  
This article demonstrates a way to save changes made to the initial order presented in a ReorderList
.NET 2.0, C#, ASP.NET, Javascript, XML, Windows, Visual Studio, Dev, WebForms, Ajax, Intermediate
S. M. SOHAN 4.43
Add a Tree Menu to DataGrid Header Text
Updated: 9 Nov 2005  
This article shows how to add a JavaScript tree menu to a DataGrid head text.
.NET 1.0, Win2K, VS.NET2002, C#, ASP.NET, Javascript, XML, Dev, ADO.NET, WebForms, Intermediate
Florence FZ Li 4.40
Hide DataGrid Columns via HeaderText
Updated: 20 Jul 2005  
Shows a developer how to dynamically hide or show DataGrid columns.
.NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, ADO.NET, Intermediate
Kenny Young 4.39
An article describing a recursive version of the DataGrid
Updated: 28 Oct 2005  
This article explores yet another aspect of the versatile asp:DataGrid and shows how to use it to display and select recursive data.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, Intermediate
Rohit Wason 4.39
Add some Style to your DataGrids
Updated: 5 Jul 2004  
Use CSS style sheets to apply re-usable styles across all of your grids.
.NET 1.0, .NET 1.1, IE 5.5, ASP.NET, Windows, Visual Studio, Dev, Intermediate
Steven Campbell 4.38
ScrollingGrid: A cross-browser freeze-header two-way scrolling DataGrid
Updated: 28 Aug 2006  
A cross-browser container control for a DataGrid to freeze the header row and sync the header when the DataGrid is scrolled horizontally.
.NET 1.1, Win2K, WinXP, VS.NET2003, C#, ASP.NET, Javascript, Dev, ADO.NET, Intermediate
Ashley van Gerven 4.37
ASP.NET Binding: DataGrid to Vertical Table
Updated: 3 Jan 2005  
A simple way to bind a Vertical Table with a DataGrid in ASP.NET.
VC7.1, .NET 1.1, IIS 5.1, IIS 6, C#, ASP.NET, Windows, Visual Studio, Dev, ADO.NET, Intermediate
Oleg Kobchenko 4.36
Fixed header in ASP.NET DataGrid
Updated: 20 Apr 2005  
How to get a fixed header row in an ASP.NET DataGrid?
IE 6.0, IE 5.5, ASP.NET, Windows, .NET, Visual Studio, Dev, WebForms, Intermediate
KjellSJ 4.35
GridView Redux
Updated: 20 Feb 2006  
How to add/edit a GridView in style.
.NET 2.0, VS2005, C#, ASP.NET, Windows, Dev, ADO.NET, Intermediate
Gary Dryden 4.34
Exporting DataGrid to Excel, Word and Text Files
Updated: 21 Jul 2005  
How to export DataGrid to Excel, Word and Text files.
C#, VB, ASP.NET, Windows, .NET, Visual Studio, Dev, ADO.NET, WebForms, Intermediate
azamsharp 4.33
Image Shadow UserControl for ASP.NET 2.0 - Unedited
Updated: 26 Oct 2008  
This ASP.Net 2.0 UserControl will add a shadow to an image on your webpage.
ASP.NET, Javascript, CSS, HTML, XHTML, WebForms
Søren Eilsø 4.33
Gantt Chart / Event Calendar / Calendar Planner
Updated: 9 Jun 2005  
Scrollable ASP.NET Gantt Chart / Event Calendar / Calendar Planner web control.
.NET 1.0, VS.NET2002, C#, ASP.NET, Windows, Dev, Intermediate
Jean-marc Lai 4.31
GridView Delete, with Confirmation
Updated: 10 Jan 2006  
How to implement row deletion in GridView, with confirmation.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, ADO.NET, Intermediate
azamsharp 4.29
Simple MessageBox functionality in ASP.NET
Updated: 24 Jun 2004  
An article describing how to offer simple MessageBox functionality in ASP.NET
C#, ASP.NET, Windows, .NET, IIS, Visual Studio, Dev, Intermediate
Lee Gunn 4.29
DayPilot MonthPicker for ASP.NET - Unedited
Updated: 15 May 2008  
A light-weight month picker that will save you an hour or two.
C#, ASP.NET, .NET, Dev, WebForms, Beginner
Dan Letecky 4.29
Advanced DataGrid Formating with ItemDataBound
Updated: 14 Mar 2005  
Use ItemDataBound to spice up your DataGrid and have it look cool.
.NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Frank Kerrigan 4.27
A Simple DataGrid Row Tooltip For Beginners.
Updated: 14 Sep 2006  
A simple DataGrid Row Tooltip for beginners.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, ASP.NET, Javascript, Windows, HTML, Dev, Intermediate
Prakash Kalakoti 4.23
Implementing a NextPrev Numeric Pager in ASP.NET
Updated: 6 Dec 2007  
Code for implementing a NextPrev numeric pager mode via a pager template class.
.NET 2.0, VS2005, C# 2.0, .NET 3.0, C# 3.0, ASP.NET, Windows, Dev, Intermediate
Justin Bozonier 4.22
A Simple ASP.NET Server Control: Message Box & Confirmation Box
Updated: 2 Sep 2004  
An article on creating a simple ASP.NET server control that functions as Message Box and Confirmation Box
.NET 1.0, .NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Ning Liao, Liang Yang 4.22
Extending the ASP.NET XML control
Updated: 16 Jul 2002  
Extending ASP.NET XML control
.NET 1.0, C#, ASP.NET, Windows, Visual Studio, Dev, Intermediate
Laurent Kempé 4.20
Merge DataGrid Header
Updated: 26 Oct 2004  
Shows how to merge DataGrid header at run-time.
.NET 1.0, .NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
irwansyah 4.20
Client Side Validation for a Checkbox in DataGrid
Updated: 8 Mar 2006  
This article shows how to use a checkbox in a DataGrid using JavaScript.
C#, ASP.NET, Javascript, Windows, .NET, Visual Studio, Dev, ADO.NET, Intermediate
jebarson 4.19
Multiselect Dropdown for Web Applications
Updated: 25 Sep 2008  
How to select multiple values from 'a dropdown look & feel' in a Web application
C#, ASP, ASP.NET, Javascript, CSS, .NET, HTML, Dev, XHTML, Ajax, Intermediate
Sandeep Mewara 4.18
Using multiple DropDownLists in a DataGrid
Updated: 9 Jan 2006  
How to use a DropDownList on each row of a DataGrid and determine if the selections changed when posting back.
.NET 1.1, VS.NET2003, C#, ASP.NET, SQL, Windows, DBA, Dev, ADO.NET, WebForms, Intermediate
rbriere 4.14
Conditional Formatting ASP.NET DataGrid Columns
Updated: 21 Apr 2003  
How to format ASP.NET datagrid columns by handling ItemDataBound event at run time.
.NET 1.0, C#, ASP.NET, Windows, Visual Studio, Dev, Intermediate
Softomatix 4.13
PickList
Updated: 9 Jun 2004  
Two listboxes to choose from and client-side scripting to move items from left to right and vice versa
.NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Dries de Groot 4.13
Hiding Inherited Properties from the PropertyGrid
Updated: 22 Aug 2005  
Two techniques for hiding properties, inherited from base controls, from the PropertyGrid.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Shaun Wilde 4.13
Another tree web control for ASP.NET applications
Updated: 16 May 2004  
A tree web control written in VB.NET that loads data on demand
.NET 1.1, VS.NET2003, VB, ASP.NET, Windows, Dev, Intermediate
big71 4.13
Suite of MySQL Provider Implementations for ASP.NET 2.0
Updated: 22 Oct 2007  
An Article on Implementing MySQL Providers for ASP.NET 2.0 Membership, Roles, Site Map and Personalization
.NET 2.0, C#, ASP.NET, Windows, IIS, Visual Studio, Dev, WebForms, Intermediate, MySQL
J Snyman 4.08
Ajax ComboBox in ASP.NET
Updated: 5 Nov 2008  
I have created a ComboBox control that mimics the functionality of Google suggest. As you type a search phrase, it automatically displays a list of matching entries in a dropdown.
C#, ASP, ASP.NET, Javascript, XML, WebForms, Ajax
Nazmul Hoda 4.05
I3HTree – Html Tree + Html Grid Web Control
Updated: 23 Aug 2004  
An html tree control plus integrated data grid support for ASP.NET applications.This is the second release of the I3HTree control; several new features have been added, first of all an integrated grid support.
.NET 1.1, VS.NET2003, VB, ASP.NET, Windows, Dev, Intermediate
big71 4.05
An asp.net control to pick a shamsi date in client side from javascript persian calendar - Unedited
Updated: 2 Mar 2008  
This an asp.net server side control thats wraps Mr Amin Habibi's javascript calendar,
C# 2.0, C#, ASP.NET, Javascript, CSS, HTML, Advanced
vahid_mardani 4.04
Using CheckBoxes within the DataGrid control to select records
Updated: 3 Jul 2004  
This article is about using CheckBoxes in a Datagrid control to select records as in a mail box.
.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, SQL 2000, VS.NET2002, VS.NET2003, C#, ASP.NET, SQL, IIS, DBA, Dev, ADO.NET, Intermediate
Ansil 4.04
Drag and Drop with Persistence using JQuery
Updated: 8 Mar 2008  
How to create a drag and drop functionality to add users to a room
C#, ASP.NET, .NET, Dev, Ajax, Design, Intermediate
azamsharp 4.02
Selecting multiple checkboxes in a DataGrid control
Updated: 4 Aug 2004  
How to select multiple checkboxes in a DataGrid control.
.NET 1.0, .NET 1.1, Win2K, WinXP, VS.NET2002, VS.NET2003, C#, ASP.NET, Dev, Intermediate
azamsharp 4.00
ASP.NET Server Control - Design Time Support
Updated: 9 Feb 2005  
A tutorial on adding design time support to ASP.NET custom server control.
VC8.0, .NET 1.1, .NET 2.0, VS.NET2003, C#, ASP.NET, Windows, Dev, ADO.NET, Intermediate
Yitzhak Gootvilig 4.00
Nesting Repeaters with Hierarchical Data and Server-Binding
Updated: 5 May 2005  
You can find fragments about nesting Repeaters online, but these methods demystify this elusive .NET control.
.NET 1.1, NT4, Win2K, WinXP, C#, ASP.NET, Visual Studio, HTML, Architect, Dev, Intermediate
Thomas Kurek 4.00
Practical use of the DataGrid's ItemDataBound event.
Updated: 27 Oct 2004  
Using the ItemDataBound event to modify the content and formatting of any cell in a DataGrid.
.NET 1.0, C#, ASP.NET, Windows, Visual Studio, Dev, Intermediate
Luc Archambault 3.96
ASP.NET Extended DataGrid UI Features
Updated: 29 Aug 2004  
The ASP.NET DataGrid Server Control is a versatile control. The control displays data bound information in a HTML table. There are several key UI features that the DataGrid does not have. For instance, many HTML tables that show data in a list, change the color of the row when the mouse hovers over.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Kenny Young 3.95
Expanding the ASP.NET Repeater for Added Layout Control
Updated: 30 Aug 2004  
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.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, VB, ASP.NET, Windows, Dev, Intermediate
Barry Etter 3.94
Nested and Grouped Repeaters
Updated: 15 Aug 2005  
Create a data-driven report web page with nested ASP.NET repeaters.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, ADO.NET, WebForms, Intermediate
smwhit 3.92
Populating custom business objects by binding business objects to a GridView using the ObjectDataSource in ASP.NET 2.0
Updated: 20 Jan 2006  
A complete article on how to populate custom business objects using a common method, binding these objects to a GridView using the ObjectDataSource control.
.NET 2.0, VS2005, ASP.NET, Windows, Dev, ADO.NET, WebForms, Intermediate
siva pinnaka 3.92
A simple RadioButtonList in a Web DataGrid Column
Updated: 23 Aug 2004  
A very simple and practical way, how a single RadioButton acts as a RadioButtonList in a web DataGrid server control column.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Socrate1 3.91
ASP.NET GridView - Add a new record
Updated: 19 Dec 2005  
ASP.NET GridView - how to add a new record.
.NET 2.0, VS2005, C#, ASP.NET, Windows, Dev, ADO.NET, Intermediate
Gary Dryden 3.90
Multi-select ASP.NET datagrid
Updated: 7 Mar 2004  
How to extend ASP.NET datagrid for multi-selection of data rows.
.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, VS.NET2002, VS.NET2003, C#, VB, ASP.NET, Javascript, Dev, Intermediate
Prashant Nayak (.Net Lover) 3.89
Persisting checked state across pages in a DataGrid
Updated: 4 Sep 2005  
This is an article about maintaining checked state across pages in a DataGrid.
.NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, ADO.NET, Intermediate
Ansil 3.88
Populating DataGrid control from a parent-child relationship DB table
Updated: 7 Aug 2004  
This article explains how to populate a DataGrid with records from a database table containing a parent-child relationship.
.NET 1.0, .NET 1.1, WinXP, VS.NET2002, VS.NET2003, C#, VB, ASP.NET, Dev, Intermediate
Jimmy M Joy 3.87
DataGrid Template Columns creation in Runtime (using C#) and DataBinding
Updated: 29 May 2004  
Creating Template Columns in runtime and data binding.
.NET 1.1, Win2003, C#, VB, ASP.NET, Visual Studio, Dev, Intermediate
R. Senthil Kumaran 3.86
Coloring items in a ListBox
Updated: 30 Aug 2004  
This article describes the "bug/feature" in the ASP.NET ListBox.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, ASP.NET, Windows, Dev, Intermediate
Richard Parsons 3.86
Gridview Inside a GridView in ASP.NET 2.0
Updated: 30 May 2006  
An article on how to use a GridView control in ASP.NET 2.0, having multiple controls in templates inside it.
.NET 2.0, VS2005, VB, ASP.NET, Windows, HTML, Dev, ADO.NET, Intermediate
Nikhil Contractor 3.85
Using the ASP.NET 2.0 Wizard Control
Updated: 1 Sep 2006  
How to dynamically create an ASP.NET 2.0 Wizard control and load child controls at run-time.
SQL 2000, SQL 2005, C#, ASP.NET, SQL, Windows, .NET, Visual Studio, DBA, Dev, Intermediate
ShirleySW 3.83
Dynamically load controls into a DataGrid
Updated: 21 Sep 2004  
A method for loading a DataGrid with controls at runtime, and later allowing DataSet updates.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, VB, ASP.NET, XML, Windows, Dev, Intermediate
Mark Killmer 3.82
DateTimePicker Web Control
Updated: 23 Apr 2004  
DateTimePicker control making use of the ASP.NET Calendar control.
.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, VS.NET2003, C#, ASP.NET, Dev, Intermediate
jithus 3.81
Highlighting and selecting an item in a DataList
Updated: 14 Feb 2006  
This article describes how you can easily highlight and select an item in a DataList.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, Intermediate
W. Jansoone 3.81
Clickable Rows in a DataGrid
Updated: 1 Dec 2005  
How to setup a DataGrid to accept a user's click on a row.
.NET 1.1, VS.NET2003, C#, ASP.NET, Windows, Dev, ADO.NET, WebForms, Intermediate
Dave Hurt 3.80
Multiple Column Dropdownlist for the ASP.NET DataGrid
Updated: 1 Jun 2005  
An article on multiple column dropdownlists for the ASP.NET DataGrid.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, ADO.NET, WebForms, Intermediate
Jayarajan S Kulaindevelu 3.79
RadioButtons inside a GridView control
Updated: 13 Feb 2006  
In this article, we will see how to use RadioButtons inside a GridView control and retrieve the values associated with them.
C#, ASP.NET, Windows, .NET, Visual Studio, Dev, WebForms, Intermediate
azamsharp 3.78
Enable DataList Row Highliting and Click Event Postback
Updated: 14 Aug 2004  
Enable DataList row highliting and Click event postback using non-display button and databinding technique.
.NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, ASP.NET, Windows, IIS, Dev, WebForms, Advanced
billxie 3.78
Hack to enforce the cache of an XmlDataSource invalidate
Updated: 16 Jun 2008  
I found that when you change the Data property of an XmlDataSource control via code, it will not automatically invalidate the cache. This is a hack for this problem.
.NET 2.0, C# 1.0, C# 2.0, .NET 3.0, C# 3.0, .NET 3.5, C#, ASP.NET, Windows, .NET, Dev, Intermediate, Advanced
percyboy 3.75
Programmatically Set the Password to the TextBox in ASP.NET
Updated: 24 Sep 2008  
An Extended TextBox to programmatically set the Text when control is in Password-Mode
C#, ASP.NET, Ajax, Intermediate
Raheel Afzal Khan 3.75
Insert a New Row using DataGrid Hidden Columns
Updated: 23 Jun 2005  
Use the DataGrid to easily enter new data values with a hidden row.
C#, ASP, ASP.NET, Windows, .NET, Visual Studio, Dev, ADO.NET, Intermediate
Bob Carboni 3.74
How to set focus to a MS ASP.NET TreeView on form load
Updated: 9 Sep 2003  
This article will provide some tips on setting focus to a TreeView control.
Win2K, WinXP, Win2003, VB, ASP.NET, .NET, Visual Studio, Dev, Intermediate
SeaWater 3.73
Extending Hyperlink control to use JavaScript to create a Popup - Unedited
Updated: 3 Nov 2008  
Make your Hyperlink control use JavaScript to create a Popup window
ASP, ASP.NET, Javascript, CSS, HTML, XHTML, WebForms, Ajax
Ala Hamad 3.73
Creating Dynamic Graphs in ASP.NET using GDI+
Updated: 10 Jul 2004  
A Web Control to Create Dynamic Graphs in ASP.NET using GDI+
.NET 1.1, VS.NET2003, C#, ASP.NET, Windows, GDI+, Dev, Intermediate
r@hu! 3.69
Alert / Confirm or Call any JavaScript Function on ASP.NET DataGrid Paging
Updated: 10 Dec 2005  
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...
.NET 1.1, Win2K, WinXP, Win2003, VS.NET2003, C#, ASP.NET, Javascript, Dev, Intermediate
Tittle Joseph