Question : dynamically rename div id on the server side

Hi,

I got a <div id="oldDiv" runat="server"> on a user control,
then on the user control's Page_Load event,
I renamed oldDiv's id to "newDiv": oldDiv.ID = "newDiv";

I created a page, and added this user control, then create a javascript function.
Within this function it calls
       document.getElementById(d)
However it returns null, which d ="newDiv" on the page.

Does anyone know what causes that and how to fix that?

Cheers

Answer : dynamically rename div id on the server side

Take a look at the TASKKILL command, it supports wildcards in the image name that you wantto kill andmay be able to do what you need.

http://technet.microsoft.com/en-us/library/cc725602%28WS.10%29.aspx

~bp
Random Solutions  
 
programming4us programming4us