So, I've just started using Kentico at my internship, and I have been working on an audit for an old site of my company's. One of the tasks I've been given is to shorten the control ID's for each web part. An alternative I've started poking around at is to change the ClientIDMode property to static. Now, I can do this in the web.config, but i've been warned that this could cause problems with the Kentico admin interface. I should also be able to set this property using a web part, so it works on a page by page basis. Has anyone tried something like this before, and if so, any pointers as to how to go about implementing this?