G
Guest
Hi,
I have a TextBox inside a usercontrol, in the onInit method i put its ID
property to a string value, like this: MyTextBox.ID="test";
but when the user control is renderer into the internet explorer and i see
the source code, i see that <input type text id=_ctl1_test>
Why im getting this if i assign to the ID the value test?
How could i solve it?
I have a TextBox inside a usercontrol, in the onInit method i put its ID
property to a string value, like this: MyTextBox.ID="test";
but when the user control is renderer into the internet explorer and i see
the source code, i see that <input type text id=_ctl1_test>
Why im getting this if i assign to the ID the value test?
How could i solve it?