作者:ASP.NET Community
CheckBox 服务器控件接受布尔(true 或 false)输入。选中时,其 Checked 属性为 true。通常,复选框被处理为
作者:ASP.NET Community
Imports System.Net.MailPublic Shared Function SendMail(ByVal MailFrom As String, ByVal MailTo As String, ByVal MailSubject As String, ByVal
作者:matt warren
Stack overflow 标签引擎 - 第 3 部分
作者:ASP.NET Community
if(IsPostBack){Boolean fileOK=false;String fileExtention=System.IO.Path.GetExtension(FileUpload1.FileName).ToLower(); //check file