what is this called? and how to achieve it?

Posted by user287745 on Stack Overflow See other posts from Stack Overflow or by user287745
Published on 2010-05-29T02:42:20Z Indexed on 2010/05/29 2:52 UTC
Read the original article Hit count: 276

Filed under:
|
|
|
|

i would like to make a WRITE A NEW POST page similar to asp.net

or

how to make a page similar to http://stackoverflow.com/questions/ask

please note,

i do not want reference to already made controls like free rich text editor etc

i would like to do the required coding my self

any guidance will be appreciated

i would also like to know what is the name given to this kind of page? as i search google for how to make a post and it comes up with et and post methods of html

initial attempt:- on button click post back event within the update plane, literal1.text=textbox1.text assuming that user will provide formats like bold, but the textbox is not taking any such input.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET