G
Guest
Hi,
Can anyone advise me how is the ClientID issued?
I had a suite Controls which consist of a context menu (i.e. a group of
tables, rows and cells situated in a class library) and a set of buttons. I
am doing dynamic HTML which I only know how many buttons and context menu to
create on the fly.
Next I had written a simple JAvascript which will allow the dialogs (i.e.
the context menu's tables) to be placed at the correct location when
mouseover event is activated. But I got strange ClientIDs return to me. When
the page is reloaded using the button click event, the clientID of the menu
table's table is in the form of ID. But when the page is activated via a
click event of the table cell in the class library, the the clientID will now
be __clt0_+"ID";
Why is it this way, how asp.net issue clientID to the controls?
Many Thanks!
Can anyone advise me how is the ClientID issued?
I had a suite Controls which consist of a context menu (i.e. a group of
tables, rows and cells situated in a class library) and a set of buttons. I
am doing dynamic HTML which I only know how many buttons and context menu to
create on the fly.
Next I had written a simple JAvascript which will allow the dialogs (i.e.
the context menu's tables) to be placed at the correct location when
mouseover event is activated. But I got strange ClientIDs return to me. When
the page is reloaded using the button click event, the clientID of the menu
table's table is in the form of ID. But when the page is activated via a
click event of the table cell in the class library, the the clientID will now
be __clt0_+"ID";
Why is it this way, how asp.net issue clientID to the controls?
Many Thanks!