Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 how to use AJAX...and where are AJAX extenders loc

Author  Topic 

sheena
Starting Member

45 Posts

Posted - 2007-04-10 : 08:20:25
I want to use AJAX features in my ASP.NET with C# website application 2005.

For that i have already installed the following onto my pc.
ASP.NET 2.0 AJAX Extensions 1.0
ASP.NET AJAX Futures January CTP
ASP.NET AJAX Control Toolkit.

In the toolbox on left-side i get the following tab control
AJAX Extensions.

In that i got the ScriptManager Control on the form by selecting the
File --> New --> Website -->ASP.Net Ajax-Enabled website
File --> New --> Website -->ASP.Net Ajax CTP-Enabled website
which are in the visual studio installed templates .......

First of all,i want to know is this installation complete to use the features of AJAX in asp.net 2005 ??

Thenafter i want to also know that how can i get the extenders like ::
ConfirmButtonExtender
AutocompleteExtender

I cannot find this in the toolbox....Pls help me out.
Can anyone help me how to solve this

Waiting for some response...

sheena
Starting Member

45 Posts

Posted - 2007-04-10 : 08:57:02
inline code does not comes in aspx page.
<ajaxToolkit:AutoCompleteExtender> </ajaxToolkit:AutoCompleteExtender>

Error : Unrecognized namespace....ajaxToolkit

Can anyone tell me what changes are to be done file...pls

I can see scriptmanger , updatepanel etc in toolbox

Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-04-10 : 09:04:07
Have you added reference to Ajax control toolkit from Project, Add Reference menu?

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

sheena
Starting Member

45 Posts

Posted - 2007-04-10 : 09:26:58
sorry...can u pls tell me what and how to add the reference menu...
I want to use this feature in my new web-site.
Go to Top of Page

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2007-04-10 : 10:45:00
Well, here you find some cool video to kick with the AJAX control kit..

http://www.asp.net/learn/videos/default.aspx?tabid=63#ajax

Chirag

http://chirikworld.blogspot.com/
Go to Top of Page
   

- Advertisement -