查詢欄頁面代碼

        <fieldset style="width: 100%;">
            <legend><font style="font-weight: bold; font-size: 14px">水庫搜索</font></legend>
            水庫名稱:<asp:TextBox
                runat="server" ID="Txt_PName"></asp:TextBox>&nbsp; 縣市區:<asp:DropDownList ID="Drp_Unit" runat="server" Width="150px">
            <asp:ListItem Value="">---請選擇---</asp:ListItem>
            </asp:DropDownList>&nbsp;
            <asp:Button ID="Btn_Qurry" runat="server" Text="查詢"  CssClass="SearchBtn" OnClick="Btn_Qurry_Click" />

            <asp:Button ID="Btn_add" runat="server" Text="新增"  CssClass="SearchBtn"  OnClientClick="setDivDisplay(true,'FXBG_TXLEdit.aspx?type=add&act=add',500,300);return false;" />
        </fieldset>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章