Click here to Skip to main content
15,917,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to update the form controls when my database table is updated,inserted or deleted.
i am using the sql server 2005.
and vb as a frontend.

Thnks regards,
Vishal Patil
Posted

1 solution

Hi,
Create one Procedure which updates your controls. write update code in this procedure. In update, Insert, Delete Button's click event call this Procedure.

Ask if any help needed.
 
Share this answer
 
Comments
vishal.v.patil 7-Feb-13 7:20am    
i want it automatically..
Jαved 7-Feb-13 7:25am    
elaborate. nothing happens automatically.
vishal.v.patil 7-Feb-13 7:29am    
suppose we have an multi-user system in which i have one dashboard consider it as an grid in which i am showing values of table....if some other user updates that table in that case the dashboard grid should be updated as soon as the other user updates that table.
Just like mails...

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