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
Anjali Khan
NA
867
224.8k
how to InsertId column should be clickble in asp.net
Dec 12 2017 5:42 AM
hi Frnds
have a InsertID column name in grid view .
i am insert the data in database and dispalying in gridview . it is done
now i want when displaying data in grid my InsertId column should be clickabe where i can redirect to anodher page so how to do this like
InsertId column should be clickble . i did this thing on row bound column but not working
e.Row.Attributes["onclick"] = this.Page.ClientScript.GetPostBackClientHyperlink(this.grdManageDiary, "InwardNO" + e.Row.RowIndex);
Reply
Answers (
4
)
validation on client side on gridview textbox and dropdown
Master Page -Page Refersh