How set a ControlParameter to a textbox control in a FormView?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have an ObjectDataSource need a ControlParameter point to a textbox control in a FormView. When I use "myFormView.txtName" as ControlID I got error "Could not find control 'myFormView.txtName' in ControlParameter 'cpTest'". How can setup this ControlID?
-
I have an ObjectDataSource need a ControlParameter point to a textbox control in a FormView. When I use "myFormView.txtName" as ControlID I got error "Could not find control 'myFormView.txtName' in ControlParameter 'cpTest'". How can setup this ControlID?