Click here to Skip to main content
15,915,735 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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>>>
Posted
Comments
Sergey Alexandrovich Kryukov 6-Mar-14 15:28pm    
Ajax tool kit is already implemented. Do you want to create a different one? :-)
—SA

Hey Buddy,

It might be possible that you are missing something while applying the Ajax.

Please check all the things in this way:

1- If you want to apply Ajax 4.5 then you can download it from here:

http://www.c-sharpcorner.com/downloads/746/ajaxcontroltoolkit-binary-4-5.aspx[^]

2- Now right click on "Reference" which would be present just below your Application Name and choose to "Add Reference".

3- Now Browse to the location where your Ajax dll is downloaded and add it.

4- Now go to your Toolbox and right click on Ajax Tools to choose Items.

5- Now it will take time to show all the Tools, Browse to the Ajax Toolkit dll and add it, add all the Tools of Ajax.

6- Now pass the reference of Ajax Toolkit just below the code where you page has been called, like this:

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


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

Accept the answer if it helps you
 
Share this answer
 
Comments
Nimishkumar 6-Mar-14 23:58pm    
Thanks For Your Details step By step...Process.
but actually on aspx page its shows all these things perfectly....
Then also am geeting problem in vs 2012...while on vs 2010 its wroking fine....

please suugest may be i am missing out something.
Try putting this on your markup.

C#
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>
 
Share this answer
 
v2
Comments
Nimishkumar 6-Mar-14 23:59pm    
This markup generated automaticaally when i add extender to particular textbox or any control of asp net.

then also am unable to view the effect of ajaxtoolkit .
JB0301 7-Mar-14 0:34am    
This actually happened to me already before, try creating a new project, include the ajax toolkit and then load your solution to the new project.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900