Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property in a form
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
00954513
Message ID:
00954528
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform