- ASP.NET 2.0 Ajax Extensions 1.0
- Installed under C:\Program Files\Microsoft ASP.NET
- In Visual Studio, create an ASP.NET AJAX Enabled Website (from a template)
- Every page has an instance of the ScriptManager
- Partial Page Update Pattern
- UpdatePanel Control - server side control that enables us to place fires an event for the server to update the contents of the panel
<contenttemplate> ...some controls here...> </contenttemplate>
<triggers>
<asyncpostbacktrigger controlid="control to listen to" eventname="click">
</asyncpostbacktrigger>
</triggers>
ASP.NET Notes
- Date.Now
No comments:
Post a Comment