문제

우리가 알고 있듯이 우리는 자바스크립트가 같은 프레임워크 Dojo 은 좀 더 다른 사람입니다.

는 사용하는 것이 가장 좋으로 ASP.NET?

도움이 되었습니까?

해결책

For business and other Web applications ExtJS with Ext.Net wrapper is a great UI JavaScript framework.

다른 팁

jQuery 것 최고의 목록 JavaScript 라이브러리에 의해 사용되어 많은 사용자가의 오버플로우가 발생합니다.

YUI 또 다른 옵션과 함께 사용 ASP.NET.

추가 정보:

비교 차트의 모든 사용할 수 있는 자바스크립트 라이브러리:

http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised

Best can be a subjective answer and depend on your needs. There are many frameworks currently available and the most popular ones (as I see it) are;

  • jQuery
  • ASP.NET Ajax
  • Prototype
  • MooTools

원하는 속성은 auditlogtrimmingretention

코드 스 니펫을 30days로 유지할 수 있습니다 :

$webapp = Get-SPWebApplication $URL
$auditmask = [Microsoft.SharePoint.SPAuditMaskType]::Delete -bxor   [Microsoft.SharePoint.SPAuditMaskType]::Update -bxor [Microsoft.SharePoint.SPAuditMaskType]::SecurityChange

$webapp.sites | % {
   $_.TrimAuditLog = $true
   $_.Audit.AuditFlags = $auditmask
   $_.Audit.Update()
   $_.AuditLogTrimmingRetention = 30
}
.

Ext.Net provides html tags so that you can cleanly seperate the UI from business logic by providing additional events class like DirectEventArgs.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top