F
Frederik Borg
Hi
I would like to use script to access an asp control client side. The asp
control and script is located in a content page. I use the control's ID
to call it:
<button onclick="SomeOtherControl.click();">Remove</button>
Unfortunately the ID of SomeOtherControl gets changed when using master
pages. It owrks perfect when using regualar flat aspx pages.
Any idears as to how i can set/find the correct ID?
thanks.
I would like to use script to access an asp control client side. The asp
control and script is located in a content page. I use the control's ID
to call it:
<button onclick="SomeOtherControl.click();">Remove</button>
Unfortunately the ID of SomeOtherControl gets changed when using master
pages. It owrks perfect when using regualar flat aspx pages.
Any idears as to how i can set/find the correct ID?
thanks.