newhotta
11-23-2006, 02:23 AM
hello every body
i'm not professional abt web programming, but i think i have a good experience
and i need ur help plz abt making an online text editor using asp.net 2.0 like those which are used when posting a new topic in forums
thank you
PrOpHeT
11-23-2006, 09:26 AM
Welcome to the forum.
Can you provide some more details, like where are the text files stored? Are they in a data base, is it always the same file, etc...
newhotta
11-23-2006, 09:43 AM
@ 1st
thanx 4 ur reply
but i think that u didn't get my question
i want to make a control to use in my website
this control:
1- By asp.net
2- can act as ms word in text(bold/italic,......) i.e. shows formatted text
3- i can take this formated text in the form of html text
Then i'll manipulate the html code as i want
like this
http://freetextbox.com/
PrOpHeT
11-23-2006, 10:29 AM
OK, I understand now.
That is not really a control per se, rather a collection of controls; basically they have duplicated the function of a text editor using java script and html.
if you will go to the url
http://freetextbox.com/demos/ and view the source you will be able to see what is going on.
That being said you can create a control that dynamically creates controls such as this, but when it all boils down to it, you really have to...
A. Use the technologies that the end browser can render like DHTML, JavaScript, HTML, etc...
B. Create an applet applet or other embedded technology like flash...
C. Have the user download and install a client side control.