e.item.attributes.add("onclick", page.getpostbackeventreference(this, argstring));
}
}
}
public class selectpostbackeventargs : eventargs
{
private string n_value;
private int index;
internal selectpostbackeventargs(int index, string value)
{
this.index = index;