Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have taken in aspx page, like this-

XML
<telerik:GridTemplateColumn DataField="Name" DataType="System.String" HeaderText="NAME" HeaderStyle-Width="220" HeaderStyle-HorizontalAlign="Left" ItemStyle-HorizontalAlign="Left">

    <ItemTemplate>
            <asp:LinkButton ID="lnkName" runat="server" Text='<%#Eval("name") %>' ForeColor="#000000"></asp:LinkButton>
    </ItemTemplate>
</telerik:GridTemplateColumn>


but these things i want in aspx.cs (by programatically in c#)...
plz help me.
Posted
Updated 17-Nov-14 20:28pm
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900