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

C#

 
QuestionBinding Combobox text to textbox Pin
falles014-Sep-07 14:49
falles014-Sep-07 14:49 
Questionsave picturebox.image into image field on database Pin
Saamir4-Sep-07 11:47
Saamir4-Sep-07 11:47 
AnswerRe: save picturebox.image into image field on database Pin
Judah Gabriel Himango4-Sep-07 12:16
sponsorJudah Gabriel Himango4-Sep-07 12:16 
GeneralRe: save picturebox.image into image field on database Pin
Saamir5-Sep-07 4:44
Saamir5-Sep-07 4:44 
AnswerRe: save picturebox.image into image field on database Pin
Giorgi Dalakishvili4-Sep-07 20:47
mentorGiorgi Dalakishvili4-Sep-07 20:47 
GeneralRe: save picturebox.image into image field on database Pin
Saamir5-Sep-07 4:46
Saamir5-Sep-07 4:46 
QuestionXML Driven WinForm [modified] Pin
mark_key4-Sep-07 11:02
mark_key4-Sep-07 11:02 
AnswerRe: XML Driven WinForm Pin
Judah Gabriel Himango4-Sep-07 11:20
sponsorJudah Gabriel Himango4-Sep-07 11:20 
First, try loading the records on a background thread. This will allow the program to remain responsive while the records load.

Another thing to try is paging the data in the grid -- show only so many number of rows in the grid at one time (e.g. break the results up into multiple pages like search engines do).

Perhaps the best advice I can give first is, find out where your bottleneck is: loading the data? Creating objects from the data? Binding to the data? Displaying the data in the grid?

Once you locate your bottleneck, you can and should optimize just that part.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Roman Catholic Relevance?
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


AnswerRe: XML Driven WinForm Pin
Judah Gabriel Himango4-Sep-07 13:04
sponsorJudah Gabriel Himango4-Sep-07 13:04 
QuestionSecond form always on top Pin
Le centriste4-Sep-07 10:33
Le centriste4-Sep-07 10:33 
AnswerRe: Second form always on top Pin
Giorgi Dalakishvili4-Sep-07 10:45
mentorGiorgi Dalakishvili4-Sep-07 10:45 
GeneralRe: Second form always on top Pin
Le centriste4-Sep-07 10:46
Le centriste4-Sep-07 10:46 
GeneralRe: Second form always on top Pin
Giorgi Dalakishvili4-Sep-07 10:50
mentorGiorgi Dalakishvili4-Sep-07 10:50 
GeneralRe: Second form always on top Pin
Le centriste4-Sep-07 10:51
Le centriste4-Sep-07 10:51 
GeneralRe: Second form always on top Pin
Christian Graus4-Sep-07 10:50
protectorChristian Graus4-Sep-07 10:50 
GeneralRe: Second form always on top Pin
Le centriste4-Sep-07 10:53
Le centriste4-Sep-07 10:53 
QuestionPlugin Interface Architecture and Invalid Cast Exceptions Pin
gerdhub4-Sep-07 10:03
gerdhub4-Sep-07 10:03 
AnswerRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
Judah Gabriel Himango4-Sep-07 11:25
sponsorJudah Gabriel Himango4-Sep-07 11:25 
QuestionRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
gerdhub4-Sep-07 12:30
gerdhub4-Sep-07 12:30 
AnswerRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
Judah Gabriel Himango4-Sep-07 13:13
sponsorJudah Gabriel Himango4-Sep-07 13:13 
GeneralRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
gerdhub4-Sep-07 13:24
gerdhub4-Sep-07 13:24 
AnswerRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
gerdhub4-Sep-07 22:36
gerdhub4-Sep-07 22:36 
AnswerRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
Skippums4-Sep-07 13:19
Skippums4-Sep-07 13:19 
AnswerRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
Skippums4-Sep-07 12:00
Skippums4-Sep-07 12:00 
GeneralRe: Plugin Interface Architecture and Invalid Cast Exceptions Pin
gerdhub4-Sep-07 12:32
gerdhub4-Sep-07 12:32 

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.