Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
Controls under a WebGroupBox are renamed
posted

Hi,

I'm trying to find a way to disable the renaming of the IDs of all controls under a WebGroupBox. Here is an example, I have a GroupBox with an id called gpFrame and some controls like a label with an id set to lblName and a textbox id set to txtName. Of course, I use a css file to setup the graphical aspect.

Once compiled and deployed, the controls ids have changed like this:
- the label id become: id="gpFrame_lblName"
- the textbox id become: id="gpFrame_txtName"

Why? My CSS file tags are no more functionnal!

Any ideas?

 

Parents Reply Children
No Data