validate dropdownlist into DetailsView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have a dropdownlist into a detailsview under vb.net (asp.net) and I want controller when user is in mode "insert" or "edit" this dropdownlist for enable or disable a textbox (into detailsview also) depending of value of dropdownlist. Without detailsview is easy, put dropdownlist in mode postback and I controller .value but with detailsview I don't know how controller it. Any idea? thanks very much.