Hi,
can I know how can I add a textbox into HTML table at code behind?
Currently, I tried to add one. but instead of textbox, it shows up a gray box in that cells. (can't edit or enter any value) it appear a gray box like a label.
anyone have any idea?
thanks.
P.S: how I add textbox into table is like:
Code:Dim txtBox As String = "<asp:TextBox style=""Z-INDEX: 0"" id=""TextBox3"" runat=""server""></asp:TextBox>" Dim dCol As String = "<TD class=""NormalTxt"" style="............"> txtBox </TD>"





Reply With Quote
