Hi guys, i've noticed that the ID's of the HTML objects (asp:table,asp:tablecell) is changing during run time, so if my current tablecell ID is "MainContent", when i view the soruce after i build the application it's new ID is "ctl00_MainContent", why its change and how can i address this control with javascript ?