It works but it's ok ?

  • Thread starter Thread starter user
  • Start date Start date
U

user

Hello,
With asp.net 2, i have a detailsview and a dropdownlist :
I have create a databound event with the detailsview that take a value in
the detailsview (with Data.DataRowView) to select a default item in the
dropdownlist....
And it works.... is it the right way ? i was thinking i should do it with
the load page event ..
Will the dropdownlist be always databound before the detailsview ?

Some explications please ...
 
Back
Top