Hi all,
I my application, user will enter the field names in admin panel link
1) Vender name(textbox, autosuggest)
2) Item Name(Textbox, autosuggest)
3) Vendor Address(Textarea)
Like this.
So i have to create a input controls for this fields. I have created textbox for all fields dynamically.
Now my problem is how to implement the auto suggest option for those textboxes.
I am creating textbox array to load controls and store the value. So that, i can get the values back when ever the postback occure.
please see the image below.
So can any one tell me how to implement the auto suggest textbox dynamically ?
Thanks in Advance
Vel