i have a linkbutton inside Gridveiew Template field.
i want this linkbutton visible only when a particular serverside side
function is true, other wise visibile false.
i tried the below but failed, pls help me ASAP

<asp:LinkButton Visible='<%#FirstImage()%>' OnClick ="LinkButton2_Click"
CommandName="1" ID="LinkButton2" runat="server" Text="1" PostBackUrl='
<%#"~/UserPages/frmQuickSearch.aspx?RegID="+Eval("RegID")%>'></asp:
LinkButton>

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to