Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add a drop down list to a data table

Status
Not open for further replies.

digitallyskilled

IS-IT--Management
Sep 23, 2004
39
0
0
US
I am creating a search application that searches files and returns the article the hit generated from and the number of hits. I get the name of the article and the number of times it was hit from a stored procedure. Now I need a drop down list as the third column in the data table that will give me the option to select the individual files associated with the hits.

How do I add the drop down list to each row and bind it to a different data source based on its hits.

Using C# & VS 2005
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top