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?
Hi,
Were you able to handle this?
Do not hesitate to contact me for any further assistance.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
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.