Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
bothway data binding
posted

There is FormView in the WebPanel.  I want to know FormView which is in WebPanel, it whether or not can bothway data binding?

  • 7694
    posted

    Hello,


    Yes, you can implement two way data binding control and it inside template tag of WebPanel. Please take a look at the sample code below:


    <igmisc:WebPanel ID="WebPanel1" runat="server">
            <Template>
                    //  control that implement two way  binding
            </Template>
        </igmisc:WebPanel>


    Hope this helps.