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
Amol
NA
208
193.6k
HOW TO A CHECKED UNCHECKED ROW on header checkbox and also i have to delete the selected row how i can achieve this
Nov 15 2011 10:36 AM
HERE IS MY DESIGN .ASPX
HOW TO DELETE A CHECKED UNCHECKED ROW and also
i have to delete the selected row on delete button how i can achieve this
<asp:GridView ID="GridView1" runat="server" Width="100%" AutoGenerateColumns="False">
<asp:TemplateField>
<HeaderTemplate>
<asp:CheckBox ID="CheckBox1" runat="server" Width="5%" />
<asp:Label ID="Label1" runat="server" Text="Subject">
</HeaderTemplate>
<asp:CheckBox ID="CheckBox1" runat="server" Width="5%" />
<asp:LinkButton ID="LinkButton1" Text='<%#Eval("md_subject") %>' runat="server" Width="70%">LinkButton
</asp:GridView>
<asp:Button ID="Button1" runat="server" Text="DELETE" />
Reply
Answers (
1
)
update button on web page
Session And Cookies in ASP.NET