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.
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.0ASP.NET AJAX Futures January CTPASP.NET AJAX Control Toolkit.In the toolbox on left-side i get the following tab controlAJAX Extensions.In that i got the ScriptManager Control on the form by selecting theFile --> New --> Website -->ASP.Net Ajax-Enabled websiteFile --> New --> Website -->ASP.Net Ajax CTP-Enabled websitewhich 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 ::ConfirmButtonExtenderAutocompleteExtenderI cannot find this in the toolbox....Pls help me out.Can anyone help me how to solve thisWaiting 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....ajaxToolkitCan anyone tell me what changes are to be done file...plsI can see scriptmanger , updatepanel etc in toolbox |
|
|
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 AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
|
|
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. |
|
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
|
|
|
|