Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
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 
QuestionWhat is the best approach to changing the local admin password? Pin
robwm14-Nov-14 11:44
robwm14-Nov-14 11:44 
GeneralRe: What is the best approach to changing the local admin password? Pin
PIEBALDconsult4-Nov-14 12:59
mvePIEBALDconsult4-Nov-14 12:59 
GeneralRe: What is the best approach to changing the local admin password? Pin
robwm14-Nov-14 15:10
robwm14-Nov-14 15:10 
AnswerRe: What is the best approach to changing the local admin password? Pin
Garth J Lancaster4-Nov-14 13:15
professionalGarth J Lancaster4-Nov-14 13:15 
GeneralRe: What is the best approach to changing the local admin password? Pin
robwm14-Nov-14 16:44
robwm14-Nov-14 16:44 
GeneralRe: What is the best approach to changing the local admin password? Pin
Garth J Lancaster4-Nov-14 17:04
professionalGarth J Lancaster4-Nov-14 17:04 

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.