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
sunkiks
NA
70
0
Saving the Html output of aspx page
May 9 2004 4:47 PM
I'm trying to get the Html output of an aspx page using webResponse. But I'm not getting all the dynamic code that is created at the server side (Tables..). Here is the code: mywebReq = WebRequest.Create(Server.MapPath("linkscreate.aspx")); mywebResp = mywebReq.GetResponse(); sr = new StreamReader(mywebResp.GetResponseStream()); strHTML = sr.ReadToEnd(); Help!
Reply
Answers (
1
)
Web page Inheritation?
Using C# User Control as ActiveX control in IE6