I have 3 textboxes (EmployeeName, EmployeeNumber, Password)
and 2 drodownlists (Department, JobTitle)

I made a gridview from employee table to insert data to it by clicking Submit button. Now I am facing a problem with the dropdownlist I dont know how to declare it.

Code:
Imports System.Data.SqlClient
Imports System.Data

Partial Class _Default
    Inherits System.Web.UI.Page

    Dim
...