Hi, I have a question regarding this solution posted by a fellow poster DotNetGnat on these forums.
This seems like a great solution to accessing paging in datalists and it works, but it seems each time you look at another page, the sqldatabase needs to be opened, data grabbed, and closed.
My question is: is this the usual method of paging (GridView-built in paging, Datalists-custom paging)? I'm a little concerned about efficiency and was wondering if all paging opens and closes a database like that?
thanks..
This seems like a great solution to accessing paging in datalists and it works, but it seems each time you look at another page, the sqldatabase needs to be opened, data grabbed, and closed.
My question is: is this the usual method of paging (GridView-built in paging, Datalists-custom paging)? I'm a little concerned about efficiency and was wondering if all paging opens and closes a database like that?
thanks..