Big ISSUE with ATLAS and XMLsript

  • Thread starter Raffaele Garofalo
  • Start date
R

Raffaele Garofalo

Hy guys today i had downloaded the lastest versione of ATLAS (Beta 2) and the CTP November. Afteri have installed also the extension for VS 2005 and the ControlToolkit.

The Server Framework i had tried with a page with an Accordion COntrol, works fine.
I have a big problem with the xml-script. I have created this page for test, but doesn't seem to work properly. Take a look at the code before

<asp:ScriptManager ID="MyScript" runat="server">
</asp:ScriptManager>
<p>Esempio di Binding</p>
<p>
<label for="txtBinding">Inserire un valore : </label><br />
<input type="text" id="txtBinding" /><br />
<label for="chkBinding">Seleziona : </label><br />
<input type="checkbox" id="chkBinding" />
</p>

And this is the xml script after the tag </form>

<script type="xml-script">
<page xmlns:script="http://schemas.microsoft.com/xml-script/2005">
<components>
<checkbox id="chkBinding" />
<textbox id="txtBinding">
<bindings>
<binding dataContext="chkBinding" dataPath="checked" property="enabled" />
</bindings>
</textbox>
</components>
<references>
</references>
</page>
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top