|
-
Sep 4th, 2003, 09:09 AM
#1
Thread Starter
Fanatic Member
Refer to control on parent form
I have a MDI container form "frmParent". On that form there is a tabstrip control with 2 pages. On one of those pages there is a textbox and a button.
When the user clicks on the button a child form is opened inside the container form "frmChild" which displays a datagrid. The WHERE clause in the select statement which is bound to the grid comes from the textbox on the Parent form.
How do I refer to this textbox control ?
Thanks in Advance
-
Sep 4th, 2003, 10:16 AM
#2
Frenzied Member
You can make a public property for the text property of the textbox or you can use a delegate.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|