1
Answer

Navigation Records in ADO.Net

Aarti Patkar

Aarti Patkar

19y
2.2k
1

Can anybody tell me the code for navigating Records (First,Next, Pre, Last) in ASP .Net form with SQL Database?

Answers (1)
0
Rajat Jaiswal
NA 6 0 19y
hi,
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.