Click here to Skip to main content
16,006,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: Best way to read XML Pin
J4amieC20-Dec-07 6:00
J4amieC20-Dec-07 6:00 
GeneralRe: Best way to read XML Pin
Ed.Poore20-Dec-07 12:28
Ed.Poore20-Dec-07 12:28 
GeneralRe: Best way to read XML Pin
DaveyM6923-Dec-07 22:32
professionalDaveyM6923-Dec-07 22:32 
GeneralDatagridview update problem Pin
NewToAspDotNet20-Dec-07 5:31
NewToAspDotNet20-Dec-07 5:31 
GeneralRe: Datagridview update problem Pin
DotNetXenon20-Dec-07 6:17
DotNetXenon20-Dec-07 6:17 
GeneralRe: Datagridview update problem Pin
NewToAspDotNet20-Dec-07 6:22
NewToAspDotNet20-Dec-07 6:22 
GeneralMS ACCESS / Web + Desktop Application Pin
s3rro20-Dec-07 5:03
s3rro20-Dec-07 5:03 
GeneralRe: MS ACCESS / Web + Desktop Application Pin
J$20-Dec-07 5:40
J$20-Dec-07 5:40 
I'm not entirely sure how your desktop and web app are set up, but this is how I would do it.

Assuming that your Desktop app knows about the new record(s) that you want to display in the Web app (for example, it knows the ID of the new record), I would have the link that points to the Web app have a querystring value for the ID of the record to open in the Web app.

The URL in the link will looks something like http://mydomain.com/ShowMeTheNewRecord.aspx?id=New_ID_From_Desktop_App_Goes_Here

Obviously New_ID_From_Desktop_App_Goes_Here will be replaced with the identifier for that record in the database. Then you can check in your page load to see if there is a querystring value, and if there is, load the corresponding record in your webform.

Hope I didn't confuse you...
GeneralActiveDirectory - getting a lit of users in a group Pin
RugbyLeague20-Dec-07 5:01
RugbyLeague20-Dec-07 5:01 
GeneralRe: ActiveDirectory - getting a lit of users in a group Pin
Giorgi Dalakishvili20-Dec-07 5:14
mentorGiorgi Dalakishvili20-Dec-07 5:14 
GeneralRe: ActiveDirectory - getting a lit of users in a group Pin
RugbyLeague20-Dec-07 5:26
RugbyLeague20-Dec-07 5:26 
GeneralRe: ActiveDirectory - getting a lit of users in a group Pin
RugbyLeague20-Dec-07 5:36
RugbyLeague20-Dec-07 5:36 
QuestionString data into byte array without hex conversion Pin
worked on mine20-Dec-07 3:55
worked on mine20-Dec-07 3:55 
GeneralRe: String data into byte array without hex conversion Pin
DannyAdler20-Dec-07 4:53
DannyAdler20-Dec-07 4:53 
GeneralRe: String data into byte array without hex conversion Pin
worked on mine20-Dec-07 5:32
worked on mine20-Dec-07 5:32 
GeneralRe: String data into byte array without hex conversion Pin
DannyAdler20-Dec-07 22:29
DannyAdler20-Dec-07 22:29 
GeneralRe: String data into byte array without hex conversion Pin
DannyAdler20-Dec-07 22:34
DannyAdler20-Dec-07 22:34 
GeneralRe: String data into byte array without hex conversion Pin
J4amieC20-Dec-07 5:58
J4amieC20-Dec-07 5:58 
GeneralExcel Object Pin
gauthee20-Dec-07 3:36
gauthee20-Dec-07 3:36 
GeneralRe: Excel Object Pin
Not Active20-Dec-07 3:42
mentorNot Active20-Dec-07 3:42 
GeneralDLL Pin
anupamwb20-Dec-07 2:55
anupamwb20-Dec-07 2:55 
GeneralRe: DLL Pin
J4amieC20-Dec-07 3:01
J4amieC20-Dec-07 3:01 
GeneralRe: DLL Pin
Luc Pattyn20-Dec-07 10:07
sitebuilderLuc Pattyn20-Dec-07 10:07 
GeneralRe: DLL Pin
Colin Angus Mackay20-Dec-07 3:15
Colin Angus Mackay20-Dec-07 3:15 
GeneralRe: DLL Pin
anupamwb20-Dec-07 8:40
anupamwb20-Dec-07 8:40 

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.