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
selvi subramanian
NA
799
572.9k
how to bind data in asp.net using 3tier
Oct 1 2012 3:26 AM
i need to use 3tier in asp.net
design
<div id="Div1">
<h1>Welcome</h1>
<h3>CANCEL PRODUCTS</h3>
<table class="style1">
<tr>
<td>
<asp:Label ID="Label1" runat="server" Text="Category"></asp:Label>
</td>
<td>
<asp:DropDownList ID="ddcan" runat="server"
onselectedindexchanged="ddcan_SelectedIndexChanged">
<asp:ListItem Value="0">Select</asp:ListItem>
</asp:DropDownList> </td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:GridView ID="grdvew" runat="server"
onselectedindexchanged="GridView1_SelectedIndexChanged" Width="427px">
</asp:GridView>
</td>
</tr>
</table>
</div>
in DropDownList i have 3 list namely
1.Vegetables 2. Grocery 3.Pharmacy
,if i choose Vegetables a list will shown in gridview in that i have to
edit and cancel .(using link button)
i have to edit and cancel the item if i choose
Vegetables in dropdownlist
. i
never use storeprocedure
Reply
Answers (
8
)
Row not adding automatically in datagridview when a data is fetched from other form
what is the return value of datetimepicker at VB.NET . My date variable at SQL is datetime, and how does it synchronized with datetimepicker at my form?