Community discussion forum

i have struck with my project in vb.net

  • 11 months ago
    Hieee i hav one problem with combo box actually i have to select a type of product in one combobox and depending on that type other combobox should fill.... i have 3 types of products biscuits,snacks,choclate ...if i select type biscuits in one combo then the other combo box should populate with only names of biscuits from database..... please help me out with this .......waiting
  • 11 months ago
    can u tell what version of .net frame work and visual studio you r using
  • 11 months ago
    .net framework sdk v1.1 and visual studio 2003..... plsss rply
  • 11 months ago
    Hi, Just SELECT Product Id, Product Name from table and just like (SELECT proID, ProName from tbl_Product) now u have Dropdown list two field Data Value Field and Data Text Field set DataValueField = "proID" DataTextField ="ProName" now on Index Change Event Papulate Second Dropdown list just like this SELECT * from ProductCategory WHERE proID='"& ddlProduct.SelectedVaue&"'
  • 11 months ago
    this might help.. [Link Text](http://www.codeproject.com/KB/grid/RenDataGridComboBoxColumn.aspx) [Link Text](http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1800945&SiteID=1)

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback