c#net尝试从GridView继承时出错

时间:2018-04-14 11:38:04

标签: c# inheritance gridview

尝试从GridView继承时出错,我该怎么办?我添加了参考: System.Web,如另一篇文章所述。

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using System.Web.UI;

namespace fsdb_UI
{
    public class slGrd : GridView
    {

    }

}`

1 个答案:

答案 0 :(得分:0)

缺少对程序集system.web的引用。问题解决了