I have a FORM, and i have inserted a tab control on it.
and then i have placed few text fields on the tab control.
i can not update text fields using
me.text field = value
how i have to deal with text fields which placed on tab control?
I have a FORM, and i have inserted a tab control on it.
and then i have placed few text fields on the tab control.
i can not update text fields using
me.text field = value
how i have to deal with text fields which placed on tab control?
Controls placed directly on a Page of a Tabbed Control are referenced in the same manner as those simply placed on the Form, so your problem is probably coming from something else.
Is this a Bound Control?
Can you enter data into the Textbox via the keyboard?
It might help us help you if you either copied and pasted the exact code you're using, or if you zipped up your file (removing any confidential data) and attached it to a post.
Linq ;0)>
The intelisense should show you the correct syntax. Controls on tabs of a tab control are actually on the main form and the syntax is as if the tab control was not there. If you are using the embedded space in the name of the control then it should be [enclosed] in brackets.
oh my god
you guys are awesome. I have removed bounding in properties. And it worked perfectly.
Love you guys.
We're glad we could help and you got it sorted and thanks for marking the thread as Solved!