CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2010
    Posts
    1

    Merge HTML into an existing asp.net page

    I have a method in a separate class which returns a string. This string actually has a HTML in it (Head, body, etc). I am retrieving this string in one of the method in my code behind and I want this html to merge into the current existing HTML and ASP.Net (.aspx file) and display the contents on the returned string (HTML) in the current page creating a new div or some other good method. If some one has any idea related to this, please help. Ask for any further information in case you need to get a clear understanding.

    Thanks

    Anil

  2. #2
    Join Date
    Nov 2004
    Location
    India
    Posts
    63

    Re: Merge HTML into an existing asp.net page

    Use master pages and asp containers
    Sandeep
    http://www.sandeeprawat.com
    Code:
    Forget the language. Remember the logic.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured