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
Anija George
NA
8
745
Specified argument was out of the range of valid values.
May 5 2015 7:32 PM
please Help me..
protected void GridView1_RowDeleting2(object sender, GridViewDeleteEventArgs e)
{
bool result;
StudentOperations opObj = new StudentOperations();
opObj.Id = Convert.ToInt32(GridView1.Rows[e.RowIndex].Cells[1].Controls[0]);
opObj.DeleteAStudent();
BindData();
}
Reply
Answers (
1
)
Authentication and authorization
How to retrieve the image from database in mvc 4