I am upgrading part of a very old website. One of the pages that I own uses controls and dlls that I do not. There is one dll that puts a textbox (input field) on the page. This field is concepually a
I have an easy one for you guys.In my view I have a textbox, like so: <%= Html.TextBoxFor(x => x.Price, new { @class = \"text tiny\" })%>
I have an Expander that its content consists of a StackPanel that contains several elements one of whom is a TextBox.
When I write a <period> into myTextBox I want a myOtherText.Focus to be performed. Anyone know a way of doing this开发者_StackOverflow in xaml code?
In a gridview I have the following Template Field containing a textbox <asp:TemplateField ShowHeader=\"true\" ItemStyle-HorizontalAlign=\"left\" ItemStyle-VerticalAlign=\"Middle\" ItemStyle-Width=
I have the following scenario - a few dropdwon lists and a textbox. I\'d like to \'reset\' these drop downs to their original value when a user clicks on the textbox:
Not far into programming 开发者_运维问答and just joined this forum of mighty company so this is a silly question, but what is the best way to clear textboxes in VB.Net and what is the difference betwe
I have two text boxes. Country and City. I am using type ahead in city text box. I want to show the city name according to the country which i typed. How can i pass country value using java script to
Is there any way to disable cursor in textbox without setting property Enable to false? I was trying to use ReadOnly property but despite the fact that I can\'t write in textbox, the cursor appears if
I want to capture the text from the textbox when enter key is hit.I am using WPF/visual studio 2010/.NET 4.I dont know what event handler to b开发者_运维技巧e used in thetag ?I also want to do the sam