1

I have created panel exists with one form to add details using formview, I have one button to open popup just above to that formview. In my form I used ajax calender, autocompleteextender for textbox in formview. I used list method to autocompleteextender in .cs code not web service to get values from database. Its working properly, but the problem is when i open main panel then calender, autocompleteextender does not work, but when i open popup in that panel & close that popup calender & autocompleteextender works properly. I want it to work when i makes main panel visible, how it will be possible in my case? Please help me? Thanks.

Ishita
  • 55
  • 1
  • 11

1 Answers1

0

you need to set target control id properly and if any issues please add the references once again than you problem will be solved.

Reddy
  • 66
  • 8
  • i set target control id to autocompleteextender control, why to add references its working if i open & close modalpopup – Ishita Oct 30 '12 at 06:30