雪花台湾

[C#] how to display none through code behind

btnSubmit.Attributes.Add("style", "display:none;");
txtNumber.Attributes.Add("style", "display:none;");

 


相关文章