No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
//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 …
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)
use a condition with a feild in sqlcommand
The End.
abhishekcs