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
Shalu Shalini
NA
123
16.8k
clientscript not works in server
Mar 10 2017 6:04 AM
if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Attributes["onclick"] =
Page.ClientScript.GetPostBackClientHyperlink
(GridView1, "Select$" + e.Row.RowIndex);
}
"
Page.ClientScript.GetPostBackClientHyperlink
"
works fine in local but when i post this in server the code not responding ..
i want to select gridview's row without select button ..
Reply
Answers (
3
)
How to use soapheader in asp.net c# web applications
MVC5 layout template, change partial page based upon body