chewiecat
7 Dec 2007, 8:02 AM
Trying to move an ugly asp.net site over to using extjs (mainly because of the nice working accordian and layout and don't get me started on lack of working controls with vs2005 or vs2008 for that matter!)
On the old site I have a working typeahead textbox that uses a webservice in c# asp.net which connects via oledb to filter database and returns an array of strings.
From looking thru the forum it appears a key value pair is needed on the return from XmlReader...so...I have the vague notion I need a data store with a proxy to the service and a reader.
The combobox seems it would need the number of returns and length of typing to kick off the service.
Is typeahead the correct term for what I'm looking for?
Could someone point me to a good example? should there be any issues with housing it on an accordian panel?
What should the xml returned look like?
Thanks.
On the old site I have a working typeahead textbox that uses a webservice in c# asp.net which connects via oledb to filter database and returns an array of strings.
From looking thru the forum it appears a key value pair is needed on the return from XmlReader...so...I have the vague notion I need a data store with a proxy to the service and a reader.
The combobox seems it would need the number of returns and length of typing to kick off the service.
Is typeahead the correct term for what I'm looking for?
Could someone point me to a good example? should there be any issues with housing it on an accordian panel?
What should the xml returned look like?
Thanks.