Search

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

Matching Posts

  • Re: New Toolkit for Beta 2 On Codeplex - Issue: No Microsoft.Web.Extensions.Design

    I dropped the dll from my VS machine into the bin directory of the website living on my server (2003) and it worked! This is hopefully an interim solution. Thanks for the advice!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by vbuitte on 11/7/2006
  • Server Error Microsoft.Web.Extensions.Design.dll

    Getting the following error after upgrading to AJAX Beta 2 and AJAX CTP on any pages that use the toolkit Could not load file or assembly 'Microsoft.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Any ideas? Every other page that used AJAX works fine except for toolkit pages.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by vbuitte on 11/7/2006
  • Re: Modal Popup disappears on any post back

    I'm pretty sure that I am. I thought maybe my modal popus was outdated, so I deinstalled the atlas and installed the ajax version just yesterday and the problem persisted
    Posted to ASP.NET AJAX UI (Forum) by vbuitte on 10/25/2006
  • Re: Modal Popup disappears on any post back

    I decided it might be easier to give you my page code: Keep in mind that the problem is the post backs within my User Control. Any post back within the User Control itself cause the Modal Popup to become unmodal... 1 <%@ Page Language="VB" AutoEventWireup="True" %> 2 3 <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> 4 <%@ Register Src="PagesAndControls_View/SiteSelection.ascx" TagName
    Posted to ASP.NET AJAX UI (Forum) by vbuitte on 10/24/2006
  • Re: Modal Popup disappears on any post back

    I do have my user control within the UpdatePanel, currently. Within my user control there are database queries and options (basically its a search utility that give the user multiple options for searching the database to find the correct record). Once they have filled in their options within the search utility they are given a listbox (still within my user control) to select a record. Once the record is selected the calling page gets a control updated with the record ID which then causes a textchanged
    Posted to ASP.NET AJAX UI (Forum) by vbuitte on 10/24/2006
  • Modal Popup disappears on any post back

    Currently I have User Control that has radio button list that changes options on the user control, some text boxes and a button that updates a list box with options selected within the user control. Any object that causes a post back seems to cause my modal popup control to disappear. How can I better control this? There are three postback operations that the user will go through in order for thems to get the correct selection - which should cause the modal to disappear and an update to happen to
    Posted to ASP.NET AJAX UI (Forum) by vbuitte on 10/23/2006
Page 1 of 1 (6 items)