Click here to Skip to main content
15,920,383 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:

Hi

I'm working on a playlist program that enables two users to add a remove songs from an SQL databound datagridview.  I'm writing methods that will update the other users displays, but I'm jut wondering if I'm missing something that's already built into .net.  I don't really want to have save or refresh buttons either, I'd like it to happen automatically.

Thanks in advance.

Posted

1 solution

You might want to reconsider your design choice not to have the user commit to the transaction before it is finalized. Unless you want to program an "undo" button.
 
Share this answer
 

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