| Issue 150: | UpdatePanel | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
Please consider the following code snipet :
<asp:UpdatePanel ID="up1" runat="server">
<ContentTemplate>
<a href="NewAccount.aspx" class="signUp nyroModal"
target="_blank">
<span id="register" runat="server">
Click here to register !
</span>
</a>
</ContentTemplate>
</asp:UpdatePanel>
nyroModal works very well as expected. However, whenever this piece of code
behind runs :
register.InnerHtml = Application.GetTranslation("Home.NewMemberButton");
nyroModal stops functioning. It means either that nothing happens when the
link is clicked or a new window is opened (depending of the code snipet I
use but the nyroModal do not function as expected anymore).
Can you provide any help ?
Thanks
Pierre
Jan 27, 2009
Project Member
#1
nyro...@gmail.com
Feb 11, 2009
Any news about thsi bug?
May 14, 2009
(No comment was entered for this change.)
Status:
Invalid
|
||||||||