在页同中引用入了
<%@ Register TagPrefix="B2B" TagName="psd" Src="Product_sort_DropDownList.ascx" %>
控件后。
在cs页同中声明
protected 命名空间.类名 控件名称;
protected Webs.Admin_manage.Product_sort_DropDownList psd1;
#region 属性取值
public int List1Value
{
get
{
return int.Parse(DropDownList1.SelectedItem.Value);
}
}
#endregion
<%@ Register TagPrefix="B2B" TagName="psd" Src="Product_sort_DropDownList.ascx" %>
控件后。
在cs页同中声明
protected 命名空间.类名 控件名称;
protected Webs.Admin_manage.Product_sort_DropDownList psd1;
#region 属性取值
public int List1Value
{
get
{
return int.Parse(DropDownList1.SelectedItem.Value);
}
}
#endregion

被折叠的 条评论
为什么被折叠?



