Post a news in update section on click of a button

I m trying to to create a textbox linked to a button in which if I write something and click on button, the text starts appearing in the updates section of a page.

After writing in the above box and clicking on post to website, the text should appear in the below section along with other updates

Please help if it is possible to to this.

Thanks

Your datasets need to be like this:

Connect the textbox to your database. And set the dataset to Write Only

And connect to same database. But this time Read Only

So first you write the information to database and then show it on the other page.

Hope it helps!

Questions?