使用asp.net从数据库导航和显示数据

编程入门 行业动态 更新时间:2024-10-27 02:21:36
本文介绍了使用asp从数据库导航和显示数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想在winform应用程序中使用asp(如winform应用程序)导航和显示数据从数据库到文本框和其他控件日历我使用bindingcontext或bindingsource导航我的所有数据,并使用链接控件轻松插入,更新和删除一行foreach按钮,当然位置移动第一个,上一个和下一个,上一个 我的问题是我如何用asp做到这一点或我不能? 我只想要一个关键词来搜索

解决方案

如果你正在寻找一个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 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 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从数据库导航和显示数据

本文发布于:2023-10-23 23:11:21,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1522278.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:数据库   数据   asp   net

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!