In asp.net using vb how would I go about checking that a textbox contains an integer?
also how do I use the value of a dropdownlist web control, because when I try the following code:
it says the following:
when I want to return an integer
I'm confused
also how do I use the value of a dropdownlist web control, because when I try the following code:
Code:
emp_id = employee.selecteditem.value
it says the following:
Object reference not set to an instance of an object.
when I want to return an integer
I'm confused