Server中存储dropdownlist的所有值

Server中存储dropdownlist的所有值

本文介绍了在SQL Server中存储dropdownlist的所有值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

asp.net中的下拉列表是动态填充的,我想将它的所有值存储到SQL Server中。首先,我想在代码中获取dropdownlist的所有值?怎么做?

解决方案



The dropdownlist in asp.net is filled dynamically & I want to store all it's value to SQL Server. First I want to get all the values to of dropdownlist in code behind? How to do it?

解决方案



这篇关于在SQL Server中存储dropdownlist的所有值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 23:36