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
Suthish Nair
NA
30.5k
7.2m
OnPreRender method of GridView control
Apr 11 2011 7:43 AM
I was using a reflector and came up on this method OnPreRender() of GridView web control.
protected internal override void OnPreRender(EventArgs e) {
base.OnPreRender(e);
if (this.DetermineRenderClientScript() && (this.Page != null))
{
........
clientScript.RegisterClientScriptResource(typeof(GridView), "GridView.js");
........
}
}
Its calling JavaScript (GridView.js).
Can any one explain the usage of this .js file.
Can we override the file prior rendering of GridView.
Reply
Answers (
2
)
Get text from PRE tags
datetimepicker value