Can anybody tell me the code for navigating Records (First,Next, Pre, Last) in ASP .Net form with SQL Database?
Loading
Can anybody tell me the code for navigating Records (First,Next, Pre, Last) in ASP .Net form with SQL Database?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajat JaiswalPosted Jul 23, 2005, 9:06 AM
for that you have to create a java script with a two hidden variable on form one
is for current index and second is for total records. on pressing the button you have to
post the form and that particular hidden variable will help you to determine the particular
row means ds.rows("particularIndex") .
i hope it will help u.