CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Button
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title></title>
    <style>
    .bigbutton
    {
        background: #1e5799; /* Old browsers */        
        color: White;
by Rick Strahl   November 09, 2011 @ 6:35pm
Tags: HTML, CSS, Button
88 Views
no comments
 
C#
// Select all
ItemList.Items.Cast<ListItem>().All(a => a.Selected = true);
 
// Select correct value in Dropdownlist
dropDownList.SelectedIndex =
    dropDownList.Items.IndexOf(
        dropDownList.Items.FindByValue(BusinessCollection.ID.ToString()));
        
radioButtonList.SelectedIndex =
    radioButtonList.Items.IndexOf(
by Arjan   March 24, 2010 @ 12:48pm
218 Views
no comments
 
'Form1.vb
#Region " Import Declaratives "
 
Imports DevExpress.XtraEditors
Imports DevExpress.Utils.Menu
Imports System.IO
Imports System.Xml.Serialization
 
#End Region
by Thom Lamb   February 11, 2010 @ 6:53am
2614 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate