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

        GridViewEvent.fnDropPageIndexDataBinding(ref gridData, ref dropData);
    }
Exemple #2
0
    protected void drop_page_index_DataBinding1(object sender, EventArgs e)
    {
        GridView     gridData = (GridView)grid_data_add;
        DropDownList dropData = ((DropDownList)sender);

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