TEXTBOX --- i want to select part of the text and change its style

  • Thread starter Thread starter pedro
  • Start date Start date
P

pedro

TEXTBOX --- i want to select part of the text and change its style

how can i do this?

manny forums have this feature

msdn forum you select the text and press button for formating code.




thanks
 
TEXTBOX --- i want to select part of the text and change its style

how can i do this?

manny forums have this feature

msdn forum you select the text and press button for formating code.




thanks

A "textbox" does not have any formatting. If you mean a RichTextBox,
then you need to use the properties on the control to do what you want.

However, it sounds like you want a web control, in which case you need
to do some magic with an IFrame, I suggest you find a 3rd party control
or script which allows you to do what you want.
 
Lasse said:
A "textbox" does not have any formatting. If you mean a RichTextBox,
then you need to use the properties on the control to do what you want.

However, it sounds like you want a web control, in which case you need
to do some magic with an IFrame, I suggest you find a 3rd party control
or script which allows you to do what you want.

Here is a link which might point you in the right direction:

http://www.google.com/search?hl=en&rlz=1B2GGGL_enNO220NO220&q=freeware+html+edit+control&btnG=Search

Additionally, questions regarding web might have a better chance of
replies if posted to the ASP.NET groups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top