Search

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

Matching Posts

  • Re: ValidatorCalloutExtender question

    You can set your cancel button's CausesValidation property to false, this way no validation will be made
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 1/12/2007
  • Extenders inside template column of a gridview

    [THIS IS FOLLOWED FROM POST http://forums.asp.net/thread/1498604.aspx in ControlToolKit forum, where I have been suggested to post in this forum] I have a gridview that contains a template column, with 2 imageButtons inside it (Basically Edit Item and Delete Item) and a confirmButtonExtender linked on the delete image button. Everything was working well in Beta 2, but in RC1, in design time, it does not render the gridview, saying that a scriptmanger is required and must exist before any control
  • Re: Extenders inside templateColumn in RC1

    Hi David, This is a very simple page that demonstrates the error I am getting (only at design time, by the way). I have started a new project using the template provided by Ajax (Ajax Enabled web application), and just dragged a gridview, and edited the templates.. Thanks! Default.aspx 1 < %@ Page Language= "C#" AutoEventWireup= "true" CodeBehind= "Default.aspx.cs" Inherits= "AJAXEnabledWebApplication1._Default" %> 2 3 < %@ Register Assembly= "AjaxControlToolkit" Namespace= "AjaxControlToolkit
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 12/27/2006
  • Extenders inside templateColumn in RC1

    Hi, I have just installed the new RC1 I have a gridview that contains a template column, with 2 imageButtons inside it (Basically Edit Item and Delete Item) and a confirmButtonExtender linked on the delete image button. Everything was working well in Beta 2, but in RC1, in design time, it does not render the gridview, saying that a scriptmanger is required and must exist before any control on the page... It works great at runtime, but it is quite annoying at design time... Will this be fixed in a
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 12/15/2006
  • Re: AJAX Control Toolkit in Visual Studio Toolbox problems

    I've had the same problem this morning... If you have downloaded the _NoSource file on CodePlex, the .dll files in the archive was dated november 3rd, and was referencing to Mircosoft.Web.Extensions... I downloaded the "full" archive, and the dll was dated december 14th and was referencing the correct assembly (System.web.extensions)... I have checked a few minutes ago and the _NoSource archive contains the correct DLL now.. just redownload it! Good luck!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 12/15/2006
  • Re: Trying to compile the latest AjaxControlToolkit

    I just installed them this morning and everything went well... You must desinstall previous AJAX extensions (Beta 2) and install AJAX extensions RC 1, the namespace have changed between the two versions. In Beta 2, namespace was Microsoft .Web.Extensions, and have change to System.Web.Extensions in RC1. You must also modify your web.config file as said in the readme file. Good luck!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 12/15/2006
  • Re: RegisterDataItem can only be called during an async postback

    David- I have tried using an imageButton with an image and that works great, that is a great idea!! By the way, I have not touched the update panels, so moving / removing them does not change a thing (I guess..) Thank you very much for the time you took for this, it is really appreciated! :)
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 11/14/2006
  • Re: RegisterDataItem can only be called during an async postback

    I am having the same problem, but in a slightly different context: I have a user control that I am using as a popup with a PopupControlExtender. I am trying to add an imagebutton on the upper right corner (close button), and when clicking it, the popup should dismiss. (In fact, the user control fires an event that is catched by my main form, and then calls PopupExtender.Cancel()). The same error as above appeared when it comes to p.Cancel()... However, I have tried to call my Close() event from a
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 11/3/2006
  • Re: PopupControlExtender.GetProxyForCurrentPopup

    Have you found an answer to this question? I am in the same situation.. Thanks!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 11/2/2006
  • Re: Known Issue & Workaround: Extenders no longer work in templated controls

    James_2JS: This is a huge pain for me too!! I use NumericUpDown extenders in the EditItemTemplate of a GridView... and they simply don't work!! There is absolutely no way that I can use AJAX Beta 1... it's FATALLY flawed!! Same here, I am using ConfirmButton Extender inside template of a gridview, and since most of our pages are using gridviews with extenders in templates, it is a major issue in our case. Hopefully the next release will be out soon...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by marvin966 on 10/27/2006
Page 1 of 2 (11 items) 1 2 Next >