Click to See Complete Forum and Search --> : dropdown list in asp.net gridview with c#


solution
03-06-2008, 04:40 AM
Hello,
i have a Gridview control in asp.net with c# 2.0.
The first is having dropdown list.
i want to populate ddl with item_code externally.
when i select an item_Code, i should fill with the respective data of that Item_Code from Item_Master.

Please help me.

Hack
03-06-2008, 06:53 AM
What is your data source? Are you storing your info in a database?

What code have you worked up so far?