Why is _ctl added to my servercontrols Id?

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi,

How do I avoid asp.net from adding a prefix to my Id tag?

I am getting this <select id="_ctl5_language">

which should be <select id="language">

Thanks for any help.
Anders
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top