Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Iam developing a project in asp.net,with backend as sqlserver,in one of my web page i have a requirement that i need to navigate the records, i tried with dataset but it is navigating only one record,plz send me the code for navigating entire records in the table using dataset...thanks in advance
Posted
Comments
Nelek 2-Dec-12 13:19pm    
This is not how it works.
If you try it and face a problem explaining what you try to do, then you will probably receive the help you need. But until then... noone is going to do your job.
what have you tried?[^]

MSDN[^] will help you :)
 
Share this answer
 
Use the dataset to bind the gridview control and on gridview SelectedIndexChanged fetch the record which you want to navigate then use QueryString or Session to navigate the value.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900