Example #1
0
        protected void GetProductList() /*Bind GridView*/
        {
            CustomProfile        profile       = CustomProfile.GetProfile();
            iProductMasterClient productClient = new iProductMasterClient();

            grvProduct.DataSource = productClient.GetAssetList(profile.DBConnection._constr);
            grvProduct.DataBind();
            productClient.Close();
        }