DayPilot Knowledge Base

AJAX Calendar/Scheduling Controls
DayPilot Pro (AJAX Calendar Control)
» DayPilot ASP.NET Calendar
DayPilot Pro (AJAX Monthly Calendar Control)
» DayPilot ASP.NET Monthly Calendar
DayPilot Pro (AJAX Scheduler Control)
» DayPilot ASP.NET Scheduler
DayPilot » Knowledge Base » How to record network activity using IE Developer Tools

How to record network activity using IE Developer Tools

Last revision: Aug 23, 2012

1. Open Internet Explorer 9.

2. Open the web page that you want to debug.

3. Press F12 to activate the Developer Tools.

ie developer tools

4. Under the Network tab, click "Start capturing".

ie network start capturing

5. Perform the tasks  that you want to debug. All communication will be recorded.

6. Click "Stop capturing".

ie network stop capturing

7. Click "Export captured traffic" icon and save the NetworkData.xml file.

ie network export

Related

How to show event details in a modal dialog (modal.js)
How to open a new event dialog using TimeRangeSelected event (modal.js)
How to rebind the Navigator after an event is added to a main control
How to show a confirmation dialog before deleting an event (Calendar)