摘要:
在使用CascadingDropdownList的时候需要注意的问题:
(1)只能通过Web Service的方式来使用这个控件
(2)创建的Web Service 如下
[System.Web.Script.Services.ScriptService]
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class BasicTypes : System.Web.Services.WebService
{
public BasicTypes()
{
//Uncomment the following line if using designed components
//InitializeComponent();
}
b 阅读全文
posted @ 2008-04-11 16:17 落花人独立 阅读(787) 评论(1) 推荐(0) 编辑