How to access the namespace in the Business Access layer

How to access this namespace using System.Web.UI.WebControls; in the level of access to business. How to add a link to this space? Plz help me ..

+3
source share
3 answers

I think it is not good to add System.Web.UI.WebControls, but if you want, you can use:

See :

In Solution Explorer, double-click My project node for the project.

In the project designer, click the Links tab .

Click the Add button to open the Add Link dialog box .

" " , , .

, , OK.

+1

System.Web:

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
+1

- -, , -, , -, .

If you want to depend on the logic of the user interface, there is no need to create a separate project. You can create a folder in the user interface project for BLL and add your code there.

+1
source

All Articles