PowerWEB LiveControls for ASP.NET

by Dart Communications - 상품타입: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / .NET Class / 100% Managed Code / JavaScript / AJAX

주의 : 별도의 안내가 없는 경우에는 영어제품 입니다.
PowerWEB LiveControls for ASP.NET - ASP.NET - V1.6.2 의 스크린샷Create real-time client-server communications without postbacks in any Web application. PowerWEB LiveControls for ASP.NET is a suite of 20 AJAX enabled (Asynchronous JavaScript and XML) controls that allow you to build Web applications that don't require a postback. Just like the Microsoft intrinsic controls, LiveControls trigger events in code-behind, but do not require the client browser to be refreshed when data is sent back to the browser. Commonly known as Ajax, or client callback, this technique helps you create richer and cleaner Web applications by eliminating the flicker and delays associated with a postback, providing a smoother Windows-like behavior for the application. No need for Flash, Java Applets, or complex JavaScript, and extensive browser compatibility is automatically provided.

평균  PowerWEB LiveControls for ASP.NET - ASP.NET - V1.6.2 의 평균 리뷰 스코어  3 리뷰(s).

737,000₩
통화 선택

일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

PowerWEB LiveControls for ASP.NET V1.6.2

주문 ₩ 737,000 1 Developer License
메이커 제품 번호: P-4110-LIC
다운로드 (5.7 MB)

PowerWEB LiveControls for ASP.NET V1.6.2 - Basic Subscription

주문 ₩ 1,065,000 1 Developer License - includes One Year Standard Support/Updates
메이커 제품 번호: P-4110-SUB
다운로드 (5.7 MB)
주문 ₩ 691,700 Basic Subscription Renewal - includes One Year Standard Support/Updates
메이커 제품 번호: P-4110-SUB-RENEW
확인 다운로드 (29 KB)

PowerWEB LiveControls for ASP.NET V1.6.2 - Enterprise Subscription

주문 ₩ 7,005,700 1 Developer License - includes Source Code (delivered separately) and One Year Mission Critical Support/Updates
메이커 제품 번호: P-4110-ENT-SUB
다운로드 (5.7 MB)
주문 ₩ 4,554,100 Enterprise Subscription Renewal - includes Source Code (delivered separately) and One Year Mission Critical Support/Updates
메이커 제품 번호: P-4110-ENT-SUB-RENEW
확인 다운로드 (29 KB)

본 제품은 GSA Schedule 가격으로 제공해 드릴수 있습니다.가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다.  모든 주문에 대해서 당사표준 계약조건 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)

일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

What’s new in V1.6x?

  • Internal LiveControls internal processes have been optimized for this release, dramatically improving performance and reducing memory consumption under extreme load
  • Added the Configuration.AppSettings key "Dart.PowerWEB.LiveControls.DisableExceptionHandling" to globally prevent LiveControls from using custom exception handlers
  • Refresh() method added to LiveControls which provides a method to force re-rendering of an element's HTML contents when targeted updates are not possible

What's new in V1.x?

  • ViewStateCache mechanism has been added to greatly reduce bandwidth and to improve rendering performance, most notably in applications with complex or numerous controls
  • Callback ordering is now improved, even when issued in high volume, and rapid succession
  • Response.Redirect and Server.Transfer are recognized and handled within a LiveControls callback
  • Various fixes and improvements

Features:

  • The ability to manipulate non-LiveControls in Code-Behind and have them updated on the client without a refresh (this is not guaranteed to work with all 3rd party controls)
  • Addition of Windows-like mouse, key, and click events to visual LiveControls
  • No need for Java applets, Flash, or complex JavaScript
  • Will automatically fallback to standard ASP.NET postbacks when unsupported browser detected
  • Compatible with IE 5.0 +, IE 5 Mac, Mozilla 1.3+, Mozilla 1.3+ Mac, Galeon, Konqueror and Opera 5
  • The ability of controls to operate in blocking or non-blocking manner on the client
  • A LiveTimer that is capable of polling the server at a specified interval
  • Limits the amount of data sent round-trip to maximize performance
  • A LiveCallback control that easily enables "Remote Scripting" implementations
  • Compatible with all versions of the .NET Framework

LiveControls for ASP.NET includes the following server controls:

  • LiveButton - Use the LiveButton control to create a push button on the Web page. You can create either a submit button or a command button
  • LiveCallback - Use the LiveCallback to create custom callbacks into code-behind
  • LiveCheckBox - Use the LiveCheckBox control to allow the user to select a true or false state
  • LiveCheckBoxList - The LiveCheckBoxList control provides a multi selection check box group that can be dynamically generated with data binding. It contains an Items collection with members corresponding to individual items in the list
  • LiveDataGrid - Use the LiveDataGrid control to display the fields of a data source as columns in a table dynamically. Each row in the LiveDataGrid control represents a record in the data source. The LiveDataGrid control supports selection, editing, deleting, paging, and sorting
  • LiveDropDownList - Use the LiveDropDownList control to create a single selection drop-down list control
  • LiveHyperlink - Use the LiveHyperLink control to create a link to another Web page
  • LiveImage - Use the LiveImage control to display an image on the Web page
  • LiveImageButton - Use the LiveImageButton control to display an image that responds to mouse clicks
  • LiveLabel - Use the LiveLabel control to display text in a set location on the page
  • LiveLinkButton - Use the LiveLinkButton control to create a hyperlink style button on the Web page
  • LiveListBox - Use the LiveListBox control to create a list control that allows single or multiple item selection
  • LiveMessageBox - Use LiveMessageBox to inform the user, ask the user for confirmation, or prompt the user for information
  • LivePanel - Use the LivePanel control as a container for other controls
  • LivePlaceHolder - Use the LivePlaceHolder control as a container to store dynamically added server controls to the Web page. The LivePlaceHolder control does not produce any visible output and is only used as a container for other controls on the Web page
  • LiveRadioButton - The LiveRadioButton server control permits you to intersperse the radio buttons in a group with other content in the page
  • LiveRadioButtonList - The LiveRadioButtonList control provides page developers with a single-selection radio button group that can be dynamically generated through data binding
  • LiveSound - Use LiveSound to play a sound file client-side during a callback
  • LiveTextBox - Use LiveTextBox to display a text box control for user input
  • LiveTimer - Use LiveTimer to raise an event at user-defined intervals, enabling server polling

LiveControls for ASP.NET includes the following sample applications demonstrating use of the above controls:

  • LiveAuction - Demonstrates using LiveControls to update an imaginary auction for a guitar in real-time
  • LiveProgress - Demonstrates using LiveControls to the update a progress bar based on information from the server
  • LiveComparison - Compares the difference between using LiveControls and standard Microsoft controls
  • LiveShoppingCart - Demonstrates a shopping cart that can be updated with real-time server price information as options are chosen without a postback
  • LiveSlideShow - Demonstrates a slideshow that is driven by server-side image URLs
  • LiveTutorial - Demonstrates how the PowerWEB LiveControls for ASP.NET can be used and explains the technology
  • LiveStockQuote - Demonstrates a stock quote application that updates stock prices and news without a refresh

상품검색

검색어를 입력해주세요:

개발 코스트 계산


ROI 계산을 참고해주세요.

코드행 수: 56,500
인월 : 57
인건비: $282,500

필요한 기능:

1000행 당 인월:

1개월당 인건비:

화면 바로가기 갤러리

Award