Click here to Skip to main content
15,892,965 members
Home / Discussions / C#
   

C#

 
QuestionADO.net locks out SQL2000 user account under load Pin
Mr Jen Withers27-Jun-08 11:11
Mr Jen Withers27-Jun-08 11:11 
AnswerRe: ADO.net locks out SQL2000 user account under load Pin
Mark Churchill28-Jun-08 6:04
Mark Churchill28-Jun-08 6:04 
GeneralRe: ADO.net locks out SQL2000 user account under load Pin
Mr Jen Withers28-Jun-08 6:36
Mr Jen Withers28-Jun-08 6:36 
QuestionProblems withValidation Application Block and config files Pin
novicedotnetter27-Jun-08 10:10
novicedotnetter27-Jun-08 10:10 
QuestionSlow selection in ListView Pin
Xmen Real 27-Jun-08 8:06
professional Xmen Real 27-Jun-08 8:06 
AnswerRe: Slow selection in ListView Pin
J$27-Jun-08 10:04
J$27-Jun-08 10:04 
GeneralRe: Slow selection in ListView Pin
Xmen Real 27-Jun-08 12:36
professional Xmen Real 27-Jun-08 12:36 
GeneralRe: Slow selection in ListView Pin
Leblanc Meneses27-Jun-08 15:17
Leblanc Meneses27-Jun-08 15:17 
you need to separate your ui thread from data access thread.
use the background worker class.

attach your binding logic to "progress" event in the background worker and send 10 records (adjust accordingly) at a time to the ui.


that said i kinda agree with J$
being able to filter and doing lazy loading might be a better approach. so you give more information as the user requests it.. .not just send them everything in 1 request.
GeneralRe: Slow selection in ListView Pin
Xmen Real 27-Jun-08 15:28
professional Xmen Real 27-Jun-08 15:28 
QuestionInteresting Question---Related to Images Pin
paresh_sarjani27-Jun-08 7:03
paresh_sarjani27-Jun-08 7:03 
AnswerRe: Interesting Question---Related to Images Pin
Xmen Real 27-Jun-08 8:07
professional Xmen Real 27-Jun-08 8:07 
GeneralRe: Interesting Question---Related to Images Pin
paresh_sarjani28-Jun-08 7:13
paresh_sarjani28-Jun-08 7:13 
QuestionRe: Interesting Question---Related to Images Pin
CPallini27-Jun-08 10:33
mveCPallini27-Jun-08 10:33 
AnswerRe: Interesting Question---Related to Images Pin
Pete O'Hanlon27-Jun-08 10:46
mvePete O'Hanlon27-Jun-08 10:46 
GeneralRe: Interesting Question---Related to Images Pin
Luc Pattyn27-Jun-08 11:53
sitebuilderLuc Pattyn27-Jun-08 11:53 
AnswerRe: Interesting Question---Related to Images Pin
Christian Graus27-Jun-08 13:00
protectorChristian Graus27-Jun-08 13:00 
QuestionGraphics question (Newbie) Pin
kruegersck27-Jun-08 5:24
kruegersck27-Jun-08 5:24 
AnswerRe: Graphics question (Newbie) Pin
led mike27-Jun-08 5:54
led mike27-Jun-08 5:54 
AnswerRe: Graphics question (Newbie) Pin
Rao Rafique27-Jun-08 22:48
Rao Rafique27-Jun-08 22:48 
QuestionHow to dynamically Remove all data in the "Web.SiteMap" file using c# aspx 2.0. Pin
bruze27-Jun-08 5:06
bruze27-Jun-08 5:06 
QuestionLooking for advanced DirectShow (c#) coder Pin
etherny27-Jun-08 4:56
etherny27-Jun-08 4:56 
AnswerRe: Looking for advanced DirectShow (c#) coder Pin
Christian Graus27-Jun-08 13:02
protectorChristian Graus27-Jun-08 13:02 
QuestionPlease guide in recording sound in c# Pin
theredonion27-Jun-08 3:16
theredonion27-Jun-08 3:16 
AnswerRe: Please guide in recording sound in c# [modified] Pin
Marek Grzenkowicz27-Jun-08 3:45
Marek Grzenkowicz27-Jun-08 3:45 
GeneralRe: Please guide in recording sound in c# Pin
Thomas Stockwell27-Jun-08 4:31
professionalThomas Stockwell27-Jun-08 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.