Search

You searched for the word(s): userid:748563

Matching Posts

  • Sys.WebForms.PageRequestManager.propertyChanged

    Hay, In Atlas the class Sys.WebForms.PageRequestManager had an event propertyChanged . In Ajax this event doesn't exist anymore. The following code var prm = Sys.WebForms.PageRequestManager.getInstance(); prm.add_propertyChanged(propertyChangedEventHandler); results in the error " Object doesn't support this property or method ". How do I ruse the propertyChanged event in Ajax? Thanx, Dennis
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by dvmierlo on 8/14/2007
    Filed under: PageRequestManager propertyChanged
  • Re: associate Key-value pair with textBox autoComplete extender

    What I did not mentioned is that I have downloaded the latest AjaxControlKit changeset with number (at that time) 24719. Then added these changes to that changeset. With kind regards, Dennis
    Posted to ASP.NET AJAX UI (Forum) by dvmierlo on 7/19/2007
  • Re: associate Key-value pair with textBox autoComplete extender

    Hay, I have downloaded the latest AjaxControlKit changeset with number (at that time) 24719 and added a small bit of code, just to make life a little easier ;-). With this piece of code you just specify the ID of a hidden field that holds the key value. AutoCompleteExtender.cs 1. Added property to the class AutoCompleteExtender: [DefaultValue("")] [ExtenderControlProperty] [IDReferenceProperty(typeof(HiddenField))] [ClientPropertyName("keyHiddenFieldID")] public string KeyHiddenFieldID
    Posted to ASP.NET AJAX UI (Forum) by dvmierlo on 7/17/2007
    Filed under: Autcomplete Extender Key Value
Page 1 of 1 (3 items)