Hi, I have a access form, which has some text fields on it and a few buttons and a web browser control.
How it works:
What I need:
I need to find a way for the Access form to get hold of that ID - now kept in the ASP.Net hidden field.
Can anyone help me with this please?
How it works:
- user enters some information in the text field.
- user clicks button to go the the web page.
- web page opens a Silverlight application.
- user does what they need to and saves (in this case) a graphic on a map.
- The Silverligth application takes the ID of the graphic and places it on the ASP.Net page using Javascript.
What I need:
I need to find a way for the Access form to get hold of that ID - now kept in the ASP.Net hidden field.
Can anyone help me with this please?
Comment