C
CKKwan
Create a Master Page, and a Web Content.
When trying to use Javascript to update the ASP control, we need to
find the control using:
document.getElementByID("<%= IDTag.ClientID =>")
Now the problem is, what if the control is added in dynamically?
I add those controls in Page_Init giving them an ID from M001 until
M050 (or more), and need to update them dynamically using Javascript
from time to time.
Thanks in advance.
When trying to use Javascript to update the ASP control, we need to
find the control using:
document.getElementByID("<%= IDTag.ClientID =>")
Now the problem is, what if the control is added in dynamically?
I add those controls in Page_Init giving them an ID from M001 until
M050 (or more), and need to update them dynamically using Javascript
from time to time.
Thanks in advance.