Hi
Asp.Net is not allowing us to use same id for two or more div tags.
example:
<div id="wrap">oneoneone</div>
<div id="wrap">twotwotwo</div>
<div id="wrap">threethree</div>
Shows warning message as: Warning 53 Another object on this page already uses ID 'wrap'.
But i want to use the same id for many div tag in a page.
any solution?