Iam using the formview control where while calling an control from the formview by means of script it gives an error mesg .
by typing the script inside the control it works outside showing error
how can i call it
so i use an FindControl methods its shows an error
Dim oCtrl As TextBox = Me.FormView8.Fi ndControl("txtE ventDate");
Dim Test As String = oCtrl.Text;
by typing the script inside the control it works outside showing error
how can i call it
so i use an FindControl methods its shows an error
Dim oCtrl As TextBox = Me.FormView8.Fi ndControl("txtE ventDate");
Dim Test As String = oCtrl.Text;
Comment