Click here to Skip to main content
15,899,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: RegEx in C# to split on two delimiters Pin
BoneSoft26-Jul-06 12:02
BoneSoft26-Jul-06 12:02 
Questiontutorial with datagridview Pin
simsen26-Jul-06 7:02
simsen26-Jul-06 7:02 
AnswerRe: tutorial with datagridview Pin
simsen26-Jul-06 8:39
simsen26-Jul-06 8:39 
GeneralRe: tutorial with datagridview Pin
spin vector26-Jul-06 8:55
spin vector26-Jul-06 8:55 
AnswerRe: tutorial with datagridview Pin
simsen26-Jul-06 22:44
simsen26-Jul-06 22:44 
Questionhow to render a huge report in realtime (<1 minute) Pin
Razvan Dimescu26-Jul-06 7:02
Razvan Dimescu26-Jul-06 7:02 
AnswerRe: how to render a huge report in realtime (<1 minute) Pin
Ennis Ray Lynch, Jr.26-Jul-06 7:06
Ennis Ray Lynch, Jr.26-Jul-06 7:06 
AnswerRe: how to render a huge report in realtime (<1 minute) Pin
LongRange.Shooter26-Jul-06 8:50
LongRange.Shooter26-Jul-06 8:50 
Typically when building out a large amount of data like that, the time is not spent rendering data, but getting the entire shooting match in one shot.

An alternative (outside of Crystal Reports) would be to limit your display to a set number of rows and then handling the paging yourself. So the page forward would request items(currentHigh) to items(nextHigh) and page back would request items(nextLow) to items(currentLow).

You could tie things together by having the report generation occur in a separate thread so that as you display page 1, it is loading 2-1000 while the user decides to go to page 2, then on and on until the thread is done creating the data.

It will definitely increase the perception of speed while doing the same task.
QuestionFolder and File traversing in C# Pin
Harikrk26-Jul-06 6:38
Harikrk26-Jul-06 6:38 
AnswerRe: Folder and File traversing in C# Pin
vikashparida26-Jul-06 6:47
vikashparida26-Jul-06 6:47 
AnswerRe: Folder and File traversing in C# Pin
Stefan Troschuetz26-Jul-06 6:51
Stefan Troschuetz26-Jul-06 6:51 
GeneralRe: Folder and File traversing in C# Pin
Harikrk27-Jul-06 4:48
Harikrk27-Jul-06 4:48 
QuestionEnterprise Library Database Logging Pin
osamahmirza26-Jul-06 6:37
osamahmirza26-Jul-06 6:37 
QuestionDefaultValue, Custom Attributes, and PropertyGrids Pin
LordAelfric26-Jul-06 6:21
LordAelfric26-Jul-06 6:21 
AnswerRe: DefaultValue, Custom Attributes, and PropertyGrids Pin
LongRange.Shooter26-Jul-06 9:12
LongRange.Shooter26-Jul-06 9:12 
GeneralRe: DefaultValue, Custom Attributes, and PropertyGrids [modified] Pin
LordAelfric26-Jul-06 10:15
LordAelfric26-Jul-06 10:15 
GeneralRe: DefaultValue, Custom Attributes, and PropertyGrids Pin
Martin#26-Jul-06 9:18
Martin#26-Jul-06 9:18 
Questionout value? Pin
honeyman_can26-Jul-06 6:17
honeyman_can26-Jul-06 6:17 
AnswerRe: out value? Pin
Dustin Metzgar26-Jul-06 6:28
Dustin Metzgar26-Jul-06 6:28 
QuestionHashtable vs. Dictionary (key values) Pin
honeyman_can26-Jul-06 5:12
honeyman_can26-Jul-06 5:12 
AnswerRe: Hashtable vs. Dictionary (key values) Pin
Dustin Metzgar26-Jul-06 5:17
Dustin Metzgar26-Jul-06 5:17 
AnswerUnf, no Pin
Ennis Ray Lynch, Jr.26-Jul-06 6:24
Ennis Ray Lynch, Jr.26-Jul-06 6:24 
QuestionInstalling MSDE or SQL Express Edition with Dot Net application [modified] Pin
wasife26-Jul-06 5:10
wasife26-Jul-06 5:10 
AnswerRe: Installing MSDE or SQL Express Edition with Dot Net application [modified] Pin
Paul Conrad26-Jul-06 6:27
professionalPaul Conrad26-Jul-06 6:27 
QuestionGlobalization and Localization in C#. Pin
Herhighness26-Jul-06 4:48
Herhighness26-Jul-06 4:48 

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.