Click here to Skip to main content
15,891,764 members
Articles / Web Development / ASP.NET

Extended ASP.NET GridView with cell click events

Rate me:
Please Sign up or sign in to vote.
4.71/5 (7 votes)
21 Jan 2010CPOL2 min read 77.2K   2K   25  
An extended ASP.NET Gridview control with cell click events.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
XGridView_Test
</name>
</assembly>
<members>
<member name="F:XGridView_Test._Default.form1">
	<summary>
form1 control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="F:XGridView_Test._Default.XGridView">
	<summary>
XGridView control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="F:XGridView_Test._Default.lblResult">
	<summary>
lblResult control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="F:XGridView_Test._Default.lblResult0">
	<summary>
lblResult0 control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="F:XGridView_Test._Default.lblResult1">
	<summary>
lblResult1 control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="F:XGridView_Test._Default.XmlDataSource1">
	<summary>
XmlDataSource1 control.
</summary>
	<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
South Africa South Africa
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions