This is a migrated thread and some comments may be shown as answers.

too many data base requests

0 Answers 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mahmoud
Top achievements
Rank 1
Mahmoud asked on 11 May 2011, 07:25 PM
Hi
I'm Using the Entity framework 4 as my data access and i binding the grid data context to an ranks entity-set
but but when it's make database select to count the records every time i update the grid-view

InitializeComponent();
RanksGridView.ItemsSource = _crewing.Ranks.OrderBy(r=>r.Name);

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Mahmoud
Top achievements
Rank 1
Share this question
or