Click here to Skip to main content
15,896,726 members
Home / Discussions / C#
   

C#

 
AnswerRe: using WebBrowser to open a URL from a c# application Pin
fly9048-May-09 21:55
fly9048-May-09 21:55 
AnswerRe: using WebBrawser to open a URL from a c# application Pin
AhsanS9-May-09 0:06
AhsanS9-May-09 0:06 
AnswerRe: using WebBrawser to open a URL from a c# application Pin
Guffa9-May-09 0:56
Guffa9-May-09 0:56 
GeneralRe: using WebBrawser to open a URL from a c# application Pin
shabya9-May-09 4:40
shabya9-May-09 4:40 
GeneralRe: using WebBrawser to open a URL from a c# application Pin
Guffa14-May-09 10:51
Guffa14-May-09 10:51 
GeneralRe: using WebBrawser to open a URL from a c# application Pin
shabya15-May-09 3:00
shabya15-May-09 3:00 
QuestionNew Record in New Form problem. Pin
hdv2128-May-09 20:00
hdv2128-May-09 20:00 
AnswerRe: New Record in New Form problem. Pin
Ken Mazaika9-May-09 16:21
Ken Mazaika9-May-09 16:21 
If I understand your question correctly, I believe what you are trying to accomplish is something like:

-Pull data down from the database
-Make local changes to the data
-Update again from the database***
-Push your changes up to the server

And the problem you are having is merging the datasets together.

If this is what you are trying to do there are two routes of action I would consider:

1- is there any way around this, so you could avoid the problem completely? I suggest you take a step back, look through your code, and see if there is a different design strategy you could follow. If you could somehow remove the step where you update from that database again, the problem would probably be straight forward.

2- if you really do need to do something like this, I suggest checking out the Microsoft Sync Framework. It is designed to sync between multiple data connections, and in addition to making the updating easy, if conflicts happen it will detect those too. Take Data Offline Using Microsoft Synchronization Services for ADO.NET[^] that is a link that looks like a pretty good introduction to Harmonica. I honestly haven't read the entire article, but it looks like a good starting ground.

Let me know if I misunderstood your question.

-Ken
QuestionHow to convet the text into your Handwriting using table PC in .Net Pin
googlejumbo8-May-09 19:18
googlejumbo8-May-09 19:18 
AnswerRe: How to convet the text into your Handwriting using table PC in .Net Pin
terradtc9-May-09 1:54
terradtc9-May-09 1:54 
AnswerRe: How to convet the text into your Handwriting using table PC in .Net Pin
PIEBALDconsult9-May-09 4:28
mvePIEBALDconsult9-May-09 4:28 
QuestionHow can save and read data into the session state for user name and password? Pin
Aung Paing8-May-09 16:58
Aung Paing8-May-09 16:58 
AnswerRe: How can save and read data into the session state for user name and password? Pin
OriginalGriff8-May-09 21:47
mveOriginalGriff8-May-09 21:47 
QuestionPicture/Texture project Pin
Gabriel Hodgens8-May-09 12:07
Gabriel Hodgens8-May-09 12:07 
AnswerRe: Picture/Texture project Pin
fly9048-May-09 12:22
fly9048-May-09 12:22 
GeneralRe: Picture/Texture project Pin
Gabriel Hodgens8-May-09 12:31
Gabriel Hodgens8-May-09 12:31 
GeneralRe: Picture/Texture project Pin
fly9048-May-09 12:40
fly9048-May-09 12:40 
GeneralRe: Picture/Texture project Pin
Gabriel Hodgens8-May-09 12:44
Gabriel Hodgens8-May-09 12:44 
AnswerRe: Picture/Texture project Pin
Gabriel Hodgens8-May-09 13:53
Gabriel Hodgens8-May-09 13:53 
GeneralRe: Picture/Texture project Pin
MumbleB8-May-09 21:36
MumbleB8-May-09 21:36 
GeneralRe: Picture/Texture project Pin
Gabriel Hodgens8-May-09 22:17
Gabriel Hodgens8-May-09 22:17 
GeneralRe: Picture/Texture project Pin
fly9048-May-09 22:31
fly9048-May-09 22:31 
GeneralRe: Picture/Texture project Pin
Gabriel Hodgens8-May-09 22:50
Gabriel Hodgens8-May-09 22:50 
GeneralRe: Picture/Texture project Pin
fly9048-May-09 23:08
fly9048-May-09 23:08 
GeneralRe: Picture/Texture project Pin
Gabriel Hodgens8-May-09 23:14
Gabriel Hodgens8-May-09 23:14 

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.