Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I pass parameters from Form1 to Form2?
Message
From
08/09/2002 10:22:17
Larry Santos
Local Data System
Philippines
 
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00697863
Message ID:
00698022
Views:
18
>If I try to access an objects value on Form1 from Form2 quoting the namespace, I get the error:
>
>'.FormMain.txtChartNo.Text' is inaccessible due to its protection level.

Re: How do I pass parameters from Form1 to Form2?

' form1
dim frm as form2 = new form2
frm.str = "you value"
frm.show()
' Form2
public str as string
Previous
Reply
Map
View

Click here to load this message in the networking platform