S
simon
I have linkButton:
<asp:LinkButton CommandArgument='<%#
DataBinder.Eval(Container.DataItem,"con_ID") %>' CommandName="contact"
ID=lnkContact Runat=server><li><%#
DataBinder.Eval(Container.DataItem,"contact") %></li></asp:LinkButton>
and panel:
<asp
anel style="position:absolute;top:100;left:100" Width=300 Height=300
Runat=server ID=pnlContact Visible=False></asp
anel>
on the page.
When user clicks this link button I show the panel:
pnlContact.visible=true
Now I would like to set the left and top parameter of panel style to be the
same as position of link button on the page.
How can I do that?
Thank you,
Simon
<asp:LinkButton CommandArgument='<%#
DataBinder.Eval(Container.DataItem,"con_ID") %>' CommandName="contact"
ID=lnkContact Runat=server><li><%#
DataBinder.Eval(Container.DataItem,"contact") %></li></asp:LinkButton>
and panel:
<asp

Runat=server ID=pnlContact Visible=False></asp

on the page.
When user clicks this link button I show the panel:
pnlContact.visible=true
Now I would like to set the left and top parameter of panel style to be the
same as position of link button on the page.
How can I do that?
Thank you,
Simon