Filter Datagrid?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I have 3 datagrids on my page that uses data from one stored proc. The
data is sorted by category (3 categories). Can I use the data from
mystored proc to fill the datagrid without having to create three trips
to the server to load the data?
in pseudocode:
If category = 1 then load that data into grid 1
If category = 2 then load that data into grid 2
If category = 3 then load that data into grid 3
Thanks.
*** Sent via Developersdex
http://www.developersdex.com ***
.
Relevant Pages
- Re: light switch tax
... Especially when those lesson plans have to be geared towards teaching ... turning off your lights makes no difference in the grid is irrelevent ... If the grid needs to be load balanced on the fly generators can be ... Ohm's law is E=IR or Voltage equals Current times Resistance ... (rec.martial-arts) - Re: datagrid too slow
... The problem is when I load hundreds of records. ... The grid appears so fast. ... When I bring to the datagrid a few records executing this ... > optimization though. ... (microsoft.public.dotnet.framework.aspnet) - Re: Kathode folower question
... connected to the 1st tube anode. ... Depends on the tube type and what sort of load you want to drive and the its stage tube and its anode voltage. ... But in simple terms - you know the anode voltage of the preceding stage so you know the CF grid voltage. ... To find this you need to know the load impedance the CF will drive and the voltage you want to drive in it - this will give you the load current. ... (rec.audio.tubes) - Re: Loading a recordset quickly
... Even if you could get it to load fast, no human can make practical use of a ... This also helps to reduce the load times significantly. ... > If I run a stored procedure in Query Analyser that returns 430,000 rows it ... > immediately scroll up and down the grid viewing my data. ... (microsoft.public.sqlserver.programming) - Re: Data Storage Suggestions??
... fact that my grid is unbound. ... dataset, add this info to a temp dataset, load info from another dataset ... If intRunMods> intKeepMods Then intKeepMods = intRunMods ... For Each Aircraft aircraft In Aircrafts ... (microsoft.public.dotnet.framework.windowsforms) |
|