Browse by Tags

Related Posts

  • Validators cause Javascript to break

    Hi, folks. Can anyone explain this problem? I am using Visual Studio 2005 (ASP.NET 2.0/C#). I have created a composite control which combines a DropDownList with a TextBox. When the user selects a list entry, the text is copied into the textbox. I have this JavaScript function, to which I pass the TextBox...
    Posted to Client Side Web Development (Forum) by cnelson1 on 01-03-2007, 12:00 AM
    Filed under: c# javascript function, javascript, control, ClientID, getElementById, Client Script, Validation, Composite Controls, javascript in asp.net, validate
  • Re: Javascript to calculate order total?

    hi.. Your code will not work... If you have noticed when you use master page with your content page, 1) asp.net always changes the ID of controls. 2) and you are trying to use controls with their original IDs in JavaScript.. What you need to do is... 1) Asp.net 2.0 has property called ClientID for each...
    Posted to Client Side Web Development (Forum) by hardik.net on 03-01-2007, 12:00 AM
    Filed under: c# javascript function, javascript, getElementById, javascript in asp.net
  • GridView reference in JScript

    I have a GridView control on my page, and want to loop through the rows and move the data to a window for printing. But I can’t reference the GridView in JavaScript. In my .aspx: < input type ="button" value ="Print" onclick ="JavaScript:PrintClaimsTab()" /> In my .js file: PrintClaimsTab() { ...
    Posted to Client Side Web Development (Forum) by goodideadave on 04-16-2007, 12:00 AM
    Filed under: javascript, ClientID, getElementById, Client Script, javascript in asp.net, gridview, ASP.NET 2.0
  • Re: Accessing Control from Client Side

    Pls Note some Scenerion..... 1.I am writing the script in my Custom Composite Control by using string scrpt =@"function ......() { var cntl= document.getElementbyId(...); }; this.Controls.Add(new Literal Control(scrpt)); 2. The Control I want to access in the avobe is a child control of the Composite...
    Posted to Client Side Web Development (Forum) by monirkuet24 on 05-13-2007, 12:00 AM
    Filed under: javascript, getElementById
  • GetElementByID question

    Hello Everyone, I am really new to Javascript and I am trying to make a slight modification to previously written Javascript. I had my asp controls SearchTextBox and SearchButton inside a panel within an ajax toolkit tab panel control (ID = "Tabs") . Now I am using a MultiView control (ID ...
    Posted to Client Side Web Development (Forum) by rbunn83815 on 05-29-2007, 12:00 AM
    Filed under: javascript, getElementById, multiview control
  • GetElementByID Question

    Hello, I have a question concerning getelementbyid(). I have some javascript (written by someone else) for a feature that was working before I switched from the Ajax.net toolkit tab panel to the multiview control. The old line of code is: var txt=document.getElementById('Tabs_VisualSearchTabPanel_SearchTextBox'...
    Posted to Client Side Web Development (Forum) by MadScientist on 06-03-2007, 12:00 AM
    Filed under: javascript, getElementById, client Side Web development
  • [JavaScript]Displaying division at the bottom of browser window. Paragraph in footer shows after scrolling down

    I would like to create a script in JavaScript language so that: if page fills whole window of the browser, the division with footer is behind the rest of page normally; if page does not fill whole window of the browser, the division is at the bottom of the window. I have made this script ( http://szmitek...
    Posted to Client Side Web Development (Forum) by szmitek on 06-17-2007, 12:00 AM
    Filed under: javascript, getElementById, DIV, client, javascript syntax, javascript and css, javascript inline function functions
  • calender control without popup and not by asp.net ajax

    i have several web forms in an application for the text boxes i need to place a calender user control , i don't want a popup calender and i don't want to use ajax it should contain a dropdown year so that i can go to particular year any articles
    Posted to Client Side Web Development (Forum) by rajuonline_531 on 11-27-2007, 12:00 AM
    Filed under: javascript:, javascript, getElementById, Client Script, javascript in asp.net, javascript ajax images, javascript ad publish, aspx, Javascript and ActiveX, javascript activexobject, client, onFocus, asp.NET, c#, pop-up, ASP.NET 2.0, calendar css, javascript syntax, javascript asp.net, asp.net css, CSS Master Page, javascript and css, ASP.NET 2.0 FormView GridView Master/Detail Update, javascript c#, javascript Ajax call by code, client Side Web development, ClientScript, Javascript UserControl, javascript alert, javascript confirm box, onchange, calendar pop-up window, client side validation, javascript & ajax, javascript client dom attribute viewstate postback ajax, asp .net ... c# ... SQL, required field validator, Render, JavaScript & Hidden field, Javascript & Table Control, javascript asp.net controls, pop up, asp net javascript save changes prompt, java, Javascript ASp.net Gridview Popup box C#, asp.net 2.0 javaScript, focus
  • Re: Event Problem

    the problem in Javascript function. It should be document.getelementById('<%= Label11.ClientId %>') .innerHTML=document.getelementById('<%= TextBox1.ClientId %>') .value;
    Posted to Web Forms (Forum) by aalokitoaami on 07-02-2008, 12:00 AM
    Filed under: javascript, Get server control in aspx, getElementById
Page 1 of 1 (9 items)