hi,
i am creating a asp.net website in VB.net where i am generating dropdownlists for each row dynamically. When i am accessing this created controls in client side for handling, i am not able to get the clientid of each dropdown list.
One way i know is to get the client id by view source, but that does not solve the problem.Is there any way that i can get the client id of each dropdown using some simple javascript because i want to add items to each dropdownlist.
Any help is appreciated.
i am creating a asp.net website in VB.net where i am generating dropdownlists for each row dynamically. When i am accessing this created controls in client side for handling, i am not able to get the clientid of each dropdown list.
One way i know is to get the client id by view source, but that does not solve the problem.Is there any way that i can get the client id of each dropdown using some simple javascript because i want to add items to each dropdownlist.
Any help is appreciated.