Test the SampleValue properties of SimpleScriptObject1, ExtendedAdapter1 and ExtendedAdapter2 by modifying their SampleValue properties in the object inspector while previewing the page.
SampleValue property of SimpleScriptObject: <%= SimpleScriptObject1.SampleValue %>
SampleValue property of SimpleScriptObject (after a function call): <% SimpleScriptObject1.SetSampleValue(1234); Response.Write(SimpleScriptObject1.SampleValue); %>
SampleValue property of ExtendedAdapter1: <%= ExtendedAdapter1.SampleValue %>
SampleValue property of ExtendedDataSetAdapter1: <%= ExtendedDataSetAdapter1.SampleValue %>