App_code folder
ページを使用して内部でクラスを呼び出したいのですが、Usercontrol
どうすればよいですか?
namespace Project.Folder
{
public partial class DefaultMenu2 : System.Web.UI.UserControl
{
public void Page_Load(object sender, EventArgs e)
{
Util.Function();/*this is what i wan to call but cannot call it in my project */
}
}
}