TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Carol Cashman
NA
74
11.4k
Add two containers/well on the same webform
Jan 29 2018 5:11 PM
hey guys,
just wondering if you would know how to add another well in udner the first one.
this is my code for the first:
<div class="well bs-component">
<div class="container-fluid" >
<asp:Button ID="Button1" class="btn btn-danger" runat="server" OnClick="Button1_Click" style="z-index: 1; left: 330px; top: 283px; position: absolute; height: 76px;" Text="Delete Customer" />
<asp:Label ID="Label3" runat="server" style="z-index: 1; left: 189px; top: 192px; position: absolute; height: 23px;" Text="Customer ID" Visible="False"></asp:Label>
<asp:DropDownList ID="DropDownList1" class="form-control" runat="server" style="z-index: 1; left: 305px; top: 50px; position: absolute; height: 33px; width: 199px" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList>
<asp:Label ID="Label4" runat="server" style="z-index: 1; left: 174px; top: 56px; position: absolute" Text="Customer Name"></asp:Label>
</div>
</div>
</div>
this is what is looks like:
i would like to add another one under the delete button
Thanks!!
Reply
Answers (
1
)
Generating Random Password
Index was out of range