zoukankan      html  css  js  c++  java
  • 配置一个能够编辑asp.net ajax extender的环境

    Configure Visual Studio 2005 and Visual Web Developer
    1. Create a new web site from the ASP.NET AJAX web site template by opening the "File" menu, clicking "New", "Web Site...", and picking "ASP.NET AJAX Web Site" under "My Templates"
    2. Right-click on the Toolbox and select "Add Tab", and add a tab called "AJAX Control Toolkit"
    3. Inside that tab, right-click on the Toolbox and select "Choose Items..."
    4. When the "Choose Toolbox Items" dialog appears, click the "Browse..." button. Navigate to the folder where you installed the ASP.NET AJAX Control Toolkit package. You will find a folder called "SampleWebSite", and under that another folder called "bin". Inside that folder, select "AjaxControlToolkit.dll" and click OK. Click OK again to close the Choose Items Dialog.
    5. You can now use the included sample controls in your web sites!
    Install the "AJAX Control Extender"
    1. Note that the "AJAX Control Extender" is for building extenders and controls, not web sites, and therefore does not work with Visual Web Developer - it is for use with Visual C#, Visual Basic, or Visual Studio
    2. In the folder where you installed the AJAX Control Toolkit package, you will find a folder called "AjaxControlExtender" with a file called "AjaxControlExtender.vsi" inside it - double-click AjaxControlExtender.vsi to install it
    3. Choose which templates you would like to install (it is recommended to install all templates), then click "Next", then "Yes" to allow the unsigned content (note: as a public project, this content can't be signed by Microsoft), then "Finish"
    4. You have now installed the templates are ready to create your own Toolkit-based web site or ASP.NET AJAX Extenders!
  • 相关阅读:
    视频播放
    调用原生硬件 Api 实现照相机 拍照和相册选择 以及拍照上传
    获取设备信息 以及 获取地 理位置
    flutter_html 和 WebView 解析html 和 build.gradle源码
    flutter Dio()网络请求
    AlertDialog 、SimpleDialog、 showModalBottomSheet、showToast 自定义 Dialog
    前端小白页面开发注意事项及小工具(htmlcssjs)
    box-shadow 画叮当猫
    什么是冒泡排序?
    console.log
  • 原文地址:https://www.cnblogs.com/strinkbug/p/596356.html
Copyright © 2011-2022 走看看