ASP.NET AJAX Control Toolkit Demos v20.1.0.0

ResizableControl Sample
Ajax Control Toolkit
ResizableControl Demonstration

Resizable image with buttons for automatic resizing

ASP.NET AJAX
Submit
Shrink (via Server)
Grow (via Client)

Last image resize: Unknown

ASP.NET AJAX is a free framework for building a new generation of richer, more interactive, highly personalized cross-browser web applications. This new web development technology from Microsoft integrates cross-browser client script libraries with the ASP.NET 2.0 server-based development framework. In addition, ASP.NET AJAX offers you the same type of development platform for client-based web pages that ASP.NET offers for server-based pages. And because ASP.NET AJAX is an extension of ASP.NET, it is fully integrated with server-based services. ASP.NET AJAX makes it possible to easily take advantage of AJAX techniques on the web and enables you to create ASP.NET pages with a rich, responsive UI and server communication. However, AJAX isn't just for ASP.NET. You can take advantage of the rich client framework to easily build client-centric web applications that integrate with any backend data provider and run on most modern browsers.

Resizable text with "onresize" event handler

This text resizes itself to be as large as possible within its container.

ASP.NET AJAX is a free framework for building a new generation of richer, more interactive, highly personalized cross-browser web applications. This new web development technology from Microsoft integrates cross-browser client script libraries with the ASP.NET 2.0 server-based development framework. In addition, ASP.NET AJAX offers you the same type of development platform for client-based web pages that ASP.NET offers for server-based pages. And because ASP.NET AJAX is an extension of ASP.NET, it is fully integrated with server-based services. ASP.NET AJAX makes it possible to easily take advantage of AJAX techniques on the web and enables you to create ASP.NET pages with a rich, responsive UI and server communication. However, AJAX isn't just for ASP.NET. You can take advantage of the rich client framework to easily build client-centric web applications that integrate with any backend data provider and run on most modern browsers.

ResizableControl Description
ResizableControl is an extender that is attached to any element on a web page and allows a user to resize that control with a handle attached to the lower-right corner of the control.
ResizableControl Properties
Properties
  • HandleCssClass - The name of the CSS class to apply to the resize handle
  • HandleOffsetX - X-Offset to apply to the location of the resize handle
  • HandleOffsetY - Y-Offset to apply to the location of the resize handle
  • MaximumHeight - Maximum height of the resizable element
  • MaximumWidth - Maximum width of the resizable element
  • MinimumHeight - Minimum height of the resizable element
  • MinimumWidth - Minimum width of the resizable element
  • OnClientResize - Fires when the element has been resized
  • OnClientResizeBegin - Fires when resizing the element starts
  • OnClientResizing - Fires on resizing the elemen
  • ResizableCssClass - The name of the CSS class to apply to the element when resizing
  • Size - Size of the target
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.