Click here to Skip to main content
15,917,320 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Best way of Data Sync Pin
Nader Elshehabi4-Jan-07 3:36
Nader Elshehabi4-Jan-07 3:36 
Well. Here is how I do it
1- Put the database on the server. -intuitive, isn't it?-Smile | :)
2- Put a Windows Application -or service-, or Webservice according to either your program is on LAN/Internet respectively, as a gate to that database.
3- All requests are directed to that "Gate" program through remoting
4- All programs record there interest on the current displayed record and the gate keeps track of that
5- if a record is displayed on one client and another modifies it the gate notifies the interested clients using messages.
6- Messages and requests are preferably routed using Remoting.

This is one way to do it. Does this help?

RegardsRose | [Rose]

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 
QuestionHow to add a form in a dockpanel Pin
GunaChinna3-Jan-07 22:51
GunaChinna3-Jan-07 22:51 
AnswerRe: How to add a form in a dockpanel Pin
Pete O'Hanlon3-Jan-07 23:16
mvePete O'Hanlon3-Jan-07 23:16 
GeneralRe: How to add a form in a dockpanel Pin
GunaChinna4-Jan-07 0:56
GunaChinna4-Jan-07 0:56 
GeneralRe: How to add a form in a dockpanel Pin
Sk8tz4-Jan-07 1:21
professionalSk8tz4-Jan-07 1:21 
AnswerRe: How to add a form in a dockpanel Pin
Robert Rohde4-Jan-07 2:59
Robert Rohde4-Jan-07 2:59 
QuestionHow to store a "VARIANT" varible via .NET ? Pin
Clark Nu China3-Jan-07 22:43
Clark Nu China3-Jan-07 22:43 
AnswerRe: How to store a "VARIANT" varible via .NET ? Pin
Ed.Poore3-Jan-07 22:47
Ed.Poore3-Jan-07 22:47 

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.