Hello All,
I
have one Dropdown list control and one table Group.
In table there
are two field GroupID numeric(5,0) and GroupName varchar(30).
Now
i want to display GroupName from Group Table in dropdown control.. and
when i save data then in another database save GroupID for selected
GroupName value..
How to do this???