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

C#

 
QuestionHow to install .Net Framework with my C# application ? Pin
CoderForEver15-Feb-10 23:06
CoderForEver15-Feb-10 23:06 
AnswerRe: How to install .Net Framework with my C# application ? Pin
#realJSOP15-Feb-10 23:13
professional#realJSOP15-Feb-10 23:13 
QuestionRe: How to install .Net Framework with my C# application ? Pin
Wamuti16-Feb-10 0:52
Wamuti16-Feb-10 0:52 
AnswerRe: How to install .Net Framework with my C# application ? Pin
SeMartens16-Feb-10 0:56
SeMartens16-Feb-10 0:56 
AnswerRe: How to install .Net Framework with my C# application ? Pin
#realJSOP16-Feb-10 1:06
professional#realJSOP16-Feb-10 1:06 
GeneralRe: How to install .Net Framework with my C# application ? Pin
Mouldiwarp16-Feb-10 4:56
Mouldiwarp16-Feb-10 4:56 
QuestionDisplaying Data in a DataGrid while still reading from the database Pin
hoernchenmeister15-Feb-10 22:41
hoernchenmeister15-Feb-10 22:41 
AnswerRe: Displaying Data in a DataGrid while still reading from the database Pin
OriginalGriff15-Feb-10 23:02
mveOriginalGriff15-Feb-10 23:02 
Think about this from the POV of the user:
You are sat at this computer, and there in front of you is a form, with 100,000 records from a database displayed in a single list. Your screen holds maybe 30 of these, so to find the record you want involves scrolling a very thin scroll bar to a very accurate position on the screen. And hoping, lots.

Fun to use? No.

Page it. Read only a page or so of records from the database at a time. It will load faster, be easier to see and work better for the user. Then provide searches and other ways to make the poor users life easier. SQL provides the LIMIT part of the SELECT statement, which will help - LINQ will also do this.
If Barbie is so popular, why do you have to buy her friends?

Eagles may soar, but weasels don't get sucked into jet engines.

If at first you don't succeed, destroy all evidence that you tried.

GeneralRe: Displaying Data in a DataGrid while still reading from the database Pin
hoernchenmeister15-Feb-10 23:15
hoernchenmeister15-Feb-10 23:15 
GeneralRe: Displaying Data in a DataGrid while still reading from the database Pin
OriginalGriff15-Feb-10 23:19
mveOriginalGriff15-Feb-10 23:19 
QuestionWord file read data without having word installed Pin
abcurl15-Feb-10 21:33
abcurl15-Feb-10 21:33 
AnswerRe: Word file read data without having word installed Pin
Richard MacCutchan15-Feb-10 22:11
mveRichard MacCutchan15-Feb-10 22:11 
QuestionRe: Word file read data without having word installed Pin
abcurl15-Feb-10 22:27
abcurl15-Feb-10 22:27 
AnswerMessage Closed Pin
15-Feb-10 22:35
stancrm15-Feb-10 22:35 
GeneralRe: Word file read data without having word installed Pin
abcurl15-Feb-10 22:38
abcurl15-Feb-10 22:38 
AnswerRe: Word file read data without having word installed Pin
Richard MacCutchan15-Feb-10 23:52
mveRichard MacCutchan15-Feb-10 23:52 
QuestionNeed Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
MBGustavo15-Feb-10 19:34
MBGustavo15-Feb-10 19:34 
AnswerRe: Need Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
#realJSOP15-Feb-10 23:18
professional#realJSOP15-Feb-10 23:18 
GeneralRe: Need Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
MBGustavo16-Feb-10 9:16
MBGustavo16-Feb-10 9:16 
GeneralRe: Need Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
darkelv16-Feb-10 15:51
darkelv16-Feb-10 15:51 
AnswerRe: Need Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
Not Active15-Feb-10 23:38
mentorNot Active15-Feb-10 23:38 
GeneralRe: Need Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
MBGustavo16-Feb-10 9:20
MBGustavo16-Feb-10 9:20 
GeneralRe: Need Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
MBGustavo16-Feb-10 9:43
MBGustavo16-Feb-10 9:43 
GeneralRe: Need Sample: MDI with TreeView loaded from database... check TreeView and open coresponding Form. Pin
Not Active16-Feb-10 11:09
mentorNot Active16-Feb-10 11:09 
QuestionPlanes, Faces, Problems Pin
o m n i15-Feb-10 15:31
o m n i15-Feb-10 15: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.