List Box & Ajax

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Does anyone have an example of a listbox being populated with data from
database while user types the search text in a textbox.

I have found examples where a text box is being validated while user types
in the textbox or listbox gets populated using Ajax after user clicks on
submit button, but I can not find an example where user types in a textbox
and list box is populated from the database based on the string user just
typed in the textbox. The only examples I have found of listbox being
populated from a dataset are the ones that require a click on the button or
a link.

I have tried to put the text box and listbox together using Ajax technology,
but have not been able to do it succesfully.


Thank you


Peter.
 
Peter said:
Does anyone have an example of a listbox being populated with data from
database while user types the search text in a textbox.

I have found examples where a text box is being validated while user types
in the textbox or listbox gets populated using Ajax after user clicks on
submit button, but I can not find an example where user types in a textbox
and list box is populated from the database based on the string user just
typed in the textbox. The only examples I have found of listbox being
populated from a dataset are the ones that require a click on the button
or a link.

I have tried to put the text box and listbox together using Ajax
technology, but have not been able to do it succesfully.


Thank you


Peter.

Sorry!!! I have meant to post this message at ASPNET newsgroup, and now I
don't want to cross post it.

Peter
 
Hi Peter,

Thanks for posting!

For the current issue, there is a sample from the "Altas":
http://atlas.asp.net/quickstart/atlas/doc/controls/default.aspx#customextend
ers

You can run it or view source code by yourself. Hope this will be helpful!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD were
updated on February 14, 2006. Please complete a re-registration process
by entering the secure code mmpng06 when prompted. Once you have
entered the secure code mmpng06, you will be able to update your profile
and access the partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 
Back
Top