Tuesday, July 22, 2008

Set RowHeader in Datagridview

Private Sub dgvPlanner_RowPostPaint(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewRowPostPaintEventArgs) Handles dgvPlanner.RowPostPaint

Me.dgvPlanner.Rows(e.RowIndex).HeaderCell.Value = dgvPlanner.Rows(e.RowIndex).Cells("TimeSlot").Value

End Sub

Monday, July 21, 2008

Unable to connect SQL Server 2005

When you try to connect to an instance of Microsoft SQL Server 2005 from a remote computer, you may receive an error message. This problem may occur when you use any program to connect to SQL Server.


This is because to connect to SQL Server Database Engine you must have a network protocol enabled. You can use SQL Server Configuration Manager to enable, disable, and configure network protocols.
How to configure SQL Server 2005 to allow remote connections.

Sunday, July 6, 2008

Workaround for Lsass.exe file

http://support.microsoft.com/kb/924995