//load billdetails public static SqlDataReader getbilldetails(string phone, string orderid) { return(AnkapurRepository.getbilldetails(phone, orderid)); }