Beispiel #1
0
        //----------------state list--------------------------

        public static List <StateInfo> BindStateList(string countryCode)
        {
            try
            {
                List <StateInfo> lstState = AspxCommonProvider.BindStateList(countryCode);
                return(lstState);
            }
            catch (Exception e)
            {
                throw e;
            }
        }