Click here to Skip to main content
15,914,162 members
Home / Discussions / C#
   

C#

 
GeneralUtility to convert VC++ to C# Pin
shyampillai28-Apr-05 4:24
shyampillai28-Apr-05 4:24 
GeneralRe: Utility to convert VC++ to C# Pin
Dave Kreskowiak28-Apr-05 5:04
mveDave Kreskowiak28-Apr-05 5:04 
GeneralImage Property Definition Pin
terrier_jack28-Apr-05 4:16
terrier_jack28-Apr-05 4:16 
GeneralRe: Image Property Definition Pin
mav.northwind28-Apr-05 4:58
mav.northwind28-Apr-05 4:58 
GeneralAccess Attachment from EmailServer Pin
Azizur Rehman28-Apr-05 1:23
Azizur Rehman28-Apr-05 1:23 
GeneralText Extraction from viedo file Pin
atifciit28-Apr-05 1:18
atifciit28-Apr-05 1:18 
Generalremoting and databinding Pin
nonick228-Apr-05 0:55
nonick228-Apr-05 0:55 
GeneralRe: remoting and databinding Pin
Marc Clifton28-Apr-05 6:00
mvaMarc Clifton28-Apr-05 6:00 
As far as I know, this isn't possible to do with remoting. Cool idea, but consider that every client should have a unique instance of the object on the server. So they're all separate entities.

I have a very similar issue with a client and we had to write some custom code that updates the server with the value change (we're not using data binding at all), and then it notifies the other clients of value changes. But to do this, we wrap the value with some additional information and the whole mechanism handles not only discrete updates but also updates to things like DataTable objects, without resending the whole DataTable.

In essence, you're going to have to create an architecture that supports this functionality.

Marc

MyXaml
Advanced Unit Testing
YAPO
GeneralRe: remoting and databinding Pin
nonick230-Apr-05 20:43
nonick230-Apr-05 20:43 
Generalprob with developing smart device application Pin
amalatsliit28-Apr-05 0:47
amalatsliit28-Apr-05 0:47 
GeneralRe: prob with developing smart device application Pin
Dan_P28-Apr-05 2:50
Dan_P28-Apr-05 2:50 
GeneralGraphic library needed Pin
Anonymous27-Apr-05 23:35
Anonymous27-Apr-05 23:35 
GeneralDatetimepicker culture Pin
tornn30927-Apr-05 23:30
tornn30927-Apr-05 23:30 
GeneralRe: Datetimepicker culture Pin
mav.northwind28-Apr-05 0:38
mav.northwind28-Apr-05 0:38 
GeneralRe: Datetimepicker culture Pin
tornn30928-Apr-05 19:18
tornn30928-Apr-05 19:18 
GeneralRe: Datetimepicker culture Pin
mav.northwind28-Apr-05 20:08
mav.northwind28-Apr-05 20:08 
GeneralPop-Ups Pin
Sergio Luix27-Apr-05 21:14
Sergio Luix27-Apr-05 21:14 
GeneralRe: Pop-Ups Pin
mav.northwind28-Apr-05 0:00
mav.northwind28-Apr-05 0:00 
Generalinstrumenting an application in .NET Pin
G_Zola27-Apr-05 20:49
G_Zola27-Apr-05 20:49 
GeneralRe: instrumenting an application in .NET Pin
Marc Clifton28-Apr-05 6:04
mvaMarc Clifton28-Apr-05 6:04 
GeneralRe: instrumenting an application in .NET Pin
G_Zola28-Apr-05 14:42
G_Zola28-Apr-05 14:42 
GeneralClass Library Help Plz Pin
mikesinfo27-Apr-05 17:46
mikesinfo27-Apr-05 17:46 
GeneralRe: Class Library Help Plz Pin
rudy.net27-Apr-05 19:09
rudy.net27-Apr-05 19:09 
GeneralRe: Class Library Help Plz Pin
mav.northwind27-Apr-05 20:11
mav.northwind27-Apr-05 20:11 
QuestionIs there a way to resize a textbox to fit it's contents?? Pin
OnlyTaz27-Apr-05 17:34
OnlyTaz27-Apr-05 17:34 

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.