- HoverPanel Control Invoice List Popup
This demo shows the same sample as the Invoice LineItem Hover Window
Popup, but uses a custom HoverPanel control that requires much less code
and automates the process of loading content from another URL into
the current page. The control can automatically manage the hover window
effects. (another
live sample)
- IFRAME Web Logs Hover Sample
This sample uses the IFRAME functionality to display panels with full page
content from other pages both from the same server and remote servers. FRAMES allow for embedding of complete pages which is powerful. This
sample also demonstrates how to pop up a frame and retrieve a value back
into the current window for a lookup list.
- HoverPanel External Page Callback
This sample demonstraes calling an external Url and returning a string result directly,
embedding the HTML result into the page. This mechanism is a great tool for retrieving
HTML fragments and separating the display content from the
current page for easier debugging and testing.
- Modal Popup Dialogs
This sample demonstrates the wwModalDialog server and client controls that allow popping up flexible
windows modally.
- wwDatePicker Control
This control is a date picker wrapped around Marc Garbanski's jQuery UI Datetime
Picker control. Provides popup and inline operation with an easy interface.
|
-
Simple Page Method
Calbacks
Complex Objects Page Method Callbacks
The samples on these pages demonstrate how to call back onto the current
ASP.NET Page and access methods on the server. Methods are called with
strong typing maintained, including for many complex types using JSON
formattin for two way serialization of types. (another live sample)
-
Northwind Customer List with JSON
This example uses provides a Customer lookup/edit application to the Northwind
database using AJAX calls with JSON page method callbacks. Demonstrates page callback
functionality in a simple but typical scenario with a number of different operations
interacting with each other.
- Chat Service with Http Handler
This example demonstrates using the wwMethodCallback control to build a small chat application
that uses JSON method callbacks against an efficient HTTP handler to provide a fun chat client. There's also a version that works as a
reusable user control and demonstrates using the wwMethodCallback control
in user or custom controls.
-
Data-driven ResourceProvider w/ Ajax Resource Admin form
This example is a more involved example that uses wwHoverPanel to provide a Web based Resource administration
front end for a database driven ASP.NET ResourceProvider. This example shows a form is localizable by
clicking on localization icons and popping up a Resource editing form that is driven through AJAX.
|