Hi there, i'm quite new here and thought i should throw some ideas here and i apologize if i confuse you. Why can't you define two gridViews and set visible=false to the one without paging. On selecting the check box, make the gridView with paging visible=false and the gridView without paging...
I got it people, thanks to those who tried to research on it. I didn't have the if(ispostback==false) statement on the page load hence the pageindex got reinitialized every time i posted back.
Hi there, i'm tryin to pass to the DataAdapter.Fill method a startRecordIndex, max records, but on cliking Next button which calls nextClick, the pageIndex increment does not increase after 1 and no errors are thrown. When i click the Next button nothing happens, please help.
using System...
if i put the image into the form tag, it the script doesn't run like this..
<form id=form1 runat="server">
<div>
<img id="myimage" src="images/DSCN0311.JPG" height="300" width="300" />
</div>
</form>
<script language="JavaScript1.2">
.
.
..<script/> ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.