The listmanager's position must be equal to rownum.

L

Luca

Please help me.
I must correct this error :

The listmanager's position must be equal to rownum.
Parameter name : rownum do you want to correct the value ?

I have this error with VS2002 and also with VS2003.

______________________

I'd like to have a datagrid with all the columns of my table EXAMPLE and a
new column with a checkbox to select some row.
So.. i use a select to put my data in my data adapter.
( SELECT example.ID, example.name, ...........,false as col_for_sel
..... the col_for_sel is the column that i'll use to check or not the row )

I fill with my D.A. a new datatable....

I'll use a data grid to view my data with a datagridestyle.

I don't know what i can control :-(

--------------------------------
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi and welcome to the league.

There recently has been a discussion about this error on a thread with
subject "The ListManager's position must be equal to rowNum" initiated by
Rob Oldfield. You can probably contact Rob, his e-mail (as specified in the
From field) is:

rob(an a in a circle)realuk.co.uk

Or he might reply here as well.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx


Bring the power of unit testing to VS .NET IDE
 
R

Rob Oldfield

I'll reply in the original thread.

--
Rob Oldfield
www.realuk.co.uk


Dmitriy Lapshin said:
Hi and welcome to the league.

There recently has been a discussion about this error on a thread with
subject "The ListManager's position must be equal to rowNum" initiated by
Rob Oldfield. You can probably contact Rob, his e-mail (as specified in the
From field) is:

rob(an a in a circle)realuk.co.uk

Or he might reply here as well.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx


Bring the power of unit testing to VS .NET IDE
 
L

Luca

ok
thank you

Rob Oldfield said:
I'll reply in the original thread.

--
Rob Oldfield
www.realuk.co.uk


Dmitriy Lapshin said:
Hi and welcome to the league.

There recently has been a discussion about this error on a thread with
subject "The ListManager's position must be equal to rowNum" initiated by
Rob Oldfield. You can probably contact Rob, his e-mail (as specified in the
From field) is:

rob(an a in a circle)realuk.co.uk

Or he might reply here as well.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx


Bring the power of unit testing to VS .NET IDE
Luca said:
Please help me.
I must correct this error :

The listmanager's position must be equal to rownum.
Parameter name : rownum do you want to correct the value ?

I have this error with VS2002 and also with VS2003.

______________________

I'd like to have a datagrid with all the columns of my table EXAMPLE
and
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top