Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass parameters to a form?
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00892623
Message ID:
00892678
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
One way would be to create the public properties you need on the form. Then you would set those before you do your ShowDialog.

For example:
Dim frm As New myform

frm.PropertyOne = some value
frm.PropertyTwo = another value

frm.ShowDialog()
Thanks,

Vic
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform