Click here to Skip to main content
15,910,787 members
Home / Discussions / C#
   

C#

 
AnswerRe: Handling large data objects in codes or other options? Pin
Chris Quinn5-Nov-14 3:53
Chris Quinn5-Nov-14 3:53 
AnswerRe: Handling large data objects in codes or other options? Pin
Mycroft Holmes5-Nov-14 12:01
professionalMycroft Holmes5-Nov-14 12:01 
GeneralRe: Handling large data objects in codes or other options? Pin
V.5-Nov-14 23:34
professionalV.5-Nov-14 23:34 
GeneralRe: Handling large data objects in codes or other options? Pin
Mycroft Holmes6-Nov-14 11:34
professionalMycroft Holmes6-Nov-14 11:34 
AnswerRe: Handling large data objects in codes or other options? Pin
shaluIT8-Nov-14 14:34
shaluIT8-Nov-14 14:34 
Questionpaging C# windows Form Pin
Ibrahim.elh4-Nov-14 23:42
Ibrahim.elh4-Nov-14 23:42 
AnswerRe: paging C# windows Form Pin
Eddy Vluggen5-Nov-14 0:03
professionalEddy Vluggen5-Nov-14 0:03 
GeneralRe: paging C# windows Form Pin
Ibrahim.elh5-Nov-14 2:40
Ibrahim.elh5-Nov-14 2:40 
GeneralRe: paging C# windows Form Pin
Eddy Vluggen5-Nov-14 2:57
professionalEddy Vluggen5-Nov-14 2:57 
GeneralRe: paging C# windows Form Pin
Ibrahim.elh5-Nov-14 3:01
Ibrahim.elh5-Nov-14 3:01 
GeneralRe: paging C# windows Form Pin
Pete O'Hanlon5-Nov-14 3:09
mvePete O'Hanlon5-Nov-14 3:09 
GeneralRe: paging C# windows Form Pin
Eddy Vluggen5-Nov-14 5:54
professionalEddy Vluggen5-Nov-14 5:54 
GeneralRe: paging C# windows Form Pin
Ibrahim.elh5-Nov-14 21:24
Ibrahim.elh5-Nov-14 21:24 
GeneralRe: paging C# windows Form Pin
Eddy Vluggen5-Nov-14 22:33
professionalEddy Vluggen5-Nov-14 22:33 
That does not mean that other solutions do not exist; paging is usually not done in a WinForm, even if there's a lot of data. We don't have a "pagelimit" as a book has, the complete concept of having a "page" should remain on the web, not in Forms.

Having a page is half an anti-pattern - most people will only use the first page at all times.

Large datasets can be loaded quickly by virtualizing the grid, and there's filtering to limit the dataset fetched.

Still, if you want pagination, you'd have to find a working component, or adapt one of the existing ones to your needs.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: paging C# windows Form Pin
Ibrahim.elh5-Nov-14 22:37
Ibrahim.elh5-Nov-14 22:37 
GeneralRe: paging C# windows Form Pin
Eddy Vluggen6-Nov-14 1:03
professionalEddy Vluggen6-Nov-14 1:03 
GeneralRe: paging C# windows Form Pin
BillWoodruff6-Nov-14 1:08
professionalBillWoodruff6-Nov-14 1:08 
GeneralRe: paging C# windows Form Pin
Ibrahim.elh6-Nov-14 2:06
Ibrahim.elh6-Nov-14 2:06 
GeneralRe: paging C# windows Form Pin
Ibrahim.elh6-Nov-14 2:37
Ibrahim.elh6-Nov-14 2:37 
GeneralRe: paging C# windows Form Pin
Eddy Vluggen6-Nov-14 9:37
professionalEddy Vluggen6-Nov-14 9:37 
QuestionHow to use SSL in C# Visual Studio Pin
arunava_sinha4-Nov-14 22:20
arunava_sinha4-Nov-14 22:20 
SuggestionRe: How to use SSL in C# Visual Studio Pin
Kornfeld Eliyahu Peter4-Nov-14 22:39
professionalKornfeld Eliyahu Peter4-Nov-14 22:39 
Questionencrypt the connection string in the app.config file ? Pin
Member 24584674-Nov-14 15:26
Member 24584674-Nov-14 15:26 
AnswerRe: encrypt the connection string in the app.config file ? Pin
Bernhard Hiller4-Nov-14 20:39
Bernhard Hiller4-Nov-14 20:39 
GeneralRe: encrypt the connection string in the app.config file ? Pin
Member 24584675-Nov-14 14:37
Member 24584675-Nov-14 14:37 

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.