0
votes
2answers
15 views
Textbox in Visual Basic help!
Lately I have been programming an application in Visual Basic 2008, and on one of my Windows Application forms I have several text box forms, and with my code the way it is, none o …
1
vote
1answer
16 views
ASP.NET text box lines disappear
when i try to dynamicly change the text of a textbox,
if there is a line break, \r\n , all the text after the line break disappears including the line break sign.
only single lines …
0
votes
3answers
32 views
Need help in asp.net password textbox
Hi all,
I have problem with password text box control. I have username textbox, password textbox, retypepassword textbox. And i have drowpdownlist with items Website, Newspaper, Ot …
0
votes
2answers
23 views
Need help asp.net other textbox
Hi all,
In my project i have kept source info in dropdownlist. Like source of info: in dropdownlist three items website, Newspaper and others. If user select Others item, then only …
0
votes
2answers
34 views
Sql Reporting Services 2005 continue a long string from one textbox to another textbox
I've got a SQL Reporting Services 2005 report that includes a textbox on the first page. The string input for the textbox can be very large and include newlines. The textbox size i …
0
votes
5answers
55 views
Validate text boxes against custom set variable
I have a form that I want to create whereby the user enters in one digit per text box. I need all those digits to be correct when the user clicks a button - imagine the iPhone Pass …
1
vote
3answers
42 views
Having an uneditable, but selectable textbox
Hi, I'm making a web app. In it there are times when a form may be "read only". To simulate this with HTML, I have it so that all the (dynamically created) text boxes that contain …
0
votes
1answer
13 views
Textbox autocomplete Property in .net 2.0
I have a question regarding Textbox autocomplete propert. I have set textbox autocompleteMode to "Suggest" and have set AutoCompleteSource to CustomerSource.
I have a AutoCompleteC …
2
votes
2answers
35 views
How to make a label change to a text box using jQuery
I have some labels that I want to allow users to edit. Is it possible to do this and if so how (using jQuery).
When a user clicks a label, it turns into a textbox, which has the e …
3
votes
4answers
50 views
Catching control-c in a textbox
Despite me working with C# (Forms) for years, I'm having a brain fail moment, and can't for the life of me figure out how to catch a user typing CTRL-C into a textbox.
My applicat …
2
votes
5answers
40 views
Getting events 1 character at a time in Javascript
Hi, I'm pretty new to javascript, so bear with me if this is obvious.
Basically what I would like is to implement a little interface where when you type something in a textbox it …
1
vote
5answers
61 views
Is it acceptable to normalize text box content when it loses focus?
I have received requirements that ask to normalize text box content when the user changes the focus to another control on the same data input form. Example normalizations:
whites …
1
vote
2answers
42 views
WPF: TextBox Text is not updating.
I have a user control that i am using inside a Data Template, this user control contains a TextBox which is binded with Value property(declared as a Dependency Property) of my user …
2
votes
1answer
60 views
How to change the color of some text in textbox - Silverlight 3?
Hello,
I have a usual TextBox. I know in order to change the color of some text I can use Run tag. But when I try to use it imperatively instead declaratively (because I need to do …
1
vote
3answers
56 views
How to make own file upload using HTML and javascript
Hi friend,
I need to make new own file upload field using HTML and Javascript since Built-In file upload not showing full path of the file
I need to make it similar to file uplo …
