Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
I have html listbox as, which has same name but different id


HTML
<select name="dept"  id="vrow" >
                            <option selected="selected" > - Select Department- </option>
                            <option value="GEN">computer </option>
                            <option value="SC">mac </option>
                            <option value="ST">civ </option>
                            <option value="OBC">ele </option>
                          </select>



C#
i had atteched it to each row fetched from database,
how can i get ID if i change perticular listbox value.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900