Stories recently tagged with 'TextBox'

Silverlight TextBox Control that immediately updates Text field(blog.roboblob.com)

submitted by spavkovspavkov(1718) 1 year, 10 months ago

Standard Silverlight TextBox control is very useful but has one strange behavior: if you use TwoWay data binding and bind some property to controls Text property, when users type text into the control, this change is not propagated to the bound property until the control loses its focus. Lets see how to solve that problem easily... read more...

1 comment |category: |Views: 162

tags: another

WPF autocomplete textbox/combobox(www.sottje.net)

submitted by sottjesottje(30) 2 years, 3 months ago

Javascript/Ajax like Automcomplete Textbox/Combobox in WPF. read more...

add a comment |category: |Views: 274

tags: another

Password Field / TextBox in 0 lines of code(silverlight.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

The idea to create a Password Field in 0 lines of code is to change the police to a home made password police. read more...

1 comment |category: |Views: 23

tags: another

Using AJAX to Create a DropDownList for Populating a TextBox (krissteele.net)

submitted by DigitalDuffmanDigitalDuffman(340) 3 years, 10 months ago

A pretty little ditty that I created to allow you to copy items into a textbox quickly clientside. read more...

add a comment |category: |Views: 284

tags: another

Silverlight Super TextBox(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

This document (with the included source code) demonstrates how to develop a “Super TextBox” control in Silverlight. With the latest 2.0b1 release many controls were included by Microsoft, but some crucial controls are still missing. I hope STextBox will help to fill that void, if only temporarily. read more...

add a comment |category: |Views: 76

tags: another

PasswordTextBox for Silverlight 2 Beta 1(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 2 months ago

The standard TextBox control that is built into Silverlight 2 Beta 1 is a bit lacking and is missing alot of features that we have become accustomed to in a TextBox. One of those features is being able to mask the characters being displayed when its used to accept passwords. Here's a small PasswordTextBox control I built that does just that; it masks the characters from being displayed so you can accept passwords like you're used to. read more...

add a comment |category: |Views: 58

tags: another

C# : Get current Caret Line and Column in multiline WinForms TextBox(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 7 months ago

A managed way of finding current Caret Line and Column in a multiline windows forms textbox. read more...

add a comment |category: |Views: 376

tags: another

ReadOnly TextBox ASP.NET Control(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

Hot to make a TextBox control that renders itself as a plain text if ReadOnly and as an Input otherwise. read more...

1 comment |category: |Views: 31

tags: another

ReadOnly TextBox ASP.NET Control(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

Hot to make a TextBox control that renders itself as a plain text if ReadOnly and as an Input otherwise. read more...

1 comment |category: |Views: 31

tags: another

Why does the TextBox render postback scripts and a Button dosen't?(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 5 years, 1 month ago

It seems that the asp.net controls have different behaviors for the same code logic... In the current days, where javascript is a big part of a web application, some of this behavior logic seems difficult to accept. read more...

add a comment |category: |Views: 2

tags: another