bindingsource.find method not working

  • Thread starter Thread starter Mohan
  • Start date Start date
M

Mohan

I am having trouble with the find method. It gives an method not
supported error. Has anyone else faced this problem. The code i have is

int rowindex = BindingSource1.Find("ColumnName", "461");

I would appreciate any help in resolving this issue
Thanks
MB
 
Am 25 Aug 2006 12:37:58 -0700 schrieb Mohan:
I am having trouble with the find method. It gives an method not
supported error. Has anyone else faced this problem. The code i have is

int rowindex = BindingSource1.Find("ColumnName", "461");

I would appreciate any help in resolving this issue
Thanks

Maybe the name of the column doesn't exist or you use the wrong type. Is
"461" really a string?

Bye

Frank Loizzi
Dortmund, Germany
 
Back
Top