テンプレートフィールドにあるドロップダウンリストのデフォルト値を設定できるようにfindcontrolを機能させようとしていますが、うまくいきません。私は何か間違ったことをしていますか?
Dim drdList As DropDownList
For Each row As GridViewRow In gridviewComputer.Rows
drdList = gridviewComputer.Rows(e.NewEditIndex).FindControl("statusDropDown")
Next