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?
 
Back
Top