ajax calendar control in visual studio 2005
-
Hi, I came across this link and would like to use it. http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx but I am using visual studio .net 2005 (.net 2.0) how could i do something similar. any web links would be really helpful thanks in forward. cheers
-
Hi, I came across this link and would like to use it. http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx but I am using visual studio .net 2005 (.net 2.0) how could i do something similar. any web links would be really helpful thanks in forward. cheers
You have to install ASP.NET Ajax and Toolkit in your machine. then, create the ASP.NET Ajax website so you will be able to use this calendar control. I suggest you to take a look at QuickStart tutorial of ASP.NET Ajax..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Hi, I came across this link and would like to use it. http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx but I am using visual studio .net 2005 (.net 2.0) how could i do something similar. any web links would be really helpful thanks in forward. cheers
you need to install ajax extensions for visual studio 2005
Usman Munier Xavor Corporation Pakistan
-
you need to install ajax extensions for visual studio 2005
Usman Munier Xavor Corporation Pakistan
-
Hi! I installed ajax extension but i cant create web applications. is there any tutorials on creating web application using ajax template?
uglyeyes wrote:
is there any tutorials on creating web application using ajax template?
As I told you in my previous thread, you can find the tutorial in QuickStart of ASP.NET Ajax.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
uglyeyes wrote:
is there any tutorials on creating web application using ajax template?
As I told you in my previous thread, you can find the tutorial in QuickStart of ASP.NET Ajax.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Hi I was following this link http://asp.net/AJAX/AjaxControlToolkit/Samples/Walkthrough/Setup.aspx and did exactly what they mentioned but when adding a AjaxControlToolkit.dll i get an error msg that says. There was an error loading types from assembly ....Bin\AjaxControlToolkit.dll Counld not load file or assembly 'System.web.extensions, version=1.0.61025.0... not sure what i am doing wrong. please help
-
Hi I was following this link http://asp.net/AJAX/AjaxControlToolkit/Samples/Walkthrough/Setup.aspx and did exactly what they mentioned but when adding a AjaxControlToolkit.dll i get an error msg that says. There was an error loading types from assembly ....Bin\AjaxControlToolkit.dll Counld not load file or assembly 'System.web.extensions, version=1.0.61025.0... not sure what i am doing wrong. please help
The project type that you are using should be ASP.NET Ajax project type.. Try to create new ASP.NET ajax and try to use AjaxControlToolkit.dll.. and see whether you are able to use that dll or not.. let us know the result..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)