Search

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

Matching Posts

  • Re: Problems in Exporting to Excel 2007

    Has anyone resolved this issue? I am having the same problem.
    Posted to Getting Started (Forum) by dclash on 1/31/2008
  • Re: Programatically add UserControls that Contain an UpdatePanel

    Its just an override of the BulletedList control to add some custom text to each bulleted item.
    Posted to ASP.NET AJAX UI (Forum) by dclash on 10/29/2006
  • Programatically add UserControls that Contain an UpdatePanel

    In the release notes for the latest release it states that you can programatically add UpdatePanels now. I have a user control (ascx) that contains an UpdatePanel and a Timer to refresh the panel. When I add more than one of these controls to the page programatically the first refresh of one of the UpdatePanels blanks out all of the data in all of ascx controls. When I add the controls to the page in the aspx code everything works fine. I need to add them programatically since the number of them
    Posted to ASP.NET AJAX UI (Forum) by dclash on 10/28/2006
    Filed under: updatepanel
  • Re: UpdatePanel with WebUserControl (ascx)

    I got it working. I had an embedded javascript script block in the header that was causing the issue. Not sure why. I moved the script to a .js file and it seems to be working now. Any ideas why a script block would cause issues with updating?
    Posted to ASP.NET AJAX UI (Forum) by dclash on 9/15/2006
  • UpdatePanel with WebUserControl (ascx)

    I have a user control that contains an UpdatePanel and an Atlas Timer control to refresh the panel. When I add the control to a WebForm the panel does not refresh. In looking at the source of the page it looks like the Id of the UpdatePanel is not correct in the Atlas script. In the rendered div the id shows up as dataPartMessages_updatePanel and in the script block it shows up as dataPartMessages$updatePanel. Is there anyway to resolve this issue so I can utilize Atlas UpdatePanel's in my user
    Posted to ASP.NET AJAX UI (Forum) by dclash on 9/15/2006
    Filed under: updatepanel, Atlas asp.net 2.0
  • Dynamically add ascx web controls with UpdatePanel

    I have an ascx web control that contains an UpdatePanel that refreshes based on a timer. When I dynamically add these controls to my page I get the following error. The UpdatePanel 'updatePanel' was not present when the page's InitComplete event was raised. This is usually caused when an UpdatePanel is placed inside a template. Here is the code for adding my ascx controls to the page. Any ideas how I can make this work. If I add the controls in the designer it seems to work fine, but
Page 1 of 1 (6 items)