I have a table called status.
I would like to show the new data in status table on the page as the new record got inserted…..
For example,
I want to show the status data every time the new record got inserted in the table..
Status table
Start
Process
Finish
Etc..
on web page
1.Start : and if the new recrod got insert
2. Process : show the next record in the table
3......etc
How can I do this in ASP.net C#.. (2008)