![]() |
| ||
| dynamic comments box I need a comments box where users can use a name textbox to input their name and a comments textbox where they can input what they thought about the site or something they need and then a fixed area of text being displayed on the site. An example (Request Layouts): http://www.freeweblayouts.net/ I've done this in a way before with a guestbook I made that connected to a database and showed the user input using the textboxes as parameters for each column in the database. Would it be good to use the formview instead of the GridView that I used in the Guestbook? Is it better just to use a txt file instead of database? Thank you for your time Chris |
| ||
| Re: dynamic comments box FormView control especially used to add/delete/update a table record. GridView has options to view list of rows and edit/delete individually. Use database if you want to store data for a long time and also you may retrieve it using simple sql statement. |
| ||
| Re: dynamic comments box Quote:
Thanks for now Chris |
| ||
| Re: dynamic comments box Quote:
|
| ||
| Re: dynamic comments box I didn't get your question at post #4. Are you want to show the last record added to the database everytime? Use order by with desc clause on field like ID (automumbered). |
| All times are GMT -4. The time now is 5:19 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC