📄 员工基本信息.aspx.vb
字号:
Imports helloxinxi
Partial Class 员工基本信息
Inherits System.Web.UI.Page
Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim ms As New basei()
Me.GridView2.DataSource = ms.getmsg(Me.DropDownList1.SelectedValue)
Me.GridView2.DataBind()
Me.GridView2.Visible = True
Me.DropDownList1.DataBind()
End Sub
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Me.GridView1.Visible = True
Me.GridView2.Visible = False
Me.GridView1.DataBind()
End Sub
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -