saseow
Posts: 744
|
| Posted: 04/25/2012, 3:11 AM |
|
I have a page that has a Search form, Grid and a record form. All three are within an update panel. I am trying to hide the record form until it is required by a link click on the grid and also hide the search and grid when the record form is displayed. The search form has two autocomplete text boxes in it. I therefor put a standard panel around the search + grid and another around the record form
The problem is that as soon as I hide the panel around the record form (either through code or simply via the property), the autocomplete does not work anymore. Unhide the record panel and boom! the autocomplete works again.
Is this a normal thing to happen?
|
 |
 |
|