Prizes & Awards
My Profile
Active Members
TodayLast 7 Days
more...
|
precee
|
Profile
|
|
Gifts & Awards
|
|
Contributions
|
|
Friends
|
|
Referrals
|
|
Visitors
|
|
Messages
|
| Name |
precee |
| Email |
You must Sign In to access the contact details. |
| Country |
Singapore |
| Member Level |
Bronze |
| Total Points |
0 |
|
|
Profile
To bind data to datagrid Private Sub BindData() '1. Create a connection Const strConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=C:\Data\EMPdb.mdb" Dim objConn As New OleDbConnection(strConnString) objConn.Open() 'You must open the db connection before populating the DataReader
'2. Create a command object for the query Const strSQL As String = "SELECT * FROM EMPt" Dim objCmd As New OleDbCommand(strSQL, objConn)
'3. Create/Populate the DataReader Dim objDR As OleDbDataReader objDR = objCmd.ExecuteReader()
dgProducts.DataSource = objDR dgProducts.DataBind() End Sub
|
Below are the gifts, awards and cash credits received by precee from this site.
(No Gifts and cash credits received from dotnetspider.com)
|
Below are the posts by precee to various sections of this site.
More details...
|
precee's Friends
(No friends found.)
|
List of members visited precee's profile
(No members visited your profile recently.)
|
Public messages received by precee
(No public messages found.)
|
|
Return to Members
|