<newbie> ASPX --> Infopath

C

CC

I created an aspx page that I plan to open through Infopath. The user
will do stuff and make a selection from a datagrid. I want to pass
back a value from the selected record to the Infopath form that called
it.

I am able to isolate the value I want to return from the aspx page,
but I don't know how to pass it back to Infopath. How can I do this?
I'm using C# and Infopath SP1.

Please help!

Thanks!
 
C

CC

Thanks Greg...

In order to access the aspx page, the user will click on a link on the
Infopath form. The path of the hyperlink (i.e. a main datasource) is
set programmatically (it needs to be dynamic).

Do you know where there is an example using a modal dialog box with
Infopath (one that passes values back to the form)?

Thanks.
 
Top