Displaying limited numbers of link at a time on form?
Hiiiii
I am making a window application in C# .net.
in which i am making a search functionality between window forms, in this when i entered any term in TextBox, then system is displaying related closest match in below panel.but it is showing all matches on the same page , and the matches can be any in number, but i want to display around 5-10 links at a time on form of related match, and then other links should display on next pages like in Google.
Kindly help me in this........