问题描述
如何根据选择在下拉列表中指定值
反馈设计页面如下
设备是什么程度最新Dropdownlist1(优秀/良好/公平)
设备用户友好程度Dropdownlist2(优秀/良好/公平)
到多大程度实用性现实Dropdownlist2(优秀/良好/公平)
例如在Dropdownlist1中如果用户选择要存储在数据库中的优秀均值1值。
类似地,在Dropdownlist2中,如果用户选择要存储在数据库中的良好均值2值。
类似地,在Dropdownlist3中,如果用户选择Fair意味着3值将存储在数据库中。
我怎样才能在asp.net中使用c#。
问候,
narasiman P.
how to assign a value in dropdownlist based on selection
Feedback design page 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 Dropdownlist2(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 that how can i do in asp.net using c#.
regards,
narasiman P.
推荐答案
这篇关于如何根据选择在下拉列表中分配值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!