简体   繁体   中英

In ASP.NET 3.5, what is the namespace for the ReorderList control?

I am trying to extend the Reorderlist contorl in ASP.Net 3.5, however I cannot find which namespace I need to import in order to inherit form the original control (System.Web.UI.WebControls does not appear to be it).

In ASP 2, I know it came as part of the AjaxToolKit, but I am specifically looking for the version rolled into 3.5.

Any ideas?

Although the asp.net AJAX framework was rolled into 3.5, the control toolkit was not. You'll still need to download / add a reference to the ASP.NET Ajax Control Toolkit if you want to use the Reorderlist control.

http://www.asp.net/ajax/AjaxControlToolkit/Samples/

它不应该在AjaxControlKit命名空间中(至少在asp2中)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM