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?
I see... thks!
Hi pmrenaud,
Can you ensure that you are using appropriate clientIDMode for your controls :
http://msdn.microsoft.com/en-us/library/system.web.ui.control.clientidmode.aspx
Otherwise you may want to consider using CSS selectors.
Please tell me if this helps.
Best Regards,Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support