thiya Posted May 4, 2005 Posted May 4, 2005 Hi all: I am need to create the datagrid dynamically at run time. I have creatd the bound coloumn successfully,but i am struggling to create templete coloumn for below Htmlcode <asp:TemplateColumn> <ItemStyle Wrap="False" Width="20px"></ItemStyle> <ItemTemplate> <asp:HyperLink NavigateUrl='<%# RedirectUrl("PTID",DataBinder.Eval(Container.DataItem,"ProfileTypeID"))%>' Visible="True" runat="server" Font-Bold=False ID="Hyperlink1" ForeColor=#336699> Edit</asp:HyperLink> </ItemTemplate> </asp:TemplateColumn> Any one give me vb.net code to create the above Templatecoloumn Thanks in advance Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.