View Single Post
Join Date: Sep 2007
Posts: 66
Reputation: reach_yousuf is an unknown quantity at this point 
Solved Threads: 12
reach_yousuf reach_yousuf is offline Offline
Junior Poster in Training

Re: Master/Detail DropDownList and DataGrid

 
0
  #2
Dec 2nd, 2008
hii
Add the 3rd line code while binding DDlist.
  1. ddlItems.DataSource = dsCategory;
  2. ddlItems.DataMember = "Categories";
  3. ddlItems.DataValueField= "CategoryID"
  4. ddlItems.DataTextField = "Description";
  5. ddlItems.DataS= "CategoryID";

Mark as sovled if it helps you!!!
Last edited by reach_yousuf; Dec 2nd, 2008 at 8:04 am.
Yousuf
Software Developer
Reply With Quote