你好!请问你有用VB中的ADO和Datagrid控件做的数据库程序,要求有添加、删除、查询、修改功能,发一下

302761912@qq.com感谢啊... 302761912@qq.com 感谢啊 展开
 我来答
FM网络
2012-04-20 · TA获得超过825个赞
知道小有建树答主
回答量:1130
采纳率:0%
帮助的人:960万
展开全部
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="简单内容显示.ascx.vb" Inherits="简单内容显示" %>
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/DB数据库/数据库.ASPX"
SelectCommand="SELECT [编辑姓名], [类别名称], [日期时间], [标题], [副标题], [关键字词], [内容], [图片名称], [类别名称表.ID] AS column1 FROM [内容详细信息] WHERE ([内容数据表.ID] = ?)">
<SelectParameters>
<asp:QueryStringParameter DefaultValue="1" Name="column1" QueryStringField="ID" Type="Int32" />
</SelectParameters>
</asp:AccessDataSource>
   
<table border="0" align="center" cellpadding="0" cellspacing="0" style="background-color: #cccccc;width:98%">
<tr>
<td style="background-color: #ffffff">
<asp:FormView ID="FormView1" runat="server" DataSourceID="AccessDataSource1" Height="217px"
Width="98%">
<ItemTemplate>
<table align="center" width="98%" cellpadding="0" cellspacing="0" border="0" >
<tr>
<td colspan="4" style="text-align: center; height: 40px;">
<asp:Label ID="标题Label" runat="server" Font-Bold="True" Font-Size="16pt" Text='<%# Bind("标题") %>'></asp:Label>
</td>
</tr>
<tr>
<td colspan="4" style="text-align: center">
<asp:Image ID="Image2" runat="server" ImageUrl="/Images/index_Line.jpg" />
<asp:Label ID="Label1" runat="server" BorderColor="Yellow" ForeColor="Lime" Height="1px"
Width="400px"></asp:Label></td>
</tr>
<tr>
<td colspan="4">
<br />
<asp:Label ID="内容Label" runat="server" Text='<%# Bind("内容") %>'></asp:Label></td>
</tr>
</table>
</ItemTemplate>
<EmptyDataTemplate>
(还没有数据)
</EmptyDataTemplate>
</asp:FormView>
</td>
</tr>
</table>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式