<%
if (x == "0") {
%>
Some remarks. <asp:LinkButton ID="fblink" OnClick="fbLink_Click" runat=server>Not</asp:LinkButton>
<% }
else
{
%>
Other reamrks <asp:LinkButton ID="fbunlink" OnClick="fbUnlink_Click" runat=server>Yes,ok</asp:LinkButton>
<%
}
%>
Is this supposed to work?
The remarks are outside the <% %>
Thanks.
Go to the complete details ...