how I can use T开发者_如何学JAVAextEdit component for passwords input?I want to se some \"*\" or \"#\" or another symbol when I type the password. Is there some property, where i can set such a thing?
I creat开发者_JS百科ed textboxed dynamically, But when I clicked on the button, I loss before created data in the textbox. How can I maintain data in the dynamic textbox.Try this:
i am pretty new to the gwt framework and i am using it for building the ui of my web site, i would like to make the text box 开发者_StackOverflow社区have a text in it that once the user clicks on it
Hiya i\'m creating a web form and i want a user to be able to make certain selections and then add the selections to a text box or listbox.
I\'m trying to create a loop to avoid copy pasting these lines 30 times. The names are: sum1 to sum30 br1txt1 to br30txt1
In Visual C# when I click a button, I want to load another form.But before that form loads, I want to fill the te开发者_运维知识库xtboxes with some text.I tried to put some commands to do this before
I enter a name in textbox eg. \"John\" and save it in the database which it does, then i again enter \"John\" which it does not save. But if i enter \"john\", it saves this again... I need it to not s
I had a main form. I created a child form that is instantiated by this parent form. I have some textbox, buttons and a progress bar on that child form. When I create that form and show it, the textbox
I have been working on my custom control derived from the TextBox and I have encountered a problem I can not solve right now. Brief description of the problem: my textbox contains plain text which con
I\'m looking for a solution where users can copy/p开发者_StackOverflowaste PHP code into a textbox and it will be highlighted like it is inside an IDE. (Like stackoverflow does when you paste a code s