示例#1
0
    protected void drop_page_size_DataBinding(object sender, EventArgs e)
    {
        GridView     gridData = fnGetNowGridView();
        DropDownList dropData = ((DropDownList)sender);

        GridViewEvent.fnDropPageSizeDataBinding(ref gridData, ref dropData);
    }
示例#2
0
    protected void drop_page_size_DataBinding1(object sender, EventArgs e)
    {
        GridView     gridData = (GridView)grid_data_add;
        DropDownList dropData = ((DropDownList)sender);

        GridViewEvent.fnDropPageSizeDataBinding(ref gridData, ref dropData);
    }