hi all!
am using ajax AutoCompleteExtender for the textbox in my asp.net2.0 page with c#, which is working fine.
in certain page am creating a number of textboxes at runtime where the no of textboxes will get vary for the selected options.
i want to implement the AutoCompleteExtender for the textboxes which is created dynamically.
i dont know how to create the AutoCompleteExtender & assign to the targetid at runtime.
can anyone guide me to do the same.
Tanks inadvance ..