如何添加一个自定义的gridview的属性,
然后在aspx中,可以使用该属性,我现在定义了一个类
class A
{
   string a;
    public string aa
   {
   } 
}想在aspx中,使用<A aa=""/>在gridview文件中需要做什么?