Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I want to change many aspects of a TextBox1.Text that has been highlighted by a user. Like a HTML editor but in ASP.NET,FOR EXAMPLE USER CHOOSES A PART OF THE TEXT HAS BEEN SHOWN IN TEXTBOX, Then he press a button finally he has a bold or �(formatted) text.

Code:

private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e)

{

TextBox1.Text="<strong>"+TextBox1.Text+"</strong> ";

}

What are your suggestions?

Thanks.

  • 4 weeks later...
Posted

Dear PlausiblyDamp,

This is the CSS Powe but Editor is sth else!

I like to program an editor exactly like this site but in asp.net not php.

Thanks to your help

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...