is there any method by which we can change RecordCount in VB???
-
Hi, I am using DataGrid control to save some records.Is there anymethod by which i can change the RecordCount by which i can read the record of my choice.I tried to assign some value to recordcount but it got runtime error telling that its read-only variable.Somebody please help me with this. Thanks in advance, Sushma
-
Hi, I am using DataGrid control to save some records.Is there anymethod by which i can change the RecordCount by which i can read the record of my choice.I tried to assign some value to recordcount but it got runtime error telling that its read-only variable.Somebody please help me with this. Thanks in advance, Sushma
Are you sure your looking at the right property. RecordCount should and is Read-Only for a reason. What are you attempting to accomplish by changing the RecordCount property?