Browse by Tags

Related Posts

  • Adding unknown number of Textbox values to database

    I'm looking to find out how to add multiple values to a database from textboxes. Here's the scenario: A user can add one value to the database through a textbox control - no problem. There is also an option to add another value through a second textbox (by clicking add another textbox will be...
    Posted to Web Forms (Forum) by adamoliver on 05-17-2009, 12:00 AM
    Filed under: TextBox, javascript
  • How to change txt2.text when the txt1's.text changes using JavaScript?

    Hello! I want some JavaScript (or any other client-side) solution for my problem that described here: http://forums.asp.net/p/1382766/2930267.aspx In a few words, my problem is that i don't know the way to change the txt2.text value when the txt1.text value changes... Please read the http://forums...
    Posted to Client Side Web Development (Forum) by MinimalTech on 02-10-2009, 12:00 AM
    Filed under: textbox, client-side, change, javascript
  • Javascript to update textbox automatically

    I am trying to setup an asp textbox to update automatically when a value is entered into another textbox. I have managed to do this in other forms when the input textboxes are all known and hardcoded in although the problem I am having this time is that the textbox are being dynamically created. the...
    Posted to Client Side Web Development (Forum) by scottc1988 on 01-08-2009, 12:00 AM
    Filed under: TextBox, textbox changed, VB, VB .NET dynamic Dropdownlist retain SelectedValue postback, vb .NET web forms asp.net html email textboxes, vb.net, visual studio 2005, "Textbox", dynamic, Dynamic Row, dynamic texbox, dynamic textbox, java script, javascript, Javascript alerts, javascript IE, javascriptcript, javascriptript, javscript events, Dynamic asp control ID, .ASPX, .aspx page, .aspx.vb, javascript asp.net, javascriptt, .net, add dynamic dropdownlist, dynamic table, Dynamic Control
  • Re: focus of textboxes inside the listviews on press TAB key

    Hi There, The simple way to achive this, Add event to trap textbox onfocus event, check whether textbox is enable otherwise move focus to textbox next to it/ try following: ASPX: < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > Untitled...
    Posted to Client Side Web Development (Forum) by d4dennis@inspir3 on 05-22-2008, 12:00 AM
    Filed under: textbox, JavaScript
  • Using javascript to change TextBox value

    Based on previous posts in this forum, I thought I understood that: I alter contents of a div by manipulating the .innerHTML property I alter contents of a TextBox by manipulating the .value property Div manipulation works as expected, but the TextBox manipulation does not. Example of the problem: http...
    Posted to Client Side Web Development (Forum) by KevinI on 02-23-2008, 12:00 AM
    Filed under: textbox, javascript
  • ASP.Net Catch Auto Rename Of Form Field Controls Inside Of Content Controls That Are Called Into Master Page Placeholders

    This client side javascript can be handy for resolving the true ID of ASP.Net form field controls (when it is inside of a ASP.Net content control which gets inserted into a master page via a placeholder). JAVASCRIPT FUNCTION: function ASPNetCatchAutoRenameOfFieldAndResolve(fieldId, PlaceHolderId, inputType...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by gigasviking on 12-18-2007, 12:00 AM
    Filed under: textbox, auto rename, input type, javascript, content control, masterPage, placeholder
  • Change div Background Using Focus

    I have an input text box this is contained within a 'search' div used to hold the background image. I want to use the onfocus property of that input box to change the background property of the 'search' div when the user clicks into the search box. How would I do this, I can get the background...
    Posted to Client Side Web Development (Forum) by adamargyle on 12-13-2007, 12:00 AM
    Filed under: onFocus, Stylesheet, textbox, ASP.NET 2.0, Background Color, background-image, Client side scripting, css background images, DIV, html, background, CSS, html textbox, javascript, Styling, focus
  • Re: MaskedEdit - how to see if field is not filled

    You can in your JavaScript use a regular expression. Have the regular expression check for the letters or numbers to be there. If you want to tell if the whole thing is filled in maybe just remove all the unimportant characters and count? There are a lot of ways. If you removed the spaces dots and dash...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by benrick on 07-02-2007, 12:00 AM
    Filed under: Regular Expression, textbox, JavaScript
  • Web parts , Web User Control, Update Panel, Javascript

    Hi guys, Hope this time someone replies first of all, Is that possible to combine all above Asp.net and Ajax controls? The below one is my web user control code which I am using in the webpart zone. < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : Panel...
    Posted to Web Forms (Forum) by BhaveshPatel on 02-20-2007, 12:00 AM
    Filed under: postback, querystring, Request.Querystrings, textbox, AJAX, asp.net 2.0, Client, JavaScript, DetailsView CommandField JavaScript, FindContol
  • Validate text in two text boxes on a single button click

    Hi I have two text boxes where user can enter search text. When the user clicks on the search button both the text boxes should not be empty. If the user enters some value in one text box they should be able to search. I am trying to use java script for this. Here is the code I have written. But nothing...
    Posted to Client Side Web Development (Forum) by granada on 12-20-2006, 12:00 AM
    Filed under: textbox, Client Script, javascript, javascript in asp.net, vs2005, Validation
Page 1 of 3 (21 items) 1 2 3 Next >