Showing posts with label tool. Show all posts
Showing posts with label tool. Show all posts

Monday, March 26, 2012

ajax toolkit problem in visual web 2008

Hi,

Hope some one can help with this. I have installed vwd 2008 and am trying to get AJAX tool kit working.

I also ran the cmd script by the way.

Now when I drag a AJAX Toolkit control from the toolbox to the designer I get this...

<soap-env:envelope soap-env:encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap-env:body> <a1:webcontroltoolboxitem id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/System.Web.UI.Design/System.Design%2C%20Version%3D2.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db03f5f7f11d50a3a"> <locked>true</locked> <filter href="#ref-5">

What is going on here? And how do i 'fix' it?

Thanks Kal

Same issue here. Haven't seen a fix yet. Anyone?


I guess with the pucker release of 2008 this has been fixed - but im closing this -

Ajax toolbox missing in Visual webdeveloper 2005 express

I've just installed the Ajax tool kit but the toolbox is missing from the toolsbox panel. I have the Ajax website in the templates but no toolbox and suspect there is no intellisence either. Does anyone know haw to sort this out Ajax toolbox missing in Visual webdeveloper 2005 express

regards

jim

Hi Jim,

The AJAX Control Toolkit won't show up automatically in the toolbox - you have to add it yourself. Check out theSetup Your Environment walkthrough for details on how to add them. Intellisense also works fine.

Thanks,
Ted

Ajax Tool Kit

We have built a website using ASP.net 2.0 and Ajax 1.0 version. We are using AjaxTool kit for Calendar,CollapsiblePanelExtender(4) and few other Ajax controls.We have conducted performance Testing and found the page is taking more time. Based on the logfiles, I have observed that "CollapsiblePanelExtender" taking longer time.Component Time in MillisecondsASP.Net 9467.40Ajax Control 4170.57 To Process All Layers 300 Is the AjaxToolKit makes the application Slow ? Is there any work around to resolve the issue ?

Dear Sunny,

There could be a lot of content generated which is increasing your page size. Checkthis post specific to CollapsiblePanelExtender.

Also check the amount of viewstate generated. To compress viewstate, checkthis article.

HTH,

Suprotim Agarwal

AJAX Tool Kit

Hi all,

I am very new in ajax.I have installed ajax extension 1.0 and toolkit also.and i have added ajaxtoolkit.dll in my ajax enabledwebsite.I want to use toolkit one by one with some code because of learning.Can you tell me how can start learning one by one.which site give me full support to explore the ajax very well.

Thanks

swapnil

The official documentation is here:

http://www.asp.net/ajax/documentation/live/

and you can see the toolkit here:

http://www.asp.net/ajax/ajaxcontroltoolkit/samples/


I already seen those links.But i am searching some javascript which may help me to improve my knowledge for AJAX.For Grid,Drop DDown List and so on.


Hi Swapnil,

To learn the Ajax Control toolkit, you can get thevideo tutorial here.

Also here is thewebsite for Ajax Control Toolkit. If you want to know more details, we suggest that you can dip into its source code since it is an open source project.

swapnil.malviya:

For Grid,Drop DDown List and so on.

I think you should have a glance at thiswebsite.

I hope this help.

Best regards,

Jonathan

Saturday, March 24, 2012

ajax tabs like yahoo

hi guys..how do i create ajax tabs like which are used in yahoo main page.. please help me as im a begginer still ?

i have installed ajax control tool kit and all:)

there is no built in control for you ready to use..you need to write your own

try look it

http://www.codeproject.com/aspnet/TabControl.asp

if you want to avoid page refresh then you can try use updatepanel

cheers