by ASP.NET Community
The CheckBox server control accepts Boolean (true or false) input. When selected, its Checked property is true. Typically a check box is processed as
by ASP.NET Community
Imports System.Net.MailPublic Shared Function SendMail(ByVal MailFrom As String, ByVal MailTo As String, ByVal MailSubject As String, ByVal
by matt warren
Stack overflow Tag engine - Part 3
by ASP.NET Community
if(IsPostBack){Boolean fileOK=false;String fileExtention=System.IO.Path.GetExtension(FileUpload1.FileName).ToLower(); //check file