使用asp.net从数据库导航和显示数据 [英] navigate and display data from database using asp.net

查看:86
本文介绍了使用asp.net从数据库导航和显示数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在winform应用程序中使用asp.net(如winform应用程序)导航和显示数据从数据库到文本框和其他控件日历我使用bindingcontext或bindingsource导航我的所有数据,并使用链接控件轻松插入,更新和删除一行foreach按钮,当然位置移动第一个,上一个和下一个,上一个



我的问题是我如何用asp.net做到这一点或我不能?



我只想要一个关键词来搜索

解决方案

如果你正在寻找一个BindingNavigator ASP.Net中的控件(Windows窗体),没有它不可用。相反,您可以使用ASP.Net中的ListView或GridView控件实现类似的功能。



我用Google搜索并找到以下链接:



ListView:



ASP.NET 3.5中的完整ListView

插入,使用xmlfile作为数据源在listview中更新和删除



GridView:



使用Gridview插入,更新,删除......简单方法

添加,编辑,更新,删除gridview

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

解决方案

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


这篇关于使用asp.net从数据库导航和显示数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆