Showing posts with label installed. Show all posts
Showing posts with label installed. Show all posts

Monday, March 26, 2012

Ajax Toolkit Tab Panel

Hi there.

I have downloaded and installed the Ajax toolkit on my machine. The Tab Container is there but the tab panel that should be also utilized to create tabs in web pages is not there.

Kindly advice. Thanks.

Am using VS2005 and framework 2.0

I had seen this in a few other posts. Two builds currently do not have it there, you have to add it. Refer to this other post:

http://forums.asp.net/p/1184875/2018704.aspx#2018704


Have already figured out the tabpanel.

When I inserted a Tab Container control from the ajax extensions toolkit, the add tab panel is visible on the properties pane of VS2005.

Thanks for the reply.

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 Toolkit installation

Forgive my ignorance, however today we are working on migrating an ASP .Net site to the web server that is running IIS6. We have installed AJAX onto the server and it seems to be working fine, however now I am getting errors with the AJAX toolkit. Our sys admin says that Visual Studio needs to be installed on the server to install the toolkit. Now I know this is not true, correct?

This is the error that we are getting. I double checked that the .dll file has been copied over to the web's directory bin file.

Parser Error Message:Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 4: Namespace="System.Web.UI" TagPrefix="asp" %>Line 5:Line 6: <%@dotnet.itags.org. Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="AJAXTools" %>

Thanks for the information

Yes, you are correct, visual studio does not need to be installed on the web server.

Did you add a reference to the .dll file? Just putting it in the bin folder is not enough, you have to reference it once it is there.


I do have these directives on the default.aspx page:

<%

@.PageLanguage="VB"AutoEventWireup="true"CodeFile="Default.aspx.vb"Inherits="_Default" %>

<%

@.RegisterAssembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"Namespace="System.Web.UI"TagPrefix="asp" %>

<%

@.RegisterAssembly="AjaxControlToolkit"Namespace="AjaxControlToolkit"TagPrefix="AJAXTools" %>

Now, does the toolkit have to be installed on the web server? It already is installed on the development computer and is working fine. The actually error message is stopping at the AjaxControlToolkit Register Assembly statement.


Do you have the toolkit DLL as a reference in your web project?
Thanks for that information. I just added a reference and I will check it out tomorrow morning.

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 Toolbox Additions

Just for the record, how many additional items should be added to Visual Studios toolbox? I installed both of the AJAX 1.0 Essential Components...the extensions and the toolkit. I only have 5 new items in my toolbox: Timer, ScriptManager, ScriptManagerProxy, UpdateProgress, UpdatePanel. Am I to assume that if I want to use any of the other new AJAX controls I have to grab the snippet from one of the examples? Or am I missing something??I actually figured it out from watching the install movie. That's pretty helpful. Although, I'm a little disappointed that MS didn't create icons for the new controls. That wouldn't have taken a graphic designer very long really. This is supposed to be a full release, kind of looks unfinished like that.
that's funny -- I didn't even notice the lack of icons...(or that most toolbox items have icons). I guess I'm more of a left brain type guy.
I'm both. I have an art degree but have done web development for nearly a decade. I just find it curious that something so small was left unfinished. I guess it really doesnt matter as long as the controls work.

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 Timer Control

hi all,

I'm new to this ASP .NET AJAX. I've just installed it and trying out few things. Can anyone tell where will I find examples of Timer control of the AJAX extensions.I want to know how to use and can it fit for a requirement that I have.

Thanks.

have a look here

http://ajax.asp.net/docs/tutorials/TimerControlTutorials.aspx

welcome to AJAX world


THANKS... This is what is was looking for...... Its everything about the AJAX 1.0

Thanks...


yes all about AJAX 1.0

AJAX TaskList example and ASPNETDB.MDF

I have downloaded and installed ASP.NET Ajax Sample applications from

http://ajax.asp.net/default.aspx?tabid=47&subtabid=471

I am trying to run the AJAX TaskList example under C:\Program\Microsoft ASP.NET\ASP.NET AJAX Sample Applications\v1.0.61025\TaskList

First I moved the content of the TaskList folder to a virtual IIS directory, making it possible to debug the website on my local IIS server.

When I run the example I get prompted to Login or register as a new user. When I submit the registration form I receive the following error message:

Failed to update database "C:\INETPUB\WWWROOT\TASKLIST\APP_DATA\ASPNETDB.MDF" because the database is read-only.

I would appreciate some assistance. Is it possible for me to change the permissions forASPNETDB.MDF in order to run the TaskList example?

Thanks

Additional information:

I have installed SQL Server Management Studio Express as I figured this tool might help me to change the permissions. It did not help. I also tried to delete ASPNETDB.mdf, and recreate it by going Website -> Asp.net configuration by adding a new user. I still receive the same error message.

When I point the connection string to a remote SQL database of mine it is possible to register users in ASPNETDB.mdf. But I havn't figured out how to add users using a local version of ASPNETDB.mdf.

I am running Visual Studio on Windows XP. In windows XP you can't just modify permissions for folders as far as I know. I have recently installed SQL Server Management Studio Express as I said before.

I read somewhere that the read/write property for ASPNETDB.mdf may be enabled by checking a box somewhere.

But in SQL Server Management Studio Express tried the following:

*Right click on databases and click attach

*Click Add and select the database ASPNETDB.mdf

*Click OK

*Right Click on the path for ASPNETDB.mdf and click properties

When I click 'Options' under select a page Database Read-Only is already set to false.

If there is no way to use a local version of ASPNETDB.mdf (located to the App_Data folder) I simply have to put up with my remote MS SQL 2005 database. But the subscription fee for this database is outrageous, and therefore I hope that someone might help me and everyone else by providing the appropriate steps to use ASPNETDB.mdf located to the App_Data folder.

Thanks
Svenbro

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