GridView Paging Problem

  • Thread starter Thread starter Matt MacDonald
  • Start date Start date
M

Matt MacDonald

Hi all,
I have a gridview on a webform that uses paging. When I have the paging
type set to numeric, everything works fine. When I change it to previous
and next buttons, I keep getting a data error that it's trying to use a
connection that was left open. I'm using .net typed datasets to manage all
the data, so I know I didn't mess up the code and leave a connection open.

Any suggestions?

Thanks,
Matt
 
Hi all,
I have a gridview on a webform that uses paging. When I have the paging
type set to numeric, everything works fine. When I change it to previous
and next buttons, I keep getting a data error that it's trying to use a
connection that was left open. I'm using .net typed datasets to manage all
the data, so I know I didn't mess up the code and leave a connection open.

Any suggestions?

Thanks,
Matt

Matt, can give us a code please?
 

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

Back
Top