【问题标题】:Modifying AjaxToolkit Source Code修改 AjaxToolkit 源代码
【发布时间】:2014-03-10 09:27:02
【问题描述】:

我已决定对 ajaxFileUpload 的源代码进行一些更改,但更改后我不知道如何使用它。

如何构建它并将新修改的文​​件添加到 ajax 库。

我已经用谷歌搜索过这个问题,但没有得到任何解决方案。

我需要这方面的帮助。

【问题讨论】:

标签: asp.net ajax ajaxcontroltoolkit


【解决方案1】:

You can make the change in the .js file but make sure to recomplie and add the newly compiled .dll to your project. I think if you found a problem with browsers and know the problem, I'd suggest submitting the fix on Code Plex so it can be included for everyone vs. creating your own version. This way when a new version comes out you don't have to refix the problem before adding the new features.

【讨论】:

  • 我已经从 CodePlex 下载了源代码并修改了。我现在该怎么办?
  • 无论您想更改什么,都必须更改其 .js(例如:ModalPopupBehavior.js)文件并重新编译并发布到 codeplex。
  • 我需要在.cs文件中改一下
  • 这篇文章codeproject.com/Articles/37543/…可能对你有帮助..请检查
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-01-25
  • 2013-07-20
  • 2011-01-21
  • 2021-07-20
  • 2014-08-22
  • 1970-01-01
相关资源
最近更新 更多