Mọi người ơi. Mình làm trang thêm sản phẩm ý. Ở design nó hiện ra có FCK rùi. Nhưng không hiểu sao khi chạy lên web thì FCK đó không hiện ra.Trong khi nó không báo lỗi j cả.Mong thầy và mọi người chỉ giúp mình với ???

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
thầy xem giúp em với ạ...