Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello , i want to insert into table from page ..
and after insert the data ,display it automatically on another page or at least get notified that the data has changed .

i really don't know how to do this and i searched before post my question ..
just write brief answer and i will dig it :)
thanks in advance
Posted
Comments
ZurdoDev 23-Jul-13 22:01pm    
After your code for inserting, redirect to the other page passing in an ID or something to indicate the data that has changed.
walterhevedeich 24-Jul-13 0:04am    
In addition to Ryan's advice, if you have multiple users and want them to be notified if something has changed, you can implement AJAX on your application. It has the functionality to basically post to the server without the need to refresh your page.
vinayoukuri 24-Jul-13 1:58am    
Read about SqlDependency Caching

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900