-
Notifications
You must be signed in to change notification settings - Fork 0
/
JqueryEdit.aspx
20 lines (19 loc) · 998 Bytes
/
JqueryEdit.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="JqueryEdit.aspx.cs" Inherits="JqueryEdit" MasterPageFile="~/Site.master" %>
<asp:Content runat="server" ID="body" ContentPlaceHolderID="ContentPlaceHolder1">
<div id="inner-info" style="width:600px; min-height:500px; height:auto;">
<div style="text-align:center; padding-top:10px;">
<asp:Label ID="Label3" runat="server" Visible="false" CssClass="labels"></asp:Label>
</div>
<div class="column">
<b>Select Place</b>
<asp:DropDownList ID="DropDownList1" CssClass="chzn-select" runat="server"></asp:DropDownList>
</div>
<div class="column">
<b>Place Image</b>
<asp:FileUpload ID="FileUpload1" CssClass="file" Width="200px" runat="server" />
</div>
<div style="float:right; margin:25px;">
<asp:Button ID="Button3" runat="server" CssClass="button" Text="Add Content" OnClick="Button3_Click" />
</div>
</div>
</asp:Content>