Shows how to use AutocompleteExtender to populate subjects and databind quotations via Entity Framew

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Sat, 08 May 2010 00:00:00 GMT Indexed on 2010/05/08 20:59 UTC
Read the original article Hit count: 314

Filed under:
This article will focus on a database of famous quotations that I"ve pared down to a downloadable size for a demo, and how to wire up the AJAX Toolkit autocomplete extender to a textbox that is used to typeahead a Subject. When the ClientItemSelected event fires, the Display button Click is invoked, and this causes an EF query to display the matching quotes in a DataList.  read more

By Peter Bromberg

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Shows how to use AutocompleteExtender to populate subjects and databind quotations via Entity Framew

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Sat, 08 May 2010 00:00:00 GMT Indexed on 2010/05/08 23:29 UTC
Read the original article Hit count: 314

Filed under:
This article will focus on a database of famous quotations that I"ve pared down to a downloadable size for a demo, and how to wire up the AJAX Toolkit autocomplete extender to a textbox that is used to typeahead a Subject. When the ClientItemSelected event fires, the Display button Click is invoked, and this causes an EF query to display the matching quotes in a DataList.  read more

By Peter Bromberg

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner