Top "Textbox" questions

A textbox is a graphical user interface element which allows for simple input text, usually only a single line of text.

How to enter a default value when a TextBox is empty

I have this method which SUM values in those textboxes, I wanted to improve it so if any of these …

c# winforms methods textbox operand
How to create a numeric textbox in Silverlight?

As the title says really. I've had a look at inheriting from TextBox, but the only sensible override was "OnKeyDown", …

c# .net silverlight textbox silverlight-2.0
In XAML how to say: default width and height for e.g. TextBox

So I'm coming at WPF from a HTML perspective. I just want to put a TextBox on my Window like …

wpf xaml textbox font-size autosize
how i can execute a jQuery function after a time period when event fire in jQuery?

I want to fire a event on keyup of textbox 300 milisecond later $("#blah").keyup(function () { //code is here }).delay(300).myfunction(); …

jquery events textbox onkeyup
Restricting Input to Numbers Only In Textbox? (c#)

Please excuse me for asking this, I have looked at various different questions relating to this and I still can …

c# textbox numbers limiting
How do I get all text boxes within a given div based on its class name?

This is really slowing down my progress this morning. Any help would be incredible. Here's my code that I'm using …

jquery textbox jquery-chosen
how to highlight/select text in a wpf textbox without focus?

I want to highlight selected text in a wpf textbox while the textbox is not focused. In my application, my …

c# wpf textbox selectedtext
Why are some textboxes not accepting Control + A shortcut to select all by default

I have found a few textboxes here and there in my program that accepts Control+A shortcut to select the …

c# select textbox .net-2.0
Stop browser from filling textboxes with details

I've run into a really annoying problem, and I'm hoping it's just a setting I've missed. I've got an ASP.…

asp.net textbox autocomplete browser-cache details
WPF TextBox Border when selected?

I want to make a WPF TextBox have a DarkBlue border and thickness equal to 1. I want to make the …

wpf textbox styling