There is FormView in the WebPanel. I want to know FormView which is in WebPanel, it whether or not can bothway data binding?
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.