Friday, August 28, 2026

Hyper link control with EVAL PATH

<asp:HyperLink ID="HyperLink1" runat="server" Text='<%# Eval("name") %>'  


NavigateUrl='<%# "~/news/" + Eval("filen") %>' ForeColor="Wheat"> </asp:HyperLink>


No comments:

Post a Comment

Gridview Pagining

  <asp: GridView ID="GridView1" runat="server"            AutoGenerateColumns="False"  AllowPaging="T...