Beispiel #1
0
    protected void Binddate()
    {
        users us = new users();

        GVinformation.DataSource = us.GetAllgoods_infor(us);
        GVinformation.DataBind();
    }