Browse by Tags

Related Posts

  • How to access this ASP.NET TextBox using JavaScript?

    Background: I have a web user control on which I have an asp.net TextBox: < asp : TextBox ID ="tbASPNETControl" runat ="server"> ASP.NET Control </ asp : TextBox > Also, I have a button on this web user control when which it's clicked, it should show this text box...
    Posted to Client Side Web Development (Forum) by Dynamic2008 on 05-29-2009, 12:00 AM
    Filed under: TaxtBox, asp.NET, document, getElementById, javascript
  • Problem with getElementById in Gridview

    Hi I am having a .asp page, which has a TemplateField within a GridView. This TemplateField has a TextBox in its FooterTemplate. What i am trying to do is, when the user enters data in the TextBox and clicks on the button(outside the GridView), i am trying to extract the data entered in the textbox by...
    Posted to Data Presentation Controls (Forum) by ROHITHKS on 12-19-2008, 12:00 AM
    Filed under: ASP.NET, JavaScript, GridView, getelementbyid
  • Re: Javascript Error

    document.getElementById('Label1').style.visibility='hidden' Above line is correct if your control is HTML control document.getElementById('Label1').style.visibility='hidden' Above line is correct if your control is HTML controldocument.getElementById('Label1')...
    Posted to Client Side Web Development (Forum) by eanirudh on 11-12-2008, 12:00 AM
    Filed under: getElementById, ClientID, javascript
  • 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: onFocus, pop up, pop-up, Render, required field validator, asp net javascript save changes prompt, asp.NET, ASP.NET 2.0, ASP.NET 2.0 FormView GridView Master/Detail Update, asp.net 2.0 javaScript, c#, calendar css, calendar pop-up window, client, Client Script, client side validation, client Side Web development, ClientScript, focus, getElementById, javascript & ajax, JavaScript & Hidden field, Javascript & Table Control, javascript activexobject, javascript ad publish, javascript Ajax call by code, javascript ajax images, javascript alert, Javascript and ActiveX, javascript and css, javascript asp.net, javascript asp.net controls, Javascript ASp.net Gridview Popup box C#, javascript c#, javascript client dom attribute viewstate postback ajax, javascript confirm box, javascript in asp.net, Javascript UserControl, javascript:, asp.net css, asp .net ... c# ... SQL, onchange, aspx, CSS Master Page, java, javascript, javascript syntax
  • [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: client, DIV, getElementById, javascript and css, javascript inline function functions, javascript, javascript syntax
  • 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: client Side Web development, getElementById, javascript
  • 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: getElementById, javascript, multiview control
  • 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: getElementById, javascript
  • 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: ASP.NET 2.0, Client Script, getElementById, javascript in asp.net, gridview, ClientID, javascript
  • 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, getElementById, javascript, javascript in asp.net
Page 1 of 2 (14 items) 1 2 Next >