Hey gang,
I'm just now looking at getting paging to work in my datagrids. Here's my problem though:
I have a whole bunch of examples I've found online that all basically look the same: you create a BindData sub, call it in your form load, and call it in your PageIndexChanged event. All these examples claim that the .NET framework will handle the CurrentPageIndex change and bind the datagrid accordingly, but it doesn't work! Frustrating...
My code is basically word for word what there's is, except that I'm in vs.net and they were doing it with a text editor (old school asp-like). Anybody have some tips on how to get paging to run right from within vs.net?
Thanks gang,
Jack
I'm just now looking at getting paging to work in my datagrids. Here's my problem though:
I have a whole bunch of examples I've found online that all basically look the same: you create a BindData sub, call it in your form load, and call it in your PageIndexChanged event. All these examples claim that the .NET framework will handle the CurrentPageIndex change and bind the datagrid accordingly, but it doesn't work! Frustrating...
My code is basically word for word what there's is, except that I'm in vs.net and they were doing it with a text editor (old school asp-like). Anybody have some tips on how to get paging to run right from within vs.net?
Thanks gang,
Jack