livehed 0 Newbie Poster

Hi,

In my aspx page,when a user clicks on a asp.net Location "LinkButton", a new textbox should be dynamically added without refreshing the whole page.A user can add maximum of 5 textboxes.

Also,I need to programmatically attach Ajax AutoCompleteExtender to this textbox.
How do I achieve this functionality?

Thanks