Click here to Skip to main content
15,891,976 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Google map with multiple marked location Pin
ZurdoDev3-Jun-16 4:40
professionalZurdoDev3-Jun-16 4:40 
QuestionHttpWebRequest authentication problem Pin
candogu2-Jun-16 3:07
candogu2-Jun-16 3:07 
AnswerRe: HttpWebRequest authentication problem Pin
ZurdoDev2-Jun-16 3:14
professionalZurdoDev2-Jun-16 3:14 
GeneralRe: HttpWebRequest authentication problem Pin
candogu2-Jun-16 3:16
candogu2-Jun-16 3:16 
GeneralRe: HttpWebRequest authentication problem Pin
ZurdoDev2-Jun-16 3:19
professionalZurdoDev2-Jun-16 3:19 
AnswerRe: HttpWebRequest authentication problem Pin
John C Rayan2-Jun-16 3:18
professionalJohn C Rayan2-Jun-16 3:18 
AnswerRe: HttpWebRequest authentication problem Pin
F-ES Sitecore2-Jun-16 4:24
professionalF-ES Sitecore2-Jun-16 4:24 
QuestionAsp.Net MVC View, Loading HTML in iframe element instead of src=url Pin
jkirkerx1-Jun-16 11:25
professionaljkirkerx1-Jun-16 11:25 
I wrote a diagnostics program for my web app, Submit a Bug Report.

At the time of submission, I call the page in the controller and grab the HTML with the error, sort of a page snap shot. This way I can see what happened such as a unhanded exception, misspelling or whatever the issue is.

So Now on the resolve program, I want to display that HTML. I'm not if I'm over thinking this or not. I do have the page Url to use, which works. But I thought the page from the actual time it happened would be better.

I tried src=""Data: text/Html, charset: utf-8, the html"" but I get the Url of the page, and not the page. I suspect that the render engine is changing it.

I would just be nice to make it happen. I did get the page to size down correctly, maybe that was the hard part.
<div id="snapShot" class="collapse">
    <div class="panel-body">
        <div class="row">
            <div class="col-sm-12">
                <div class="form-group">
                    @Html.LabelFor(m => m.Page_HTML, new { @class = "control-label" })
                    <div class="iframe">
                        <iframe id="pageSnapShot" class="iframe" src="@Model.Page_HTML"></iframe>
                    </div>                                                        
                    @Html.ValidationMessageFor(m => m.Page_HTML)
                </div>
            </div>
        </div>
    </div>


modified 2-Jun-16 15:29pm.

AnswerRe: Asp.Net MVC View, Loading HTML in iframe element instead of src=url Pin
Richard Deeming2-Jun-16 2:21
mveRichard Deeming2-Jun-16 2:21 
GeneralRe: Asp.Net MVC View, Loading HTML in iframe element instead of src=url Pin
jkirkerx2-Jun-16 6:36
professionaljkirkerx2-Jun-16 6:36 
GeneralRe: Asp.Net MVC View, Loading HTML in iframe element instead of src=url Pin
jkirkerx2-Jun-16 8:26
professionaljkirkerx2-Jun-16 8:26 
GeneralRe: Asp.Net MVC View, Loading HTML in iframe element instead of src=url Pin
Richard Deeming2-Jun-16 8:37
mveRichard Deeming2-Jun-16 8:37 
GeneralRe: Asp.Net MVC View, Loading HTML in iframe element instead of src=url Pin
jkirkerx2-Jun-16 9:32
professionaljkirkerx2-Jun-16 9:32 
QuestionHelp with fileupload object Pin
turbosupramk31-Jun-16 6:03
turbosupramk31-Jun-16 6:03 
AnswerRe: Help with fileupload object Pin
Richard Deeming1-Jun-16 6:55
mveRichard Deeming1-Jun-16 6:55 
GeneralRe: Help with fileupload object Pin
turbosupramk31-Jun-16 7:39
turbosupramk31-Jun-16 7:39 
GeneralRe: Help with fileupload object Pin
Richard Deeming1-Jun-16 7:52
mveRichard Deeming1-Jun-16 7:52 
GeneralRe: Help with fileupload object Pin
turbosupramk31-Jun-16 8:07
turbosupramk31-Jun-16 8:07 
GeneralRe: Help with fileupload object Pin
Richard Deeming1-Jun-16 8:16
mveRichard Deeming1-Jun-16 8:16 
GeneralRe: Help with fileupload object Pin
turbosupramk31-Jun-16 9:21
turbosupramk31-Jun-16 9:21 
GeneralRe: Help with fileupload object Pin
Richard Deeming2-Jun-16 1:46
mveRichard Deeming2-Jun-16 1:46 
GeneralRe: Help with fileupload object Pin
turbosupramk32-Jun-16 2:43
turbosupramk32-Jun-16 2:43 
GeneralRe: Help with fileupload object Pin
Richard Deeming2-Jun-16 2:45
mveRichard Deeming2-Jun-16 2:45 
GeneralRe: Help with fileupload object Pin
turbosupramk32-Jun-16 4:00
turbosupramk32-Jun-16 4:00 
GeneralRe: Help with fileupload object Pin
Richard Deeming2-Jun-16 4:24
mveRichard Deeming2-Jun-16 4:24 

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.