|
|
Browse by Tags
All Tags » paging
-
Hi All,
I would like to implement paging on my datagrid with entityspaces.
I saw a link that would help me do that: How To Perform Paging with the DataGrid Windows Control by Using Visual C# .NET--> http://support.microsoft.com/kb/307710
My problem is that I am using EntitySpaces with my business objects. This paging method uses ...
-
- ES Version: 2007 - Trial version-DB: MSSQL 2005 Express Here is what I want to accomplish:
A page will display 3 DetailsView Controls bound to the same
ESDataSource. These DetailsView Controls get their data from the same table.
They are separated to facilitate formatting and printing. – Done and ...
-
Thanks for your help, however my grid is still showing multiple pages even though the search query returns only a few values. I surfed through the forum and tested several variations, but without sucess...Here are 2 examples of what I tried (for reference, I placed this under line 20 of the ES_Select event - please see original ...
-
Es Version: 2007 / MyGeneration version: 1.2.0.7/ Database Version: SQLExpress
--------------------
I'm trying to create a search solution for my web application. The search is working fine, but I still have 2 issues I couldn't solve:
1- Paging is still ''working'' even if the search returns only one record. It seems the ...
-
I have an esDataSource and a MS GriveView on my page. The esSelect event contains the following code:
Code: JobCollection jobs = new JobCollection();
jobs.Query.Where(jobs.Query.Enabled.Equal(true), jobs.Query.DateClosed.GreaterThan(DateTime.Now)); jobs.Query.OrderBy(jobs.Query.DatePosted.Descending);
jobs.Query.Load();
e.Collection = ...
-
Given that the paging option doesn't work at this time, if we're to allow some sort of paging I assume we need to change the select code from Top 5, etc to something like filter on search value?
Also, any idea how soon the paging might be available?
Thank you in advance.
Phil Mickelson
-
Hi,
With much anticipation I downloaded and installed latest ESBeta (after wiping previous version), regenerated the business objects and tried to get an ASP.NET page with a GridView to page over my data - with no success.
I am not sure whether any special _esSelect event handler code needs to be written to support paging, though it seems to me ...
|
|
|