12 Essential Web Server Controls for all .Net Web Developers to include - Email Buttons, No Bad Words Textbox , iFrame Control, Print Page Buttons, Random Images, USA States Dropdownlist, and more.
Email Buttons You get 3 button controls! A Push button, Link button, and Image button that emails the server form controls name/value pair as the email body on a page without writing the code including an attachment, automatically! Simply assign the SMTP server, To, From, CC, BCC, Subject, TEXT or HTML Format properties. Uses the .NET System.Web.Mail namespace. Will send the following server controls: Textbox, Dropdownlist, Checkbox, Radiobuttons, Listbox, Checklistbox, Radiolistbox.
No Bad Words Textbox A textbox control that validates against a predifined list of restricted words that are in a database field or hardcoded in codebehind. If a restricted word is entered into the textbox, a choice of javascript alert message, textbox highlite, or both will alert the user.
iFrame Control iFrame control renders out another webpage/file where ever this control is place on your webpage. Set the source either in codebehind for dynamic results or properties window.
Print Page Buttons 3 Buttons that will print out the page (Standard button, Link button or Image button). Choose whether or not to show/hide the button from being printed out on the paper.
Random Images Show a different image everytime the page is loaded. Great for banner adds. Add an OnClick event for tracking click throughs.
USA States Dropdownlist A list of all the 50 US states in a dropdown list. plus Puerto Rico . Add or delete countries and other providences.
Labeled Textbox Its an All-in-One textbox control with a label on the left site. Great for creating contact forms. No need for a multi-column table to hold your label and textbox controls seperately. Works best in FlowLayout mode.