Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property in a form
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
00954513
Message ID:
00954528
Vues:
17
Hi Shawn:

You have a recursive property. Try this:
private DataRow _currentDataGridRow
public DataRow CurrentDataGridHitRow
{
	get{return this._currentDataGridRow;}
	set{this._currentDataGridRow = value;}
}
HTH,

--Paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform