5
Answers

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

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)