I have aspx pages which uses repetative code. So i put them on a masterfile and referring that in all other files. I have used the in all other pages where i included maste
To not append the Container's ID to the control's id, set the ClientIDMode="Static" property of the control.
<