Search

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

Matching Posts

  • Re: Visual studio 2008 slow in loading RDLC reports

    Yes, I am having the same problem. Some reports won't open at all but ALL of them are very, very slow to open.
    Posted to Visual Studio 2008 (Forum) by mjcreamer on 5/8/2008
  • Re: update panel with dynamic controls

    Thanks for your help. Everything is working great now. Thanks for your very useful information about the creation of dynamic controls. Thanks again! Michael
    Posted to ASP.NET AJAX UI (Forum) by mjcreamer on 4/12/2007
  • Re: update panel with dynamic controls

    Thanks for your reply. Here's a simple example that exhibits the same behavior. I am dynamically adding DropDownLists to a table cell. When a DropDownList's selection is changed, I want to update a value ("Label1") on the screen. This value is contained within the Updatepanel ("UP1"). (The DropDownLists are created based on values from a database.) When I create each DropDownList, I also add it to the <TRIGGERS> for the UpdatePanel. This allow the UpdatePanel to be redrawn when the values in
    Posted to ASP.NET AJAX UI (Forum) by mjcreamer on 4/11/2007
  • Re: update panel with dynamic controls

    I have a related problem that maybe someone can help me with. I'm adding AsyncPostBackTriggers to an UpdatePanel dynamically within the Page_Load event. 1 Dim xasync As New AsyncPostBackTrigger 2 xasync.ControlID = countBox.ID 3 xasync.EventName = "SelectedIndexChanged" 4 UP1.Triggers.Add(xasync) This works fine on the 1st async postback but on the 2nd, 4th, 6th, etc. a full postback occurs. I'm guessing this is because on the async postbacks, my dynamic async triggers are not getting reassigned
    Posted to ASP.NET AJAX UI (Forum) by mjcreamer on 4/11/2007
  • Re: DragPanel -- dragging is not smooth

    I've been able to determine that the smoothness of the dragging is related to the number of Draggable panels on the page. For me, when I have one on the page, the dragging is smooth. As the number increases, the dragging becomes more and more sluggish. Since only one panel is actually displayed at a time, this doesn't seem to make sense. Does anyone have any information that might help me solve this problem? Thanks!
  • Re: DragPanel -- dragging is not smooth

    I am having a similar problem. When I drag the panel, it only moves when I stop moving the mouse. So if I move it very quickly then stop-- the panel jumps to the new location. The only way I can get a smooth moving motion is if I drag it very, very slowly. When I run the sample website locally, I get the same stutter effect but when I run the sample on the asp.net website it works find (very smooth). I've tried it both on the development server (VS 2005) and on IIS. Both produce the non-smooth, stutter
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mjcreamer on 3/19/2007
  • Two-way data binding using FormView on TabPanel

    It seems that when I place a FormView control on a TabPanel control, two-way data binding no longer works. The initial display of values (from a SqlDataSource) works fine but when the form is UPDATED, the values cannot be found. It seems to me that the MultiView and View structure had this same problem but was later fixed. Have others had this problem? Is there a workaround or a fix? Here's my basic hierarchy: <asp:FormView ID="FormView1" runat="server" DataSourceID="SqlDataSourceFormview">
  • Re: AJAX sys is undefined PLEASE HELP!!

    Removing this line resolved this error for me: < add verb = " GET " path = " ScriptResource.axd " type = " Microsoft.Web.Handlers.ScriptResourceHandler " validate = " false " />
  • Re: PopupControlExtender flashes popup on load of page

    Yes, the <div> works great for hiding the flash but I noticed that the space for the invisible control is momentarily visible (a space where the control would be if it were visible) and then it disappears (the space is closed up). I solved this by placing the <asp:Panel> containing all of this at the bottom of my form (after all the other textboxes, buttons, etc). This way it still occurs but it isn't noticed at the bottom of the page in the white space. Michael
  • Re: Two-way data binding problem with Atlas UpdatePanel

    Were you ever able to solve this problem? I am having the exact same problem. The only way I've solved it so far is to add the missing parameter in the FormView_ItemInserting event. This works well but it seems like I shouldn't have to do that.
    Posted to ASP.NET AJAX UI (Forum) by mjcreamer on 9/7/2006
Page 1 of 4 (34 items) 1 2 3 4 Next >