Consider a situation where we need to pass content from Form1 to Form2
In code page of form1, declare a parameterized constructor for form2 and pass the necessary values you need on form2
In code page of form2, initialize the constructor both default and parameterized.....(the one declared in form1)
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Nikhil KumarPosted Jan 9, 2010, 9:59 AM
Can you exaplain with examples :)