Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I pass parameters from Form1 to Form2?
Message
De
08/09/2002 10:22:17
Larry Santos
Local Data System
Philippines
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00697863
Message ID:
00698022
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform