Asp.net - AutoCompleteBox Is Evil?

Feb 22, 2012

Why does the AutoCompleteBox hate me?? I've spent at least 3 days trying to get the ACB to display data in the drop down list. All I get is the Class name in the Dropdown list. THe Listbox work Perfectly. Time and Effort Heres a Pic of whats its doing: Now heres the XAML for the Listbox

<ListBox Height="100" HorizontalAlignment="Left" Margin="367,81,0,0" Name="ListBox1" VerticalAlignment="Top" Width="184" ItemsSource="{Binding}" >
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">

[Code]...

View 1 Replies


ADVERTISEMENT

Northwind Is An Evil Wind?

Apr 2, 2010

I am new to Visual Basic Studio 2008 Express and I also have upgraded my new Toshiba laptop with Windows 7 Home Premium. Anyway, while following a video from Microsoft about creating my first two VB programs, I discovered that I could not create a new connection to the sample Northwind database supposedly installed with Visual Basic 2008 Express. Fact is, I can't even get the program and sample db to install on my computer.

View 11 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved