Showing posts with label company. Show all posts
Showing posts with label company. Show all posts

Wednesday, March 21, 2012

Need Help on AJAX

Hi Friends,

I am new for ASP.NET technology though i am not new in IT Field. I used to work out on Desktop Based Application.My company deals in ERP & SAP and now switching to Web development also.

Tell me how should i get the step by step help to learn the AJAX. I know little bit of ASP.net. I tried one example of Animation through Ajax Control Toolkit.

But I am facing the problem in animation of this control. as the intellisence is not comming in code pane. and there is no help how to use these controls. Only there is an example. but don't have any explanation on properties and attributes of these controls.

Is there any help to come out of it....Geeked

Manish

check this linkhttp://asp.net/ajax/documentation/live/InstallingASPNETAJAX.aspx

Basicaly you need to install ASPAJAXExtSetup.msi. Once installed, you open Visual Studio, click File new website, and then u'll have the option to select between the templates "ajax enabled website". Then you copy paste samples from the control toolkit sample , and it works right away. very simple.


This is ok for me. I know this. and I am trying to use animation control of AJAX. Let us take an example.

<cc1:AnimationExtenderID="OpenAnimation"runat="server"TargetControlID="cmdSubmit">

<Animations>

<OnClick>

<SequenceAnimationTarget="cmdSubmit">

<StyleActionAttribute="overflow"Value="hidden"/>

<ParallelDuration=".3"Fps="15">

<ScaleScaleFactor="0.05"Center="true"ScaleFont="true"FontUnit="px"/>

<FadeOut/>

</Parallel>

<StyleActionAttribute="display"Value="none"/>

<StyleActionAttribute="width"Value="250px"/>

<StyleActionAttribute="height"Value=""/>

<StyleActionAttribute="fontSize"Value="12px"/>

<OpacityActionAnimationTarget="cmdSubmit"Opacity="0"/>

<EnableActionAnimationTarget="cmdSubmit"Enabled="true"/>

</Sequence>

</OnClick>

</Animations>

</cc1:AnimationExtender>

See the Bold Text. I have taken this from example given inhttp://asp.net site. But my question is how should i know the the behavior of these keywords like fade opacityaction, StyleAction, Seqence, e.t.c. Because I don't like to do copy-paste operation. I would like to learn these keywords. As these keywords belongs to Animation Control only. It may varry from control to control. Then how should I guess other keywords which is used in other AJAX Controls.

Hope This will help u to understand me...

Need License for AJAX, Controll Toolkit or for the included FreeTextbox?

Hy,

For a Project of my company, I also checked AJAX. But when I "install" my own Test-Development of a ASP.NET AJAX Control Toolkit Project on an Web-Server, I get the Message that the FreeTextbox is missing. Therefore I need to copy the FreeTextbox.dll to the bin-Folder.

I searched in the Internet for the FreeTextbox.dll. On one Page, there are different Licenses available.

I want to distribute the developed ASP.NET-Ajax-Solution not for free!

So do I need a License for AJAX or for the in AJAX included FreeTextbox?

Thanks

Hi

The AJAX TOOLKIT this on the license form"Microsoft Permissive License."
SeeHTTP://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx.

The FreeTextBoxis not part of product ASP.NET AJAX or of the AJAXTOOKIT, being thus to verify the forms of licenses in the site of the product (http://freetextbox.com/) and its implication in working with other products and different licenses.

[ ]

Fernando Cerqueira