Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #13.9K
Ranked #4K
~25.5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

14 Posted Topics

Member Avatar for Proctor

how bind the data in DataGridViewComboBoxColumn from database in vb.net using mysql database [code] Imports MySql.Data.MySqlClient Public Class Form1 Dim mcn As MySqlConnection Dim mcm As MySqlCommand Dim mda As New MySqlDataAdapter Dim mdt As New DataTable Dim mds As New DataSet Dim str As String Dim instance As DataGridViewComboBoxColumn …

Member Avatar for Senthil Nellai
0
5K
Member Avatar for nav010

hi friends, i'm new to vb.net, i've five combobox ctrl on my form. but i want select the data from ctrl and display in datagridcontrol by random selection.......

Member Avatar for imawesome511
0
16K
Member Avatar for GowriJai
Member Avatar for thegreatkk

open a form when will press F2 key on DataGridViewComboBoxColumn Try following codes: Private Sub Datagridview1 _KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles dgv1.KeyDown Dim other As New others If e.KeyCode = Keys.F2 Then If Datagridview1.CurrentCell.OwningColumn.Name = "DataGridViewComboBoxColumn Name" Then other.MdiParent = MDIParent1 other.frmwhich = "purchase" other.Show() Me.Hide() …

Member Avatar for gomathinayagam
0
133
Member Avatar for darcee

open a form when will press F2 key on DataGridViewComboBoxColumn Try following codes: Private Sub Datagridview1 _KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles dgv1.KeyDown Dim other As New others If e.KeyCode = Keys.F2 Then If Datagridview1.CurrentCell.OwningColumn.Name = "DataGridViewComboBoxColumn Name" Then other.MdiParent = MDIParent1 other.frmwhich = "purchase" other.Show() Me.Hide() …

Member Avatar for gomathinayagam
0
306
Member Avatar for Pgmer

Following Coding Run successfully. Any Body want send a mail Via VB.net. You can use this code. Send Email with Gmail This sample base on vb.net 2005. There are two step to create this. 1. You must insert mailSettings tag in app.config for window application or insert in web.config for …

Member Avatar for Pgmer
0
1K
Member Avatar for Kshiteesh
Member Avatar for hunnyz
Member Avatar for Kartikey
Member Avatar for sierrainfo
0
132
Member Avatar for vibhashin

Please help me. I want display the selected data from combobox in datagridview in vb.net. i've 5 combobox used in my project, but i want select the combobox value random and bind the data in datagridview control.

Member Avatar for gomathinayagam
0
348
Member Avatar for Pareshja

how do select two columns from table and bind the data in data grid view control in vb.net using SQl query

Member Avatar for Jx_Man
0
1K
Member Avatar for shuey79
Member Avatar for sainik

HOW DO DATA BIND IN CRYSTAL REPORT IN VB.NET Dim rpt As New CrystalReport1() 'The report you created. Dim myConnection As SqlConnection Dim MyCommand As New SqlCommand() Dim myDA As New SqlDataAdapter() Dim myDS As New sampleDataSet() 'The DataSet you created. Try myConnection = New SqlConnection("server=localhost;uid=selvam1;pwd=bss;database=sample") MyCommand.Connection = myConnection MyCommand.CommandText …

Member Avatar for gomathinayagam
0
110
Member Avatar for atv161
Member Avatar for gomathinayagam
0
182

The End.