Search

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

Matching Posts

  • Re: CascadingDropDown and Wizard Control

    The fix I used to get the SelectedItem.Text value from the cascading drop down requires you to edit the CascadingDropDownBehavior.js file. I updated the set_SelectedValue property so that it always gets set. The lines I changed are commented out. This will always return the SelectedText and Value. set_SelectedValue : function (value, text) { //if (this._selectedValue != value) { if (!text) { // Initial population by server; look for "value:::text" pair var i = value.indexOf( ':::' ); if (-1 != i
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dhaligas on 1/30/2007
  • Re: validator controls in RTM version

    They have been removed for some reason. I have cannot move to the new release due to this and other issues. The validators don't fire which causes the PostBack to continue causing the behaviour of the validator to not work correctly. The only work around I know of is to check if Page.IsValid in the event that fires the validation.
    Posted to ASP.NET AJAX UI (Forum) by dhaligas on 1/23/2007
  • Re: Sys.Debug is null

    I am seeing the same error when I hover over the DropDown control and when I try to use the CascadingDropDown. It seems like they missed some breaking changes.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dhaligas on 1/23/2007
  • Re: Bug: CascadingDropDown: SelectedValue returns garbage from client

    I am having the same problem where I am setting the SelectedValue of the CCD on Page_Load but when I submit the form I get the SelectedValue correctly but I get "undefined" for the SelectedText if I don't change any of the values. Is there a way to fix this?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dhaligas on 1/18/2007
Page 1 of 1 (4 items)