J
Jay
I'm using AutoCompleteExtender provided by the Atlas framework. I also
created a user control which contains a textbox and
AutoCompleteExtender which supports auto complete for the textbox. The
user control is used by a page for end user to input data. When there's
a postback with the page, the AutoComplete just doesn't work. However,
when the control first loaded with the page the textbox do show the
autocomplete list. How to make it work even with post back? Thanks in
advance..
created a user control which contains a textbox and
AutoCompleteExtender which supports auto complete for the textbox. The
user control is used by a page for end user to input data. When there's
a postback with the page, the AutoComplete just doesn't work. However,
when the control first loaded with the page the textbox do show the
autocomplete list. How to make it work even with post back? Thanks in
advance..