1
Answer

paging in gridview using ODBC

Romano

Romano

12y
1.4k
1
hi all,

i've implemented a Gridview wich occurs a problem when im trying to raise the paging-event.
it leaves a blank gridview when i'm trying to 'page' to next page.

In the gridview properties the AllowPaging is set on "true".
i Double clicked on "PageIndexChanging" to actually raise the event.

I'm using ODBC to connect to my (MySql) database.
I'm using also Dataset to fill my Gridview.
I'm aware of the fact that paging not works while using a dataset.
But what is in my case e better alternative?

Some usefull information wich can put me in the right direction would be very nice.....

kind regards Romano


Answers (1)
0
sacresp

sacresp

NA 458 0 20y
In your C# project, add to a reference to the compiled vb.net assembly. Or, if you're using VS.NET, you can add reference to the other project (both must be loaded in the same solution)