Click here to Skip to main content
15,893,594 members

Articles by Jαved (Tip/Tricks: 2)

Tip/Tricks: 2

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.38

Programming Languages
C#
7 Dec 2011   Updated: 7 Dec 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,991     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
For VB.NET users:Public Function ToggleCase(input As String) As String Dim result As String = String.Empty Dim inputArray As Char() = input.ToCharArray() For Each c As Char In inputArray If Char.IsLower(c) Then result += [Char].ToUpper(c) Else result +=...
SQL
7 Dec 2011   Updated: 7 Dec 2011   Rating: 1.77/5    Votes: 5   Popularity: 1.24
Licence: CPOL    Views: 78,835     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
DataGridView: Make Enter Key Move to Next Column

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Student Self Employed
India India
« I Love to Code ».
In the meantime I like to surf the Internet and get to know about new Technology, Watching Movies and playing cricket.


CodeProject helped me a lot to learn and I am always thankful to all the Members who make this happen.