Tagged Questions

0
votes
1answer
26 views

Get number of character selected in a multiline textbox in asp.net

Hai Guys, I have a multiline textbox and I have set MaxLength="160" ,also i have a label indicating number of characters remaining.... Now i want to get the number of characters selected by the user …
0
votes
1answer
22 views

Sending a Text Box control to the Printer?

I cannot seem to figure out how to send a text box control to print in Java. The Program creates word search puzzles, now I would like to print them. I simply want to print the text Box control as …
0
votes
1answer
32 views

html helper syntax ?

hello all, please tell me how to give the id to the html textbox my html tag looks like this <%=Html.TextBox("username")%> please help me Thanks Ritz
0
votes
2answers
27 views

How to change text property of asp.net textbox with javascript

I have a textbox that I want to change text property of it with javascript, but I can't do. My sample code below, Can anyone say what is wrong? Thanks... function openAdresYeni(p) { …
0
votes
1answer
15 views

Form Textbox Caching Problem

I have a PHP form, with various input fields and textboxes. If you submit and go back, all of the data that was submitted in the input fields remains, however the textboxes are blank. How can I get …
0
votes
2answers
16 views

How to bottom-align string in Access report textbox?

Using Access 2003. On a subreport I have arranged a row of text boxes that will be populated with dynamic data. (These will appear as column headers on a master report.) Due to report constraints, …
0
votes
4answers
26 views

WPF textbox and doubleclick

I am displaying Mac Address in a WPF application. I want that mac address to be selectable to be copy/paste, so I am using ReadOnly TextBox When the user double click I want to select the whole …
0
votes
3answers
46 views

text in text box

hi, 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 have a text in it that once the user clicks on it for the first time, …
1
vote
1answer
23 views

Adding Hyperlinks in a richtextbox that activate a method instead of a webpage

Specifically, im looking for a way to add links to all the words in my (rich)textbox that start with #. so, if my richTextBox1.Text property equaled "This is an #example of what i want" i would want …
0
votes
1answer
22 views

C#/WPF: Catch Routed Event (UIElement.PreviewKeyUp) from UserControl

Hello, I've a UserControl which contains a TextBox called myTextBox. This UserControl is placed in a MainWindow.xaml where I'm trying to catch the "UIElement.PreviewKeyUp". Now when debugging, I can …
1
vote
1answer
34 views

DataBind listBox selected item to textboxes

Hi! I have ListBox data bind to list of users (collection): usersListBox.DataSource = null; usersListBox.DataSource = _users; usersListBox.DisplayMember = "Name"; …
0
votes
3answers
48 views

how to word wrap in normal html textbox?

i have this text box <p>Event Data :<input id="data" type="text" wrap="true" value="{{data}}" style="width: 757px; height: 170px" /> </p> i want it to be …
0
votes
3answers
47 views

How to make a text field grow to fit the contents of its value field

I am using jQuery as my Javascript library. Is there any way to make a textbox grow to fit the size of its contents?
0
votes
1answer
22 views

data in dynamic textbox

Hi, I am new to .Net I created 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. Thanks in advance..
0
votes
2answers
31 views

adding pictures in certain places in a richtextbox in C#

Alright, Question #1: well i have a richtextbox, and id like to add emotions to it, so for instance, if ":)" was in the textbox, id want the picture of a smiley face in its place. Question #2: i …

1 2 3 4 5 31 next
15 30 50 per page