Inputting data into the Visual Basic Progam in an aspx program

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.