hi
i am having post your comments in 5 pages(a.aspx,b.aspx.c.aspx.d.aspx.e.aspx)
name:[textbox]
emailid:[textbox]
contactnumber:[textbox]
comments:[textbox]
in the above format..
if a or b or c or d or e have posted the comment on any of the pages....
the comments posted by the user should be updated in my index page...
the posted comments should be updated through the database..
is it possible in my solution??
Loading
Akkiraju IvaturiPosted Sep 11, 2012, 8:34 PM
You need a table with columns to save the name, email, contact number and comments. query all the data in your index page based on updated datetime stamp. So, whenever user visits the index page he should get latest data.
I would like to know more about your tasks like whatever you have already done and what are you expecting from the forum... Let me know.