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
muhammad waqas
NA
9
1.3k
delete event not working
Aug 2 2013 5:04 AM
protected void gvMyRecord_RowDeleting(object sender, GridViewDeleteEventArgs e)
{
SqlCommand command = new SqlCommand("DELETE FROM customer_record WHERE customer_id='" + ResultGridView.DataKeys[e.RowIndex].Values[0].ToString() + "'");
connection.Open();
command.ExecuteNonQuery();
connection.Close
FillVendorGrid();
}
QUESTION: i an unable to understand this code please give me some guideline i will be very thank full to you
Reply
Answers (
6
)
Asp.net ScreenShot ( Client )
error in reading datetime value from excel to datatable