62,271
社区成员
发帖
与我相关
我的任务
分享
protected void btn_Search_Click(object sender, EventArgs e)
{
ViewState["Fashion"] = "search";
SetData();
}
private void SetData()
{
if(ViewState["Fashion"] != null)
{.....}
}
