Hi,
I am building a Email client.
I want to retrieve mails from MYSQL Database stored in the server and display the mails in the Client user interface. Only 50 mails must be displayed per page. How can i do this ?
Can this be done using paging in Data Grid View ?
Pls help me out.
Thank u in advance .

Only 50 mails must be displayed per page. How can i do this ?

Then just display 50 mails on a page. Use a while or for loop.
If the 50 mails don't fit in the display area use a scrollbar.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.