Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with using enum in C# interface Pin
Vitaly Tomilov4-Jan-07 3:12
Vitaly Tomilov4-Jan-07 3:12 
GeneralRe: Problem with using enum in C# interface Pin
Pete O'Hanlon4-Jan-07 3:47
mvePete O'Hanlon4-Jan-07 3:47 
GeneralRe: Problem with using enum in C# interface Pin
Dan Neely4-Jan-07 4:20
Dan Neely4-Jan-07 4:20 
GeneralRe: Problem with using enum in C# interface Pin
quiteSmart4-Jan-07 2:18
quiteSmart4-Jan-07 2:18 
QuestionDeleting nodes recursivily Pin
Gareth H3-Jan-07 23:55
Gareth H3-Jan-07 23:55 
AnswerRe: Deleting nodes recursivily Pin
Pete O'Hanlon4-Jan-07 1:46
mvePete O'Hanlon4-Jan-07 1:46 
GeneralRe: Deleting nodes recursivily Pin
Gareth H4-Jan-07 2:56
Gareth H4-Jan-07 2:56 
QuestionDataGridView that searches like outlook Pin
robmays3-Jan-07 23:50
robmays3-Jan-07 23:50 
AnswerRe: DataGridView that searches like outlook Pin
Nader Elshehabi4-Jan-07 0:30
Nader Elshehabi4-Jan-07 0:30 
GeneralRe: DataGridView that searches like outlook Pin
robmays4-Jan-07 0:36
robmays4-Jan-07 0:36 
GeneralRe: DataGridView that searches like outlook Pin
Nader Elshehabi4-Jan-07 1:40
Nader Elshehabi4-Jan-07 1:40 
QuestionBest way of Data Sync Pin
fearless stallion3-Jan-07 23:46
fearless stallion3-Jan-07 23:46 
AnswerRe: Best way of Data Sync Pin
Nader Elshehabi4-Jan-07 0:22
Nader Elshehabi4-Jan-07 0:22 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 1:59
fearless stallion4-Jan-07 1:59 
Hi,

Thanks for the reply, I think , what i have written earlier is a little confusing. I am using MySql provider. and there is no problem with MySql provider. But what i want is:

for eaxmple: if Two users "Chris" and "Sally" open the same form. suppose Chris Modifies the record no.13 and the record is updated to database but Sally's screen still shows the Old data. I can refresh the whole screen by re-fetching the data from the DB but is time consuming.

but i want some other solution may be an network event kind, whenever change occurs in other machine. it(machine) sends a message kind to all the peers(who have the same form opened). so that i can manage it on the frontend itself. as the data is huge so it is not possible for me to refresh again and again.

How far this is possible ?

thanks again

kss

GeneralRe: Best way of Data Sync Pin
Nader Elshehabi4-Jan-07 3:36
Nader Elshehabi4-Jan-07 3:36 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 20:44
fearless stallion4-Jan-07 20:44 
GeneralRe: Best way of Data Sync Pin
Nader Elshehabi4-Jan-07 21:54
Nader Elshehabi4-Jan-07 21:54 
AnswerRe: Best way of Data Sync Pin
Pete O'Hanlon4-Jan-07 1:59
mvePete O'Hanlon4-Jan-07 1:59 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 2:01
fearless stallion4-Jan-07 2:01 
GeneralRe: Best way of Data Sync Pin
Pete O'Hanlon4-Jan-07 2:35
mvePete O'Hanlon4-Jan-07 2:35 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 3:04
fearless stallion4-Jan-07 3:04 
GeneralRe: Best way of Data Sync Pin
Pete O'Hanlon4-Jan-07 3:49
mvePete O'Hanlon4-Jan-07 3:49 
Questiondatatable Pin
fmardani3-Jan-07 23:44
fmardani3-Jan-07 23:44 
AnswerRe: datatable Pin
robmays3-Jan-07 23:54
robmays3-Jan-07 23:54 
AnswerRe: datatable [modified] Pin
Nader Elshehabi4-Jan-07 0:49
Nader Elshehabi4-Jan-07 0:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.