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
1315
WebTab Updating Another WebTab
posted

Here's my scenario, I have three textboxes on one WebTab as the values of those textboxes are changed I want to trigger a DataBind of a WebDataGrid on another WebTab.  Is this possible if so how can it be done?

Parents
No Data
Reply
  • 7566
    posted

    Hello legalke,

     

    You can handle OnTextChanged event of the text box and set AutoPostBack to true. This will call the server and you can rebind the grid.

    Also in this scenario do you have a WebTab with Two tabs or two different WebTab controls.

     

    Try to implement this and let me know if you need further assistance.

     

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

Children