Search

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

Matching Posts

  • BindingHelperExtensions - where is it in Preview 5 ?

    I just downloaded Preview 5 (upgrading from Preview 3) and after making all suggested changes, my code wont compile as it cannot find BindingHelperExtensions? I searched the code and cannot find it anywhere. Did something else replace it?
    Posted to ASP.NET MVC (Forum) by exptrade2000 on 9/4/2008
  • ViewState and JavaScript

    Hi, I posted this in another forum, and I am hopping I'll get more response here. I have two list boxes that I use for dual list box functionality, and there are four buttons that allow movement of the items from one box to another. All this is performed using javascript functions attached to buttons those 4 buttons. There is one more button that is supposed to get values from the right box and print reports. All controls are in update panel. In Pre-Reneder method I am checking to see if there
    Posted to ASP.NET AJAX UI (Forum) by exptrade2000 on 7/24/2007
  • Re: ViewState and JavaScript

    Yes I am using javascript/dhtml. So is there other way to do it on client side that will sync up with server?
  • ViewState and JavaScript

    Hi guys, I have two list boxes that I use for dual list box functionality, and there are four buttons that allow movement of the items from one box to another. All this is performed using javascript functions attached to buttons those 4 buttons. There is one more button that is supposed to get values from the right box and print reports. All controls are in update panel. In Pre-Reneder method I am checking to see if there are any items in the right box, and there aren't ever any. Is there something
  • Re: Problem with DropDownListBox?

    No, I have children as triggers set to true. Drop down boxes as injected dynamically into a div that is in the update panel. Number of ddl is dynamic, but id is assigned in the code behind. Viewstate works fine. Also what I noticed is that on first index change everything gets updated correctly but ddl reverts back to index 0. On second one is stays correct. But then if I open another row in datagrid, above code does not set the value to correct index, it sets it to 0.
    Posted to ASP.NET AJAX UI (Forum) by exptrade2000 on 4/18/2007
  • Problem with DropDownListBox?

    Hi, I have a dropdownlistbox in an update panel. I set the selected value in the code behind, I can step through it, correct values get set in other dependent controls based on the seleced value set but UI does not reflect change to the selected value of the drop down list. Has anybody experienced the same issue. Here is the code for it If serviceCenterId <> String .Empty Then ddlServiceCenter.SelectedValue = serviceCenterId Else ddlServiceCenter.SelectedValue = Me .DefaultServiceCenterId End
    Posted to ASP.NET AJAX UI (Forum) by exptrade2000 on 4/18/2007
  • Re: After call back hooks?

    Thanks, I'll try it.
    Posted to ASP.NET AJAX UI (Forum) by exptrade2000 on 4/18/2007
  • After call back hooks?

    Is there a hook or event that I can attach javascript to be run after callback finishes. I use a techinuque of inserting a usercontrol into the datagrid via javascript when row gets selected . I need to do this after datagrid gets updated via ajax. Anthem had a property "AfterCallBack..." that you could supply name of the javascript function to be run after callback. Is something like that avaliable with this framework?
    Posted to ASP.NET AJAX UI (Forum) by exptrade2000 on 4/18/2007
  • Re: ListSearch

    never mind I found it
Page 1 of 71 (710 items) 1 2 3 4 5 Next > ... Last »