G
Guest
I have two sets of search criteria on my page.
They are placed inside two DIV tags made visible/hidden by a client script.
In each DIV tag I have a LinkButton that performs the search from each set.
By using AJAX I get the resulting list expand and collapse without page
reload.
All work smoothly.
But one user today complained that the submit behaviour doesn't work like
before.
When hitting the ENTER key the LinkButton is NOT fired making a new search
based on the criteria. Instead the first node in the current repeater set is
expanded.
Can I decide that my LinkButton should be fired when the user is hitting his
ENTER button?
They are placed inside two DIV tags made visible/hidden by a client script.
In each DIV tag I have a LinkButton that performs the search from each set.
By using AJAX I get the resulting list expand and collapse without page
reload.
All work smoothly.
But one user today complained that the submit behaviour doesn't work like
before.
When hitting the ENTER key the LinkButton is NOT fired making a new search
based on the criteria. Instead the first node in the current repeater set is
expanded.
Can I decide that my LinkButton should be fired when the user is hitting his
ENTER button?