Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow can i get the html of the page multiple times and save as html file and send as attachment Pin
K.Safvi26-Feb-10 20:16
K.Safvi26-Feb-10 20:16 
AnswerRe: How can i get the html of the page multiple times and save as html file and send as attachment Pin
R. Giskard Reventlov27-Feb-10 21:12
R. Giskard Reventlov27-Feb-10 21:12 
QuestionQuestion of My Mind Pin
Anubhava Dimri26-Feb-10 18:18
Anubhava Dimri26-Feb-10 18:18 
AnswerRe: Question of My Mind Pin
saini arun26-Feb-10 20:56
saini arun26-Feb-10 20:56 
GeneralRe: Question of My Mind Pin
Anubhava Dimri26-Feb-10 21:10
Anubhava Dimri26-Feb-10 21:10 
Questionasp.net locale Pin
nikosmaltis26-Feb-10 10:42
nikosmaltis26-Feb-10 10:42 
AnswerRe: asp.net locale Pin
dan!sh 26-Feb-10 21:58
professional dan!sh 26-Feb-10 21:58 
QuestionOverriding Render method to get the html of the page Pin
K.Safvi26-Feb-10 7:06
K.Safvi26-Feb-10 7:06 
hello,
I am overriding the render method of the page to get the html of a page this is infact a report. It works okay for the first time but i need to create the report multiple time. When the below code is called for second time to capture the newly created report, it gives the error '"A page can have only one server-side Form tag"'. Following the code.
Dim sb As New System.Text.StringBuilder
Dim sw As New System.IO.StringWriter(sb)
Dim hWriter As New HtmlTextWriter(sw)
MyBase.Render(hWriter)
' *** store to a string
Dim PageResult As String = sb.ToString()
' *** Write it back to the server
writer.Write(PageResult)
str = PageResult
Thanks,
Safvi
QuestionControls HTML viewsource is not displayed in UpdatePanel Pin
Faisal Khatri26-Feb-10 6:33
Faisal Khatri26-Feb-10 6:33 
AnswerRe: Controls HTML viewsource is not displayed in UpdatePanel Pin
T M Gray26-Feb-10 11:18
T M Gray26-Feb-10 11:18 
AnswerRe: Controls HTML viewsource is not displayed in UpdatePanel Pin
Milind R Chavan27-Feb-10 2:45
Milind R Chavan27-Feb-10 2:45 
QuestionEmbedding a PDF File in an ASP.NET Website(vb.net) Pin
DaithiBoo26-Feb-10 5:24
DaithiBoo26-Feb-10 5:24 
AnswerRe: Embedding a PDF File in an ASP.NET Website(vb.net) Pin
Faisal Khatri26-Feb-10 6:46
Faisal Khatri26-Feb-10 6:46 
AnswerRe: Embedding a PDF File in an ASP.NET Website(vb.net) Pin
Rutvik Dave26-Feb-10 6:50
professionalRutvik Dave26-Feb-10 6:50 
GeneralRe: Embedding a PDF File in an ASP.NET Website(vb.net) Pin
DaithiBoo27-Feb-10 1:35
DaithiBoo27-Feb-10 1:35 
Questionmail attachments. Pin
FEMDEV26-Feb-10 3:22
FEMDEV26-Feb-10 3:22 
AnswerRe: mail attachments. Pin
PunkIsNotDead26-Feb-10 5:48
PunkIsNotDead26-Feb-10 5:48 
QuestionMaintaining Scrollbar Position and Div Tag State on PostBack Pin
AndyASPVB26-Feb-10 3:06
AndyASPVB26-Feb-10 3:06 
AnswerRe: Maintaining Scrollbar Position and Div Tag State on PostBack Pin
Sandeep Mewara26-Feb-10 4:12
mveSandeep Mewara26-Feb-10 4:12 
GeneralRe: Maintaining Scrollbar Position and Div Tag State on PostBack Pin
AndyASPVB1-Mar-10 10:47
AndyASPVB1-Mar-10 10:47 
AnswerHi to all Pin
cinderllatwister26-Feb-10 3:03
cinderllatwister26-Feb-10 3:03 
GeneralRe: Hi to all Pin
Not Active26-Feb-10 3:47
mentorNot Active26-Feb-10 3:47 
JokeRe: Hi to all Pin
dan!sh 26-Feb-10 4:22
professional dan!sh 26-Feb-10 4:22 
GeneralHi mark Pin
cinderllatwister28-Feb-10 2:04
cinderllatwister28-Feb-10 2:04 
GeneralRe: Hi mark Pin
Not Active28-Feb-10 3:14
mentorNot Active28-Feb-10 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.