hi,
i'm new in programming, but I try my best to understand your question.
Do u mean:
You want to get a value, after u have select one of item in dropdownlist?
If yes, I can show one of my example..
you must set one variable like
uid1 = DropDownList1.SelectedItem.Value
That's all...
|