I am working on a project(ASP.NET website) where i need to call method in webpage from a class.
///Default Page Method is
public partial class _Default :
You have to work other way around. You write the method in BL that returns the objPersonList call it from your page to bind.