I need to defind IMG control Id numeric
<img id='1' runat="server" onclick="seat('2')" src='images/chair/G_chair.png' style='cursor:pointer;'/>
Hi dilipsharm,
It is not possible to assign a numeric value to a control id
Refer below link.
https://stackoverflow.com/questions/7987636/why-cant-i-have-a-numeric-value-as-the-id-of-an-element
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.