Good Day Everyone!
I'm a newcomer to web development using visual web developer 2008 express
ed.I know my question is very basic but I know this will help me alot to get a
good start in asp.net.I wanted to learn on how to create the option to post
comments just like in every popular website which allows the user to post comments.
I keep on searching this on youtube and google but as of now this is only what
I've got an HTML codes just to show simple textarea and a button but I dont know yet
how to display the content of the textarea into the webpage.
<form>
<textarea id="comments"></textarea>
<input type="submit" value="Post Comments"/>
</form>
All I need is the codes to display or post the content of the textarea into
the page everytime the user has clicked the button.Please give me all kinds of codes
needed just to make this workin ...
Go to the complete details ...