Hi,/P>
Thanks so much to Joe Stagner/A>, for giving me the chance to add my blogs on weblogs.asp.net//Vikram. Yes the new account was created yesterday evening. I will be posting by blogs there also. But don’t worry I will continue to cross post my blogs here also, So if you have subscribed to this blog you will have all the updates regularly./P> I decided to use weblogs also for the purpose of visibility. Because of http:////www.vikramlakhotia.con being a personal domain, the visibility of the blog has been on the lower side. So to increase the volume of people to my site, I decided rto cross post at weblogs./P> Vikram/P>
I decided to use weblogs also for the purpose of visibility. Because of http:////www.vikramlakhotia.con being a personal domain, the visibility of the blog has been on the lower side. So to increase the volume of people to my site, I decided rto cross post at weblogs./P>
Vikram/P>
This works fine for the first page, but the numbers restart at 1 when you click on other pages. Do you know of a way to continue the count through all pages of the gridview? /p>
Hi Neal, /p>
All you need to do is keep a int variable in the page level, which will contain the starting point of index. In the page index changed event set this variable to value of NewPageindex * number of record per page. /p>