In my web form I have a input textbox defined in the properties as textbox_iuserid
In vb code I have xxxxxxx = textbox_iuserid.text
I have used Textbox_iuserid.Text (with caps) also but I still get message below:
textbox_iuserid is not declared. It may be inaccessible due to its protection level.
Question: What am I not understanding about Web pgm verses Windows pgm?
Go to the complete details ...