Browse by Tags

Related Posts

  • Dynamic Linkbutton with asp:calendar

    I have a asp:calendar that dynamically adds Linkbutton controls that come from the database. I am unable to figure out a way to find out what linkbutton is clicked. What I am trying to do is when the linkbuttons are generated. I want to be able to click the linkbutton and be able to know which button...
    Posted to Web Forms (Forum) by cgreene.gsu on 06-01-2009, 12:00 AM
    Filed under: "code editor", .NET, 2008, C#, CodeBehind, dynamic, events, javascript, Javascript debugging, Asp.NET Controls
  • Re: return string[] from PageMethod + click on the row + div !?

    Hi, Firstly, I wouldn't build the elements in a string. Build your elements using DOM (i.e. document.createElement), this will allow you to attach handlers to your events using $addHandler. You could do something like: var message = 'hello'; var div = document.createElement('div'...
    Posted to ASP.NET AJAX UI (Forum) by kim3er on 04-30-2008, 12:00 AM
    Filed under: dom, Javascript, Events
  • Register to DropDownExtender events

    I have a javascript function "myFunction()". I would like this to be called every time the DropDownExtender drops down! Could someone point me in the right direction about how to do this? I think that it basically involves the following steps, but I could use a little help with the implementation...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jshallard on 04-18-2008, 12:00 AM
    Filed under: DropDownExtender, events, JavaScript
  • select looses event handlers when items collection is modified in FireFox

    I have a simple script that clears, then re-adds items to a select element on a page after receiving the element array from a WCF service call. the onchange event for the select box is set in the markup (I have also tried using $addHandler(select, "change", my_handler) to no avail). This works...
    Posted to Client Side Web Development (Forum) by chadscharf on 04-11-2008, 12:00 AM
    Filed under: dropDownList, events, select, Firefox, javascript
  • onFocus event won't shoot

    I am trying to bind a slider to div with text of many chapters. I got the text to scroll to proper position when slider is moved, and now trying to move the slider to proper position when text inside div is scrolled. I am using the onFocus event to catch the id of portion of text that has got into visual...
    Posted to Client Side Web Development (Forum) by abolotnov on 04-04-2007, 12:00 AM
    Filed under: onFocus, events, javascript
  • Call vb.net method from javascript?

    Hi Is it possible to call a method or button click event in vb.net code from javascript? Thanks
    Posted to Client Side Web Development (Forum) by scottc1988 on 03-06-2009, 12:00 AM
    Filed under: vb.net 2005, asp.NET, ASP.Net 2.0, client, Client IsPostBack, client scriptcript, client side, client Side Web development, clientside, event, events, javascipt, javascript
Page 1 of 1 (6 items)