S
Sam Samnah
With INamingContainer ChildControl UniqueIDs or ClientIDs are Represented
similar to the following:
ParentControlID:childControlID
Now my problem is the colon ":" used to sperate the Parent and child IDs.
Javascript appears to view the colon as delimiter and treats it accordingly.
I'm writing a control that needs to use the returned id's and passes it to
the javascript function. My question:
Is there a way to change the delimiter between the parent and child control
IDs?
similar to the following:
ParentControlID:childControlID
Now my problem is the colon ":" used to sperate the Parent and child IDs.
Javascript appears to view the colon as delimiter and treats it accordingly.
I'm writing a control that needs to use the returned id's and passes it to
the javascript function. My question:
Is there a way to change the delimiter between the parent and child control
IDs?