|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by MadIce in Language Integrated Query - LINQ, Visual Basic Programming
I had comboboxes loading with results from different Linq queries. everything was working fine. Over the weekend the network team was trying to move Sql Server to a new server, had issues and moved it back. Well now my code to load the comboboxes wont work. I'm still getting results from the query but wont load into combobox. Here is one of the code samples;
Dim TNames = From Tech In dc.vwTechSelectNameChanges
_
Group By Names = Tech.TName _
Into NamesGroup = Group _
Order By Names _
Select Names
cmbTName.DataSource = TNames
any ideas. I've recreate the combobox thinking that would solve the issue.
using VB 2008 framework 3.5
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625