storage of HTML Code

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default storage of HTML Code

    can u please suggest me how do i access the html code(All
    the Tags information)
    in .aspx.vb file.
    Rajupeta Prasanna Guest

  2. Similar Questions and Discussions

    1. HTML storage
      Hello, I am writing a web application and trying to decide how to best store/reference HTML: Do I store just store filenames/paths in mySQL,...
    2. Generating HTML code in the code-behind
      Can I do this? I'm playing with AJAX, and it occurred to me that it'd be a lot easier to make changes to a control on the server, grab the HTML...
    3. HTML-code into PHP-code
      Hi, I am a beginner in PHP programming. So sorry if I ask a very basic thing. I am using a script with this code: $file = file("test.txt");...
    4. Can't see the HTML Code
      I recently posed the following question: On my DW window, I seem to be stuck on the design view. When I click on the code view nothing happens (it...
    5. Can't see HTML Code
      Please Help On my Dreamweaver window, I seem to be stuck on the show design view. When I click on the code view it remains in the show disign...
  3. #2

    Default Re: storage of HTML Code



    Hi,



    My problem is like this. I have some content stored in the database
    which contains html tags. While rendering this string in the aspx page,
    its coming fine. But I also need to store this as a word document. It is
    at this point that the html tags get inserted as is.

    I need to store the string in word format with the html tags parsed.

    TIA,

    Rajupeta Prasanna




















    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Prasanna Rajupeta Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139