1Jul/110
How to find the name of a sql server
Fast way to get a sql server name, great if you’re dealing with multiple sql servers.
1
This will return the Windows computer name on which the sql server instance is currently running on.
It will return NULL if there is an error.
1
This will return the instance & computer name
[code… Continue reading
21Jun/110
ASPxCombobox displays System.Data.DataRowView
If the combobox has ‘System.Data.DataRowView’ as values it means you haven’t set the TextField & ValueField for the combobox, so it doesn’t know what to use.
