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 TextBox
$(document).ready(function () {
            $('.AutoSelect').focus(function () { $(this).select() });
            $('.AutoSelect').mouseup(function (e) {
        e.preventDefault();
});
by Davide Orazio Montersino   March 27, 2012 @ 12:50am
23 Views
no comments
 
C#
namespace BitSpy.Controls.Behaviors.Beahviors.Blend.Behaviors
{
    using System;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Input;
    using System.Windows.Interactivity;
    using System.Security; 
 
    /// <summary>
by Joe Gershgorin   June 19, 2010 @ 1:27pm
1692 Views
no comments
 
C#
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Xml.Linq;
 
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
523 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