Exemplo n.º 1
0
        public void GetTransportBrandInfo()
        {
            transportdata = new TransportData();
            DataSet DS = new DataSet();

            DS = transportdata.GetTransportBrandInfo();

            if (!Comman.Comman.IsDataSetEmpty(DS))
            {
                rpBrandInfo.DataSource = DS;
                rpBrandInfo.DataBind();
            }
        }