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
Azm Amn
NA
108
17.8k
Delete from Row in Gridview but not Databse
Mar 4 2017 12:10 AM
Hi,
I have the following code,
protected void Button1_Click(object sender, EventArgs e)
{
GridView1.SelectedRow.Visible = false;
}
the above code hides the row in gridview but when I load the page again the hidden row is still visible. Is there a way to not display the selected row, even if the page is loaded again.
Reply
Answers (
1
)
How to upload a picture on MVC project?
India postal code validation not working mvc 5