You must Sign In to post a response.
  • Category: .NET

    Get data from website (Where the Site has multiple pages)

    Hi,

    I want to get the particular data's from website and the website contains lot of pages. Approximately per page had 15 records, once it retrieve in C# Windows Application it goes to next page. Same as it will goes till last page. I can get the Data from first page, how can i go to next page (automatically no manual work here). Here i attached the sample image where there is number of records per page and pagination at bottom of page.

    Sample

  • #769703
    as per the post it's not clear on what you are expecting, but i understood that you want to move to next page automatically when data gets or shows the expected count on page. if this is true, what you have to do is you have built a logic such if page gets the configured count of rows then through programmatically click the next pagination button click event so that i can go to next page and gets the data.
    Thanks!
    B.Ramana Reddy


  • Sign In to post your comments