Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible Threading situation
Message
De
12/03/2004 06:39:01
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Possible Threading situation
Divers
Thread ID:
00885530
Message ID:
00885530
Vues:
60
Hi all

I have 2 methods in a class, ShowForm() and FormRespond(). The situation is that ShowForm() will fire up a form and display it, however, when the form is displayed it can and will at somepoint call the FormRespond() method in the class, once the FormRespond() method is called I want ShowForm() to continue and return the reponse from the form.

However, the problem arises because I don't want the form modal, I don't want to have to close the form to recieve its response, I need it to respond itself.

In a nutshell ShowForm() needs to do:

  • Display the Form
  • Wait around until the form has called respond
  • FormRespond is called, then (somehow) informs ShowForm that it can continue
  • ShowForm then continues and returns the value

    Is this possible? The reason for using Show() is that the form doesn't need to close once it has responded, so I want it to still display.

    Hope that makes sense
    Thanks
  • Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform