设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 92|回复: 7
打印 上一主题 下一主题

vb.net 查询问题

[复制链接]
跳转到指定楼层
1#
发表于 2009-9-14 07:52:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
管理提醒: 本帖被 迷失 执行锁定操作(2007-07-17)Protected Sub chaxun1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Dim str As String
Dim num1 As Integer
str = "'" & Trim(TextBox2.Text) & "'"
用户信息.ConnectionString = "Data Source=BITI-E724BB3AC5;Initial Catalog=grxxwz;Integrated Security=True"
用户信息.SelectCommand = "select * from 用户 where 用户_ID like '" & Trim(str) & "%'"
GridView1.DataSourceID = "用户信息"
FormView1.DataSourceID = "用户信息"
GridView1.DataBind()
FormView1.DataBind()
num1 = GridView1.Rows.Count
If num1 = 0 Then
Label1.Text = "没有你想要查找的数据!"

Else
Label1.Text = ""
End If
End Sub

用户信息.SelectCommand ="" 中间怎么写?
查询TextBox2.输入为开头的所有用户信息
[ 此贴被迷失在2007-07-17 15:07重新编辑 ]
2#
发表于 2010-3-4 12:05:09 | 只看该作者
漂亮只能为别人提供眼福,却不一定换到幸福。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 09:21 , Processed in 0.114016 second(s), 11 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表