Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi all

Can anyone please give me some example for data grid binding with paging and sorting using 3 tier architecture windows application.



Thank you
Posted
Updated 22-Jul-14 22:20pm
v2
Comments
Maciej Los 23-Jul-14 4:26am    
[no name] 23-Jul-14 4:27am    
It's winforms..not web application

Before asking this question, I could have used used Google to write a block of code.
A Simple Way for Paging in DataGridView in WinForm Applications[^]
DataGrid Paging - C# Windows Forms[^]

Then I would have studied about Architectures:
Wiki : Multitier architecture[^]
Understand 3- Tier Architecture in C#[^]
3-tier architecture in C#[^]

   --Amy
 
Share this answer
 
Comments
Maciej Los 23-Jul-14 4:31am    
Interesting collection of links! +5!
_Amy 23-Jul-14 4:32am    
Thank you Maciej. :)
[no name] 23-Jul-14 4:38am    
I already visited this links but i am looking for one 3 tier example.
_Amy 23-Jul-14 4:47am    
To do that you should learn the concepts of Multi-tiered architecture. Here you need to separate Business Layer and Data Layer.
Actually, I have one best example link for design Gridview attractive with paging and sorting functionality but it's a code for web based application and if you want to use them in windows based form then it's also be help full to you......only need to convert the code...........

Please follow the given link.........

http://codeasp.net/articles/asp-net/229/using-jqgrid-with-asp-net[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900