本文介绍了我如何在vs 2012中实现ajax工具包,即(4.5 asp.net)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因为我已成功制作工具包选项卡并从Bin文件夹中选择适当的文件。



添加密码强度文本框后添加所有属性。然后运行它确实我的网站上没有显示任何内容。



同样的事情能够在Vs 2010中表现得很好。



任何人都可以告诉我..在vs2012中有什么特殊设置可供申请。



请尽快回复我>>>

As i have Successfully Made Toolkit Tab and Choose appropriate File from Bin Folder.

After adding Password Strength On text box With all properties .then while running It does not show me anything on my website.

Same thing am able to perform nicely in Vs 2010 .

Can any one Tell me..Is there anything Special settings to apply in vs2012.

please reply me as soon as possible>>>

推荐答案

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication26.WebForm1" %>
 
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<!DOCTYPE html>





7-现在你可以使用Ajax工具,他们不会提供任何错误,并且会完美的工作。



如果有帮助你接受答案



7- Now you can use Ajax tools, they will not provide any error and will work perfectly.

Accept the answer if it helps you


<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>


这篇关于我如何在vs 2012中实现ajax工具包,即(4.5 asp.net)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-11 14:53