System.NullReferenceException 未将对象引用设置到对象的实例。
用
string ty = context.Request.Params["operation"].ToString();这句获取
$('#cc').combobox({
url: 'handder/combobox.ashx',
type:'post',
data: {'operation':'getlist'},
valueField: 'VALUE',
textField: 'title',
editable: false,
width: '140'
});
中的参数是报错:$exception {"未将对象引用设置到对象的实例。"} System.Exception {System.NullReferenceException}
求指点,谢谢