fill text box with vales from database

  • Thread starter Thread starter Agaile Victor
  • Start date Start date
A

Agaile Victor

Guest
hi everyone,


im doing a windows application in C#, backend is sql server 2008 R2 called billing app. it has a form called add products for inserting product details like name,rate etc. there is another form called sales in which i have a data grid view. in that there are several columns like no, item name,quantity, rate etc.. how can i fill the column item name with the values from database. if i enter p in that column every products with the name starting with p should appear and i should select the appropriate one. please help me. im new in windows applications.

Thanks in advance


Agaile Victor

Continue reading...
 
Back
Top