von ds | Sep 20, 2012 | C# .Net
Problem: You use the ComboBox SelectedIndexChanged event handler to do something after the user changes another item. But this event also fires on form loading and e.g. when the DataBinding value changes. Solution: Use the event „SelectionChangeCommitted“....
von ds | Sep 7, 2012 | C# .Net
Problem: If you use SQL Select queries which contain multiple databases (in 1 query), the DataSet Designer and VS often crash. Solution: Try to use „“ before and after the database name in the SQL query, e.g. select meow from mydbname.mytablename...
Kommentare