Multiple controls with the same ID 'xxx' were found
- by swapna
Hi,
I have a enterprise application converted from VS2003 to vs2005 .
The converted application, in one page i do edit and save i am getting this error.
'Multiple controls with the same ID 'hidWIPID0' were found
But the same work fine in the code of vs2003 version without any error.
Its a huge application with dynamic master pages and usercontrols etc..So i cant paste the exact code here.
But the origin of the error is master page content control.
eg:
page code
MasterPageStrategy:Content id="pnlMain"
Error
Multiple controls with the same ID 'hidWIPID0' were found
View Source
MasterPage:pnlMain:_ctl2:hidWIPID0
I Microsoft support there is an article explaining the same issue.But it applies to 1.1 version.
I have already converted code in 2.0 version and the error appears in convertd code.
http://support.microsoft.com/kb/834608
someone please look into this issue and provide me a solution as it is very urgent.
Thanks
SNA