Re: Displaying ListView After Being Hidden

2013-10-25 Thread Jared Sol
Give setting the outputMarkupPlaceholderId to true a shot on the webMarkupContainer. > On Oct 25, 2013, at 9:13 AM, dhongyt wrote: > > I have a drop down choice that has a OnChangeAjaxBehavior on the drop down > choice. When a user selects from the drop down choice and chooses an option, > it w

Re: Displaying ListView After Being Hidden

2013-10-25 Thread Jared Sol
No problem. I'm not exactly sure. I just know when hiding an element and then unhiding it you have to tell the component to keep a placeholder so it doesn't lose access to the component when you hide it. Might have something to do with keeping it around in the dom and using display=none. I haven