Visual InterDev

Using Controls Sample

See Also      Tasks

This sample uses the data-bound design-time controls (DTC) to change values throughout the page. Even when there is no database being used, these controls can still be added to your code.

Behind the Scenes

This sample uses two files: DTCTest.asp and DTCTest.htm.

Both of these files accomplish the same task, but the ASP version requires that the page refresh every time a value is changed. The HTML page uses Dynamic HTML (DHTML) so the page does not have to be refreshed when a value is changed.

Note   If you are using a browser that does not support DHTML, you will only be able to work with DTCTest.asp.