Posted on: 3/25/2015 7:38:55 PM | Views : 653

How would i put a fixed gridview header on this?
<asp:Panel ID="pnlPopup" runat="server" CssClass="modalPopup"> <div class="header"> List Selection </div> <br /> <asp:UpdatePanel ID="UpdatePanel1" runat="server" align="left"> <ContentTemplate> <asp:TextBox ID="txtSearch" runat="server" Style="margin-left:180px" AutoComplete="off"></asp:TextBox> <asp:Button ID="btnSearch" runat="server" Text="Search" CssClass="btnInfoCSS"/> <br /> <br /> <asp:Panel runat="server" ID="pnl1" Style="max-height: 250px; margin-left:70px; overflow-y: scroll;" Width="485px"> ...

Go to the complete details ...