what is this called? and how to achieve it?
- by user287745
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.