Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
clientscript not works in server
Shalu Shalini
7y
245
1
Reply
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 ..
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
How to use soapheader in asp.net c# web applications
MVC5 layout template, change partial page based upon body