0

I have multiline textbox... if I type the HTML code snippet in the TextBox and click on submit button, then the HTML coding will run of Default .aspx with the dimension 920 * 220 pixels...

How to do that using asp.net (VB)

2
  • @user522211 Could you explain more? Why don't implement this in XHTML markup? Commented Dec 21, 2010 at 18:27
  • Simply format i want when i type some html code snippet in www.orkut.com scrapbook then it will convert in images... how to do that in vb.net ? Commented Dec 21, 2010 at 18:31

1 Answer 1

1

You can create images on the fly using ASP.NET System.Drawing namespace. Within that namespace there are Text related methods which you can use to write text in your image.

Here is a short tutorial: http://www.aspnettutorials.com/tutorials/graphics/Drawing-Csharp.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.