hi
How to show Textbox in my aspx page
my table record like this
Control1
=========
<asp:TextBox ID="TxtSearch" runat="server" Text ="Value"></asp:TextBox>
I am read this data write the page like this
HtmlTextWriter writer
writer.Write(HttpContext)
like this so this control have my page but didnot displyed them how will
show this Image but my label name search but label only show
any one change this i need also show my textbox.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com