datagrid Problem

  • Thread starter Thread starter dnyakundi
  • Start date Start date
D

dnyakundi

Am quite new to programm ing and am currently learning using V2005. My
problem is how to Populate data in a combo. I want to have three
columns with Column 1 having Combobox while Column 2 having Test box
and Column 3 to have Textbox.
Am unable to add data from SQL Server to the Combobox and when an item
is selected in the combo, column2 is Update with corresponding
Description .

Please assist me to accomplish the above problem

David
 
David,

Providing a snippet of the code that is causing you the problem will go a
LONG way toward getting you some assistance. I speak from experience. :)
 
Back
Top