|
|
Samples > Samples
Here are some samples I've created.
ASP.NET Examples:
Some ASP.NET examples may show up a "How It Works" link in the upper right
corner of the page. If you click that you can look directly
at the ASPX code and any directly associated .vb files for the sample page.
You can try it right now and you'll see the source markup for this page.
- Checkboxes in a repeater - Example of how to set and clear
a set of checkboxes in a repeater control.
- Complex Datagrid - Example of how to use a dataset containing
related tables in a datagrid with another bindable control in the grid's column templates.
- Exporting to excel - Example of how to export
data directly to Excel format. When the client is using Internet Explorer
Excel will load right within the browser and show the data in a worksheet.
HTML/DHTML Examples:
- DHTML Positioning - Displays
various values of "self" and "document". Useful for finding the right property
to build DHTML scripts that position items and affect the browser window.
- Self checking framesets - Example of
javascript that checks that pages are framed or not framed and reloading
accordingly.
- Syncronized Frame Scrolling - Example of
syncronizing scrolling between two different frames.
|
|