Search

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

Matching Posts

  • Re: Two components with the same id ‘{0}’ can’t be added to the application

    Hi guys, good news for all of us. In the current release of the Toolkit (Feb. 1st, 2007) this issues has been fixed, so no more "hacking and compiling" :-) kind regards, Chris
  • Re: Two components with the same id ‘{0}’ can’t be added to the application

    Hi all, thanks to psyafter - your other posts fixes the problem. Nevertheless I think this is serious, especially regarding the fact that the autocompleteExtender moved to AjaxControlToolkit with 1.0 RTM. I have to get myself an Codeplex Account an vote on the issue (as fast as possible). Would be nice if you guys would do the same!!!! http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=7585
  • Re: Two components with the same id ‘{0}’ can’t be added to the application

    Thanks for the tip. I'll try as soon as possible to recompile it...nevertheless. Wouldn't ist be much easier to "bugfix" the toolkit itself. This seems to be a "little" correction and Toolkit doesn't seem to have such a strict release management as AJAX-Extensions... Did anybody report the error to those guys as well? kind regards, Chris
  • Re: RC1, UpdateProgress and Sys.ArgumentUndefinedException when UpdatePanel is missing

    Hi, thanks for the reply. First of all - I didn't get this problem solved (even with empty strings, timeouts, and so on) - only solution still is to include a "dummy" UpdatePanel. Second, to answer your question: I am using Master Pages. Within the Master there is a usercontrol (the menu basically) and within the menu is the updateProgress control (to have a "common place" for the progress bar...) And that's exactly the problem - the master page actually doesn't "know" anything about the rest of
    Posted to ASP.NET AJAX UI (Forum) by lc_ on 1/24/2007
  • Re: Two components with the same id ‘{0}’ can’t be added to the application

    i forgot to mention... Error is occuting here function Sys$_Application$addComponent(component) { /// < param name= "component" type= "Sys.Component" ></ param > var e = Function._validateParams(arguments, [ {name: "component", type: Sys.Component} ]); if (e) throw e; var id = component.get_id(); if (!id) throw Error.invalidOperation(Sys.Res.cantAddWithoutId); if (typeof(this._components[id]) !== 'undefined') throw Error.invalidOperation(String.format(Sys.Res.appDuplicateComponent, id
  • Re: Two components with the same id ‘{0}’ can’t be added to the application

    I have the same problem. At first I was happy the AutocompleteExtender in the Toolkit would stop the message with the "secure and non-secure items", which appeared using SSL previously. Now I don't have this issue anymore, but the problem with the two ids. Actually it's annoying to falling from one problem to the other with every "release"... My code and settings are as following: -Using Master Pages -Using AutocompleteExtender within ascx user control -within user control is a scriptmanagerproxy
  • Re: Ajax RC not working on production server, works on dev machine

    Hi guys, first of all I would like to thank you for this thread. I already pushed the enter button "with my fist" because I didn't have the slightest idea what was wrong with my solution - after deploying it to the production machine on friday evening... I actually had two issues which have been mentioned around here and which probably help others. I use MasterPages, AJAX RC1 and Web Deployment Projects, which actually gives you a lot of locations to search for the error. This was especially annoying
  • Re: RC1, UpdateProgress and Sys.ArgumentUndefinedException when UpdatePanel is missing

    I will try it, although I don't really get the meaning of your post. I will try two things. 1) Define the AssociateUpdatePanleID with an empty string. 2) Test whether this only occurs if the timeout period (500ms in my case) is explicitily configured kind regds, Chris
    Posted to ASP.NET AJAX UI (Forum) by lc_ on 1/9/2007
  • RC1, UpdateProgress and Sys.ArgumentUndefinedException when UpdatePanel is missing

    Hi there, I am having a strange behaviour since migrating from Beta2 to RC1 with using an UpdateProgress control. I have a masterpage, on which a ScriptManager is present right after the form element. Below is a usercontrol containing a menu and a ContentPlaceHolder. My child page consists of only one image (which should be displayed in the ContentPlaceHolder). The usercontrol with the menu additionally contains an UpdateProgress control. When i start the page it renders correctly, but shortly after
    Posted to ASP.NET AJAX UI (Forum) by lc_ on 12/21/2006
    Filed under: ScriptManager, "Beta 2", ajax, ASP.NET AJAX CTP client-side javascript, ASP.NET AJAX CTP updateprogress, bug, client script, "ASP.NET AJAX Beta 2", asp.net ajax RC
  • Re: GridViewEx

    Hi there, I think you would be more comfortable with a solution like 1 //create the empty row 2 GridViewRow emptyRow = new GridViewRow(-1, -1, DataControlRowType.EmptyDataRow, DataControlRowState.Normal); 3 //add row to table 4 tbl.Rows.Add(emptyRow); 5 //initialize row 6 InitializeRow(emptyRow, fields); This way you could use the standard methods of the GridView without having to rewrite everything. Additionaly I came up with one problem concerning the line 1 Table table = new Table(); 2 table.ID
    Posted to Tips & Tricks (Forum) by lc_ on 10/19/2006
Page 1 of 1 (10 items)