Bacause server controls have the runtat="server", the IDs od thoese objects are appended at runtime. I assume that this is a precaustion to ensure there are no naming conflicts. For all the web apps I've created, the server adds "ctl00_" to the front of each server control's...