Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem in reading .csv files Pin
montu337719-Mar-10 4:59
montu337719-Mar-10 4:59 
GeneralRe: problem in reading .csv files Pin
Wes Aday19-Mar-10 5:13
professionalWes Aday19-Mar-10 5:13 
AnswerThe easiest solution Pin
Ennis Ray Lynch, Jr.19-Mar-10 5:14
Ennis Ray Lynch, Jr.19-Mar-10 5:14 
AnswerRe: problem in reading .csv files Pin
PIEBALDconsult19-Mar-10 6:22
mvePIEBALDconsult19-Mar-10 6:22 
GeneralRe: problem in reading .csv files Pin
Matt Meyer19-Mar-10 7:04
Matt Meyer19-Mar-10 7:04 
AnswerRe: problem in reading .csv files Pin
Rod Kemp19-Mar-10 20:24
Rod Kemp19-Mar-10 20:24 
QuestionHow to work by reference object in remoting Pin
amit_8319-Mar-10 2:24
professionalamit_8319-Mar-10 2:24 
AnswerRe: How to work by reference object in remoting Pin
Pete O'Hanlon19-Mar-10 3:00
mvePete O'Hanlon19-Mar-10 3:00 
The only way to do this is to transmit the changes back again. As you are aware, your changes have been made in a separate app process, so they aren't visible. Possibly the "easiest" way to do this would be to raise an event at the server side, which returns the changes to the client.

Search for .net remoting events to find some articles on this because it's not as simple as just coding an eventhandler. Remote events need marshalling too, so you'll need to get a thorough understanding to accomplish this.

BTW - this is also known as a callback.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



QuestionFilling a cylinder Pin
Valeriant19-Mar-10 2:04
Valeriant19-Mar-10 2:04 
AnswerRe: Filling a cylinder Pin
Eddy Vluggen19-Mar-10 8:38
professionalEddy Vluggen19-Mar-10 8:38 
GeneralRe: Filling a cylinder Pin
Valeriant19-Mar-10 17:01
Valeriant19-Mar-10 17:01 
GeneralRe: Filling a cylinder Pin
Dave Kreskowiak19-Mar-10 18:25
mveDave Kreskowiak19-Mar-10 18:25 
GeneralRe: Filling a cylinder Pin
Eddy Vluggen20-Mar-10 1:00
professionalEddy Vluggen20-Mar-10 1:00 
GeneralRe: Filling a cylinder Pin
Valeriant20-Mar-10 2:27
Valeriant20-Mar-10 2:27 
GeneralRe: Filling a cylinder Pin
Eddy Vluggen20-Mar-10 3:58
professionalEddy Vluggen20-Mar-10 3:58 
GeneralRe: Filling a cylinder Pin
Valeriant21-Mar-10 5:00
Valeriant21-Mar-10 5:00 
QuestionHow do I 'drive' a command line utility beyond executing a single process / command? Pin
Mouldiwarp19-Mar-10 1:28
Mouldiwarp19-Mar-10 1:28 
AnswerRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
Calla19-Mar-10 1:52
Calla19-Mar-10 1:52 
AnswerRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
#realJSOP19-Mar-10 1:52
mve#realJSOP19-Mar-10 1:52 
AnswerRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
Luc Pattyn19-Mar-10 2:52
sitebuilderLuc Pattyn19-Mar-10 2:52 
GeneralRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
PIEBALDconsult19-Mar-10 3:56
mvePIEBALDconsult19-Mar-10 3:56 
GeneralRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
PIEBALDconsult30-Mar-10 14:04
mvePIEBALDconsult30-Mar-10 14:04 
AnswerRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
PIEBALDconsult19-Mar-10 3:53
mvePIEBALDconsult19-Mar-10 3:53 
GeneralRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
Mouldiwarp19-Mar-10 4:35
Mouldiwarp19-Mar-10 4:35 
GeneralRe: How do I 'drive' a command line utility beyond executing a single process / command? Pin
PIEBALDconsult30-Mar-10 14:00
mvePIEBALDconsult30-Mar-10 14:00 

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.