【发布时间】:2013-12-05 06:31:32
【问题描述】:
Error 3 The type or namespace name 'AjaxControlToolkit' could not be found
in the global namespace (are you missing an assembly reference?)
D:\My App\table\PopUpdata.aspx.designer.cs 58 27 table.
我已经声明了这个 javascript,但是有什么问题。
<%@ Page Title="Show Data From Menu" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="PopUpdata.aspx.cs" Inherits="table.PopUpdata" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
【问题讨论】:
-
项目右键添加引用找到ajax.dll
-
在解决方案资源管理器的参考标签中检查名称
AjaxControlToolKit -
在您的项目引用中添加 AjaxControlToolkit.dll
标签: c# javascript asp.net database textbox