English 中文(简体)
Where to get the "latest" ASP .NET Preview DLL and Script
原标题:

I have been trying to download the ASP .NET AJAX Futures but I can only see old versions of the DLL via sample tutorials from other websites. I need the DLL to use the Drag and Drop feature according to these tutorials. I know the tutorial is already old but I was wondering if they are still supported? (Microsoft.Web.Preview.dll, PreviewDragDrop.js)

http://msdn.microsoft.com/en-us/magazine/cc135985.aspx#S1

http://www.aspfree.com/c/a/ASP.NET/Drag-and-Drop-Programming-in-Microsoft-ASP-NET-AJAX/

http://aspalliance.com/1300_Custom_Client_Side_Drag_and_Drop_Behavior_in_ASPNET_AJAX.9

I was wondering why the preview and CTP is not available in the official website of ASP.NET AJAX?

http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=AjaxControlToolkit&DownloadId=93514&FileTime=129030372855470000&Build=15987

I did find a question that says to download the 2007 CTP. But it is 2 years old. Is this the latest?

http://forums.asp.net/t/1380745.aspx
最佳回答

A good source for information on ASP.NET and all things AJAX related is Scott Guthrie s blog. See here, for example, for details of the latest version.

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签