Posted on: 11/18/2014 5:56:45 AM | Views : 417

hi all,
i am using vb.net.
i am using sqldatasource to call the store procedure to bind the dropdownlist.
however, if i would like to display the dropdownlist selectedvalue from store procedure, it is unable to display.
below is my coding.
i able to display in the textbox, txt_qualificationtype.Text.
txt_qualificationtype.Text = QualificationType ddl_qualificationtype.SelectedValue = QualificationType 'got error i get the qualificationtype as string  from the store procedure. please help. thanks.
 

Go to the complete details ...