Is there any way of inputting data to a Visual Basic program other than the usual ways: TextBoxes, Labels, DropdownBoxes, etc. Possibly using Object Oriented Programming in another aspx file using the Post method and form control.
Is there any way of inputting data to a Visual Basic program other than the usual ways: TextBoxes, Labels, DropdownBoxes, etc. Possibly using Object Oriented Programming in another aspx file using the Post method and form control.