Search

You searched for the word(s):
< 1 second(s)
  • Re: Pulling the HTML From asp.net

    You're welcome Matt The movie image should be [ ~ ] , without spaces obviously. I put&nbsp; a post too, if you know the answer please help out. Thanks
    Posted to Cute Editor for .NET (Forum) by Sleb on September 19, 2007
  • Re: Pulling the HTML From asp.net

    Try this &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim URLMatch As Match = Regex.Match(Editor1.Text, ''(?&lt;http&gt;(http:[/][/]|www.)([a-z]|[A-Z]|[0-9]|[/.]|)*)'') &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If URLMatch.Success = True Then &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Sleb on September 19, 2007
  • How to edit html between tags only!

    Hi, I'm trying to allow users to update content of their aspx pages. Problem is when they save ( Editor1.SaveFile(''default.aspx''), the editor&nbsp; changes some of the &lt;head&gt; ... tags. How can I get it to save between tags like this &lt;!-- begin edit --&gt;&nbsp;&nbsp;&nbsp; ... &nbsp; &lt;!-- end edit --&gt; ...
    Posted to Cute Editor for .NET (Forum) by Sleb on September 19, 2007