binding is bind property of a component to a control on a page or another component, you can specify transform during binding or even use your own custom transformation.

this is an example of two way binding:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form   />
        <div>
        </div>
    </form>

    <script type="text/xml-script">
        <page xmlns:script="http://schemas.microsoft.com/xml-script/2005">
            <references>
            </references>
            <components>
            </components>
        </page>
    </script>
   
   
    <input type="text" />


     <script type="text/xml-script">
                <page xmlns:script="http://schemas.microsoft.com/xml-script/2005">
                    <components>
    <textBox );
                    }
                }
            </script>

相关文章:

  • 2021-08-18
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-06-26
  • 2021-12-14
相关资源
相似解决方案