1
Reply

how to assign value to dropdownlist based on selection

narasiman rao

narasiman rao

Jan 29 2014 10:57 AM
2.4k
 how to assign a value for dropdownlist based on selection.


Feeback page Design as follows

To What extent equipment is uptodate                 Dropdownlist1(Excellent/good/Fair)
To what extent equipment is user friendly            Dropdownlist2(Excellent/good/Fair)
To What extent were the practicals Realistic        Dropdownlist3(Excellent/good/Fair)

for example in Dropdownlist1 if user select the Excellent means 1 value to be store in the database.
similarily, in Dropdownlist2 if user select the good means 2 value to be store in the database.
similarily, in Dropdownlist3 if user select the Fair means 3 value to be store in the database.
for example in run mode as follows
 To What extent equipment is uptodate  Dropdownlist1 (Excellent)
 
 if user select the Excellent in dropdownlist1 means the value 1 has to be stored in the database.
Output as follows in database
To What extent equipment is uptodate
  1
 
 For that how can i do in asp.net using csharp

regards,
narasiman P. 

Answers (1)