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
samanta
NA
429
135.6k
Html Content in Page PreRender Event
Feb 27 2018 4:06 AM
Hi,
Is it posible to fetch all html content in page PreRender event?
code:
protected virtual void Page_PreRender(object sender, EventArgs e)
{
getHtmlData(this.Page)
}
private static string getHtmlData(Control ctrl)
{
foreach (Control child in ctrl.Controls)
{
// code to fetch all html content
}
}
Reply
Answers (
1
)
Getting Null in var obj why ? How to solve This ??
Best Approach to implement Search Record on Gridview Header