Click to See Complete Forum and Search --> : Rich text Box in asp.net
isha_rastogi2006
February 2nd, 2006, 02:15 AM
Hi,
i need to used richtextbox in asp.net. i dont use multiline textbox becoz i will use font, fontstyle and size of input values of richtextbox.i did this feature in desktop application but i need this feature in web application but i dont find the richtextbox in asp.net.
u people also tell me another option.
Can anyone help me.
HanneSThEGreaT
February 2nd, 2006, 03:45 AM
http://www.codeguru.com/forum/showthread.php?t=295771&highlight=richtextbox
isha_rastogi2006
February 2nd, 2006, 05:08 AM
http://www.codeguru.com/forum/showthread.php?t=295771&highlight=richtextbox
Hi Hannes,
Thanx for reply. but i cant understand exactly. i right clicked on the myproject, in solution explorer by using the add new item i got webcustomcontrol. i add this webcustomcontrol.cs file in my project but i cant understand how could i get the richtext control's ocx file in this.
plz tell me soon.
HanneSThEGreaT
February 2nd, 2006, 05:18 AM
No, you must not right click in the Solution Explorer.
You must right click your toolbox
Then select Add/remove items...
The Component dialog box will open, showing all the components you can add.
Richtextbox should be in there, so once, you've found it, just click the checkbox next to it, click OK
Then the richtextbox should appear in the toolbox
isha_rastogi2006
February 2nd, 2006, 05:26 AM
No, you must not right click in the Solution Explorer.
You must right click your toolbox
Then select Add/remove items...
The Component dialog box will open, showing all the components you can add.
Richtextbox should be in there, so once, you've found it, just click the checkbox next to it, click OK
Then the richtextbox should appear in the toolbox
hannes i did all this process. i know about adding the components. this control is adding only for windows application not for web application.
u checkout this.
HanneSThEGreaT
February 2nd, 2006, 08:10 AM
Hello again Isha!
After alot of research, I've realised that, you can't use the normal RichTextBox in ASP.NET - or so it seems.
If some else can jut confirm that, or prove otherwise - I'll be greatful. :wave:
I never knew that :blush:
But I did manage to find you a solution!
Check this out!
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=174&tabindex=2
Sorry about my earlier posts, but as I always say, I learn something new everyday
isha_rastogi2006
February 3rd, 2006, 04:01 AM
Hello again Isha!
After alot of research, I've realised that, you can't use the normal RichTextBox in ASP.NET - or so it seems.
If some else can jut confirm that, or prove otherwise - I'll be greatful. :wave:
I never knew that :blush:
But I did manage to find you a solution!
Check this out!
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=174&tabindex=2
Sorry about my earlier posts, but as I always say, I learn something new everyday
Its ok Hannes. dont feel sorry for that. i will reaching . if u get any information tell me. anyways thank u.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.