Leila Villanueva

Leila Villanueva

  • 1.6k
  • 47
  • 585

3 Tier Architecture ASP.NET C# Call a method from BLL to code behind

Oct 8 2021 8:01 AM

Hello I would like to ask, how can I call my method for saving that is in my BLL file (Employee.cs) to my code behind EmployeeRegister.aspx.cs?

I need to save what's written in the textboxes to my database, but I need to call first my method from my BLL. I am using  3-Tier Architecure, ASP.NET C# Webforms


Answers (5)