I
IvanDaBologna
I am designing a form with a table and in cells a put in them some
textboxes.
I name them txtName, txtSurname,....
I cannot refer at this controls in VisualBasic code. I am trying with :
Dim strName
strName = XDocument.DOM.selectSingleNode ("/my:myFields/my:txtName").text
but i receive an error message like
XDocument.DOM.selectSingleNode (...)
object needed
( my message is in italian version,sry!)
Can anyone explain what namespace i must reference ? ( i am confusing a lot)
IvanDaBologna
textboxes.
I name them txtName, txtSurname,....
I cannot refer at this controls in VisualBasic code. I am trying with :
Dim strName
strName = XDocument.DOM.selectSingleNode ("/my:myFields/my:txtName").text
but i receive an error message like
XDocument.DOM.selectSingleNode (...)
object needed
( my message is in italian version,sry!)
Can anyone explain what namespace i must reference ? ( i am confusing a lot)
IvanDaBologna