Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
~1K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for shers

i think u can try this add a combobox from the datagridtasks by add column and select comboxcontrol from type,it will in the particuler column cell and then try like this sample With DataGridView1 ' Set DataGridView Combo Column for CarID field Dim ColumnCar As New DataGridViewComboColumn ' DataGridView Combo …

Member Avatar for abhishekcs
0
123
Member Avatar for madhu raju

//place testboxes for entering data //then a command buttton click event fiill the data through these test boxes,here one testbox for enter name datagrid1.testmatrix(rowindex,colindex)=txtname.text //then in the form load event fill the table by a select query private sub form_load Dim conn As SqlConnection Dim cmd As New SqlCommand Dim …

Member Avatar for abhishekcs
0
640
Member Avatar for lankz691

use a flexgrid control in which the database items are loading when you click an item in a row,the item will be shown in the textbox text1=flexgrid.textmatrix(flexgrid.row,columnindex)

Member Avatar for abhishekcs
0
83
Member Avatar for raiko098

The End.