Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a value from a form using C#
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Mobile development
Title:
Returning a value from a form using C#
Miscellaneous
Thread ID:
00901658
Message ID:
00901658
Views:
39
I am displaying a form from a button on another form using the following code

frmSelectAllAnimals SelectAllAnimals = new frmSelectAllAnimals() ;
SelectAllAnimals.ShowDialog() ;


How can I return a value from the called form?

Thanks

John
Next
Reply
Map
View

Click here to load this message in the networking platform