GL SOFT INDIA
Fusion of Web, Mobile & Desktop Applications.
Wednesday, December 3, 2008
SQL2005 String functions
›
SQL 2005 String Functions String Functions are used for manipulating string expression. (Pass strings using single quotes) Len('') ...
Complete List of Web 2.0 APIs
›
Complete List of Web 2.0 APIs http://programmableweb.com/apilist/bycat Very useful. Hope helps!
Tuesday, November 18, 2008
sql2000 delete rows having duplicate (identical) records
›
Suppose, we have identical records like :- name age *********** RAM 30 RAM 30 we have to keep one entry each for ram:30 and ram:40 and d...
Friday, November 7, 2008
String manipulations
›
Dim strSample As String = "Left Center Right" 'left strSample = strSample.Substring(0, 4) ...
String manipulations
›
Dim strSample As String = "Left Center Right" 'left strSample = strSample.Substring(0, 4) ...
Monday, November 3, 2008
Handling Keystrokes in DataGridView
›
Private Sub dgv_EditingControlShowing(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewEditingControlShowingEventArgs) Ha...
Export SQL table to excel
›
Dim excel As New Excel.Application Dim wBook As Excel.Workbook Dim wSheet As Excel.Worksheet wBook = excel.Workbooks...
‹
›
Home
View web version