D
David C
I know how to use the FindControl to get the value of a TextBox, etc. in a
FormView_Databound event as shown below.
Dim row As FormViewRow = fvPeople.Row
Dim ddl As DropDownList = row.FindControl("ddlCaseWorkerID")
But I need to retrieve the value in a dataset that is the Datasource of the
FormView but it is not being displayed on the FormView. Thanks.
David
FormView_Databound event as shown below.
Dim row As FormViewRow = fvPeople.Row
Dim ddl As DropDownList = row.FindControl("ddlCaseWorkerID")
But I need to retrieve the value in a dataset that is the Datasource of the
FormView but it is not being displayed on the FormView. Thanks.
David