Yes, the grid is created dynamically in the codebehind.
So in the HTML, I have just a PlaceHolder.
<asp:PlaceHolder ID="phDataGrids" Runat="server"></asp:PlaceHolder>
<asp:TemplateColumn>
<ItemTemplate>
<asp:HyperLink Runat=server NavigateUrl="http://msn.com" Text="MSN" title="whatever" />
</ItemTemplate>
</asp:TemplateColumn>
Can this be done programmatically (in the code behind, and not on the HTML page)?
Thanks.
Thanks for the help. That's semilar to what I'm doing, but not quite.
My form has 5 lines that I declared as WORDWRAP. But the text to be accepted are usually longer than 5 lines. I was just looking for a way to scroll that section to allow the user type in as much text as they want.
thx...
Thanks for the help. That's semilar to what I'm doing, but not quite.
My form has about 5 lines that I declared as WORDWRAP. But the text to be accepted are usually longer than 5 lines. I was just looking for a way to scroll that section to allow the user type in as much text as they want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.