public int CurrentRowIndex { get; set; }
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi there i have a problem i've build a project in visual studio 2003, this program can select a row from a datagrid and opens up a new form with the detail data in this form. i've now instaled visual C# 2005 and i'm rebuilding the application. but the currenrowindex is not working he has no definition for it is the error he givs me. i've search in my old project to the definition for this and there is this line of code:
public int CurrentRowIndex { get; set; }
in the DataGrid[from metadata] and this file is locked can't change it. but this line of code is in that file. in my other project he isn't. and i can't add it cause i can't adjust this file. can someone tell me how to put this line of code there or maybe some other solution?