Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K

9 Posted Topics

Member Avatar for prasu

I have a table in which i need to sort the column names. NOT sort by column names.....sort the COLUMN NAMES. since it is easy to sort the records.....is there any way by which you can convert column into rows and rows into columns.

Member Avatar for drjohn
0
1K
Member Avatar for prasu

I have a table in which i need to sort the column names. NOT sort by column names.....sort the COLUMN NAMES. since it is easy to sort the records.....is there any way by which you can convert column into rows and rows into columns.

Member Avatar for tuse
0
80
Member Avatar for jamello

Since you want to create 40 unique groups where within a group a number may repeat. Create a array of string and every time a group is created store that as a string. Just compare the contents of the string with the newly created group. if they are the same …

Member Avatar for jamello
0
181
Member Avatar for prasu

I retrive data from a table to a datagridview. I want the coulmns to be in a sorted according to their names ex: column starting with 'a' should come before that of 'b' and so on Is there any SQL querry for the above problem or any function in datagridview …

Member Avatar for selvaganapathy
0
126
Member Avatar for SWdevelopment

You can visit [URL="http://dotnet.tekyt.info/"]http://dotnet.tekyt.info/[/URL] You will find the basics required to start again.

Member Avatar for sierrainfo
0
177
Member Avatar for prasu

Please Check the code and reply what is wrong in the update code Try block is executed successfully........but it is not being updated. Public Class Form3 Dim cn As New Odbc.OdbcConnection("Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=attend_ap; User=root;Password=;") Dim cmd, cmd2 As Odbc.OdbcCommand Dim adp, adp2 As Odbc.OdbcDataAdapter Dim ds, ds2 As New …

Member Avatar for prasu
0
164
Member Avatar for prasu

I am trying to give greep rep but i only am able to give grey please tell me how to give greep rep

Member Avatar for John A
1
95
Member Avatar for prasu
Member Avatar for tuse
0
2K
Member Avatar for prasu

If i have a table with say x columns and y rows how do i get the contents of the 'i'th column into a arraylist

Member Avatar for tuse
0
133

The End.