Anthem.NET

Read an overview about why Anthem exists and how it works.

Anthem requires zero configuration to use but there is one setting you might want to add to your web.config file if you're still using ASP.NET 1.1.

Examples

To learn how to use Anthem, try reading the following examples in the order listed:

  1. Introduction using buttons and labels
  2. More button properties
  3. Using link buttons
  4. Using image buttons
  5. Using drop down lists
  6. Toggling visibility on panels
  7. Invoking methods on pages
  8. Invoking methods on custom controls
  9. Invoking methods on user controls
  10. Dynamically adding Anthem controls to the page
  11. Dynamically loading user controls with Anthem controls on them
  12. What happens when an exception is not caught on the page?
  13. Redirecting clients from Page_Error
  14. Invoking missing methods
  15. Invoking methods on missing controls
  16. Using data grids
  17. Using data lists
  18. Using repeaters
  19. Using repeaters with disabled view state
  20. Returning data sets
  21. Redirecting clients during call backs
  22. Invoking client-side JavaScript functions after a call back returns
  23. Integration with validation controls
  24. Support for server transfer
  25. Executing JavaScript on every call back
  26. Using list boxes
  27. Using images
  28. Using check boxes
  29. Populating tables
  30. Data binding during call backs
  31. Using calendar controls
  32. Using radio buttons
  33. Make call backs at regular intervals with the timer control
  34. Making concurrent call backs
  35. Unicode support (requires Japanese language pack)
  36. Test to see if Anthem leaks memory when using XMLHttpRequest
  37. Another test to see if Anthem leaks memory when updating controls on the page
  38. Test file download with InvokePageMethod
  39. DropDownList Pre and Post Callback Features
  40. UpdatePanel converts postbacks into callbacks
  41. Using the TextBox control
  42. Dynamically adding scripts to the page
  43. Invoke a custom control
  44. Add a client script during PreUpdate event
  45. HyperLink Example
  46. Anthem Extensions Examples
  47. Uploading a file using Anthem controls
  48. Invoking methods on master pages
  49. Using grid views
  50. Using multi views
  51. Updating hidden fields