Click here to Skip to main content
16,011,436 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want navigate and display data from database to textbox and other control calendrar using asp.net like winform application in winform application i navigate all my data from database using bindingcontext or bindingsource and link controls for inserting and updating and deleting Easily on just one line foreach button and of course position moving first ,last and next , previous

my question is how i can do that with asp.net or i can't ?

I just want a key word for searching about that
Posted
Updated 5-Apr-14 10:48am
v3

1 solution

If you are looking for a BindingNavigator control (Windows Forms) in ASP.Net, no it's not available. Instead you can implement similar functionalities using a ListView or GridView control in ASP.Net.

I googled and found these links:

ListView:

Complete ListView in ASP.NET 3.5
Insert,update and delete in listview using xmlfile as datasource

GridView:

Insert, Update, Delete with Gridview ... Simple Way
Add, Edit, update, Delete gridview
 
Share this answer
 
v2
Comments
Member 10476498 6-Apr-14 6:31am    
and button next , previous , first and last not exist in asp.net only if i use datatable in connect mode ?
i can't navigate on my dataset ? and display and change value in textbox and other controls ?
Abinash_Sahoo 6-Apr-14 11:59am    
there is no such control in ASP.NET which provides that kind of navigation by default. you have to write your own code for navigation. Please download some demo projects for ListView/GridView, and you will get an idea of how it works. I'm sure you'll find a better idea to implement your requirement!

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