Ask a Question related to ASP.NET General, Design and Development.
-
Blake Versiga #1
What is the prefered way to insert HTML in a page.
In ASP you use <% =HtmlString %> but in ASP.NET this can cause some problems
if you are using page inheritance.
What is the prefered way to insert HTML in a page?
Thanks
Blake Versiga Guest
-
Login - multi table insert for registrant; subsquent login insert page requests into joined 'Selection' Table
Question regards insert and updates in sql server for a simple login script that requires registration the first time and only "email address" upon... -
insert html page INTO flash movie
Everybody here knows how to insert a flash movie into an html page but, Is there any way of inserting an html page into a rectangle inside a... -
How to insert dynamically generated HTML into the <body> of an ASP.NET page?
I need to generate a "buy" button as part of an ASP.NET page - this consists of a small HTML form with hidden fields, conforming to the requirements... -
Insert HTML?
Is there any way to insert your own html object in Fireworks? Where it shows a box that just says HTML and you double click it to edit a code or... -
Calling a html page from an asp page then returning to the next statement on the original asp page
Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are... -
Kevin Spencer #2
Re: What is the prefered way to insert HTML in a page.
You can use a PlaceHolder or LiteralControl class to do this.
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Some things just happen.
Everything else occurs.
"Blake Versiga" <.> wrote in message
news:%236rAmTXQDHA.3088@TK2MSFTNGP10.phx.gbl...problems> In ASP you use <% =HtmlString %> but in ASP.NET this can cause some> if you are using page inheritance.
>
> What is the prefered way to insert HTML in a page?
>
> Thanks
>
>
Kevin Spencer Guest
-
William F. Robertson, Jr. #3
Re: What is the prefered way to insert HTML in a page.
Or the Placeholder object, and add literal control to it.
HTH,
bill
"Blake Versiga" <.> wrote in message
news:#6rAmTXQDHA.3088@TK2MSFTNGP10.phx.gbl...problems> In ASP you use <% =HtmlString %> but in ASP.NET this can cause some> if you are using page inheritance.
>
> What is the prefered way to insert HTML in a page?
>
> Thanks
>
>
William F. Robertson, Jr. Guest
-
dave wanta #4
Re: What is the prefered way to insert HTML in a page.
You can also create a string property on the base class called HtmlString.
then, in the .aspx use the same syntax as
<%=HtmlString%>
hth,
Dave
[url]www.aspNetEmail.com[/url]
"Blake Versiga" <.> wrote in message
news:#6rAmTXQDHA.3088@TK2MSFTNGP10.phx.gbl...problems> In ASP you use <% =HtmlString %> but in ASP.NET this can cause some> if you are using page inheritance.
>
> What is the prefered way to insert HTML in a page?
>
> Thanks
>
>
dave wanta Guest



Reply With Quote

