child to parent variable passing

  • Thread starter Thread starter luna
  • Start date Start date
L

luna

i have a parent form which opens a child form, i need to pass a variable
back to parent
then reload parent
so

parentopens child, child passes to parent, child closes, parent reloads

its only a single variable

is this possible ?

cheers

mark
 
is the child being opened as a modal dialog? If you use showModalDialog in
JavaScript, you can specify a return value that the child form can provide.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top