Asp.Net Scrapping Grid Pages
- by SH
I need cod in C#.
Look, i am trying to post the search.aspx page which contains Asp.Net grid. When grid is rendered it loads very first page on the screen and then there are number of pages in the grid header.
I scrap first page, and now i want to move on to the next page. All this is being done using following code:
HttpWebRequest myRequest =…