Как мы заполняем выпадающее поле шаблона на основе другого значения выпадающего списка в ASP.NET .страница aspx
<itemtemplate>
&ЛТ;как ASP:dropdownlist с ИД="cmdDept" атрибут runat="сервер" текст="&ЛТ;%# Персонализация("DeptAbbr") %&ГТ;"
="" свойстве datasourceid="DeptSqlDataSource" datatextfield="DeptAbbr" datavaluefield="DeptAbbr" ширина="64px"&ГТ;
&ЛТ;как ASP:sqldatasource его идентификатор="DeptSqlDataSource" атрибут runat="сервер" параметр connectionString="&ЛТ;%$ connectionstrings в:PMSConnectionString %&ГТ;"
="" selectcommand="SELECT [DeptAbbr] FROM [DeptMaster] where DeptAbbr =<%cmbDeptAbbr.Элемент.Текст%> заказ по [DeptCode]">
Что я уже пробовал:
SelectCommand="SELECT [DeptAbbr] FROM [DeptMaster] where DeptAbbr =<%cmbDeptAbbr.SelectedItem.Text%> ORDER BY [DeptCode]"> in the cmbDeptAbbr.SelectedItem.Text its show error , am I defined correctly ?