码迷,mamicode.com
首页 > 其他好文 > 详细

隐藏控件标签

时间:2020-02-05 13:17:43      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:textbox   lse   text   res   perl   ==   visible   click   button   

protected void Button3_Click(object sender, EventArgs e)
{
if (this.TextBox1.Text.ToString().Trim()=="101")
{
this.Button1.Visible = true;
this.Button2.Visible = true;
HyperLink1.Visible = true;
}
else
{
Response.Write("识别码不正确");
}
}

隐藏控件标签

标签:textbox   lse   text   res   perl   ==   visible   click   button   

原文地址:https://www.cnblogs.com/houweidong/p/12263224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!