473,651 Members | 2,551 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

two components with the same id can't be added to the application

Hi all,

I have a ASP.net VB 2.0 application with AJAX Control Toolkit (updated just
some minutes ago to latest 10618 from 18. June 2007). Initially everything
works fine: I have an overview page, click on a link and a new window opens.
Within the new window I have another button where a new child-window opens
(by using JavaScript). In the child window I make a selection and click "OK".
The child window closes and my parent window will be updated automatically.
But now an error appears saying:

"Two components with the same ID
'ctl00_PlaceHol derMain_Initiat orSelectionExte nder' can't be added to the
application." (Screenshot:
http://img218.imageshack.us/img218/1...hsameidwk7.jpg)

As said the initial load works fine, problem just appears after closing the
newly opened child-window and the following update of the parent window. I
use several AJAX Controls on my page (3 ListSearchExten der, 2
CalendarExtende r, 2 MaskedEditExten der and 4 Animation Extender), the
"InitiatorSelec tionExtender" is a listSearchExten der.
Of course I've searched the net for this problem and found some interesting
pages, but:
(http://www.codeplex.com/AtlasControl...rkItemId=10945) ListSearchExten der does not have this.id
(http://forums.asp.net/p/1094818/1649900.aspx) My Extenders are not hidden.

Any ideas?

Many thanks!!

Jun 27 '07 #1
0 3880

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1497
by: paja | last post by:
Hello All I have been trying looking for Slider control required for one of the application. I have looked in default Form controls, then tried to add controls from COM components, but could not find one Can anybody please tell me where can I find such control or is there any external place/site where I can get such cotrolls. I have noticed that when adding any extra controlls it does have a file Browse option which indicates that...
6
2164
by: Mario T. Lanza | last post by:
Greetings, I don't know about you guys but on many occasions I've asked myself whether or not someone else has solved a particular programming issue -- whether or not they developed a clever pattern for doing some task quite well. This usually leads me to a search on today's greatest technical tool, The Internet. I indefinitely uncover many potential code snippets, components, etc. and have to weed through them to find the best one...
6
349
by: Robert | last post by:
What is the general difference between .Net and COM+ components? When is one better than the other? Where can I find information about the similarities and differences? I have browsed msdn but so far I have not found much useful information.
0
2743
by: Shiraz | last post by:
Hi I have a question regarding the functionality of merge modules. Since this relates to my previous queries, I'll just give you a brief background on the topic. I had to make an installer for an application which was to share dlls with another application and these dlls were not self-registering. Someone on the forum suggested a few methods for the Visual studio installer, but since I had been using another software, a certain...
4
1577
by: Martin Hill | last post by:
Hi there, How can I find the components added to web form from my custom web control? Suppose I added a Timer component (with name "timer1") onto the web form, from my user web control, how can I locate the timer component by name "timer1"? The Page.Controls collection only contains web controls but no components.
3
1392
by: Ian | last post by:
I am working with Distributed Components with VB.NET for the first time (pretty much), and am having the following problem. My components have been added and are visible in component services manager. They have also been added to the GAC. On seeking to set a reference to these components on the COM tag of the Add Referrence dialog, I get the following error message: "A reference to <component name> could not be added. Converting the...
5
1212
by: Jerry | last post by:
In ASP (pre .NET) I referenced components by MyObj = Server.CreateObject("DllName.Classname") In .NET, I know that to reference the Sql namespace I use <%@ Import Namespace="System.Data.SqlClient" %> What I am trying to do:
7
1396
by: RBrowning1958 | last post by:
here's an easy one for you guys - .NET form designer generates this: private System.ComponentModel.IContainer components = null; but I don't see it used anywhere in the generated code - what's all that about? Also, it generates code to add the individual controls to Controls as in: this.Controls.Add(this.comboBox1); this.Controls.Add(this.menuStrip1);
3
1327
by: Paul | last post by:
I have decided on a basic architechture to quickly refactor two processing functions of my winforms application until we get the chance to rewrite it. Basically it will consist of 2 applications:- 1. A service running on the server to take jobs from a queue table in a SQL database, perform the job (could be 1 minute or up to an hour or more) and write the results back to the database. 2. A .NET web application to submit the job...
0
8275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8695
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8460
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8576
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7296
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5609
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4281
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1906
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1585
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.