Top "Textbox" questions

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

remove text box drop down suggestions

I have a text input where people type and send text. I don't want the text box to have a …

html css textbox
Text Box Text Changed event in WPF

So, for example if I have 2 text boxes in WFA. The following code works. private void textBox1_TextChanged(object sender, …

c# wpf winforms textbox textchanged
ASP.NET TextBox LostFocus event

I need to trigger code on the server side to be called when a TextBox loses focus. I know there …

asp.net textbox lost-focus custom-event
How Do I Give a Textbox Focus in Silverlight?

In my Silverlight application, I can't seem to bring focus to a TextBox control. On the recommendation of various posts, …

silverlight textbox focus
how to get sum dynamically of datagridview column in textbox

I want to get the sum of a column of datagridview and show that in textbox. After each entry the …

c# winforms datagridview textbox textchanged
Paste Event in a WPF TextBox

I have created a custom control inheriting TextBox. This custom control is a numeric TextBox, only supporting numbers. I am …

c# wpf events textbox
Google Chrome > Textboxes > Yellow border when active..?

Ive been modifying a form today, and testing it in Chrome. I noticed that on selecting a textbox, with border: 0 …

css google-chrome input textbox border
ASP.NET C# write value in text box to a label: beginner simple

I am trying to find a very simple example for the syntax to simple write the value entered into a …

c# asp.net textbox document.write
How to use IDataErrorInfo.Error in a WPF program?

I have an object like that: public class Person : IDataErrorInfo { public string PersonName{get;set;} public int Age{get;set;} …

wpf validation textbox idataerrorinfo
C# refreshing textbox from BindingSource

I am having difficulty refreshing windows forms controls that are using a BindingSource object. We have a CAB/MVP/SCSF …

c# textbox bindingsource