I\'m trying to replace all the carriage return characters in a string obtained from a multi line text box in a Windows Form with the string \", <BR>\" so that when I use the string in some HTML
I have a page running on WinMo 6.1 Pocket IE. It seems I cannot make a textbox wider than 219 pixels, is this the case?
I\'m making a new class called \'Cell\' which extends the GWT Widget class. The purpose of this class is to be a cell in a spreadsheet -- it therefore must be able to switch between being a GWT Label
I am trying to get it so that when a certain value is put into a textbox, the focus will stay on the textbox(and an alert will be shown in production). I am trying to get this to work in Firefox 3.5.7
I need to create a WinForms textbox that allows decimal text exclusive-or integer text. Also, I don\'t wish to be required to specify the length of the text in the mask; the user should be able to ent
I have a massive string (we are talking 1696108 characters in length) which I have read very quickly from a text file. When I add it to my textbox (C#), it takes ages to do. A program like Notepad++ (
I\'ve just implemented a quick autocomplete feature in a TextBox that pulls a string out of a fairly small list and \"completes\" the word. The TextBox caret stays at the location it was in from the l
I have an ASP.Net page with a multi-line textbox on it. Will the line endings on this textbox be according to the server or the client? What I\'m asking 开发者_开发知识库is if ASP.Net is running in L
I use a button to locate a file, and it puts the location in the textbox as \"C:\\file.exe\\\" I need the \"\" so when a user select a folder with a space in it it won\'t see it as a new input.
I\'m able to hide the \'tr\' when \'Remove\' is clicked. with the following code. $(\"a#minus\").bind(\"click\", function(e){