I am getting the Suggestions correctly, but the problem is
when we sroll the page to down, suggestions are displaying on the top of
that.

Bixam.



On Wed, Apr 29, 2009 at 10:08 AM, shrinivas mada <[email protected]>wrote:

> I am sending u a attachment ....
> that how we can use a Autocomplete extender with web service ....
>
>
> Thanks & Regards,
> Shrinivas Mada,
> cell : 9975638418
>
>
>
>
> On Tue, Apr 28, 2009 at 8:52 PM, bixam <[email protected]> wrote:
>
>>
>> Anyone can advice who have worked on ASP.NET AJAX controls.
>>
>> Thanks
>>
>>
>>
>> On Apr 23, 9:21 pm, "P. Bixam" <[email protected]> wrote:
>> > Hi Everybody,
>> >
>> > I have following problem with ASP.NET AJAX AutoComplete Extender
>> Control.
>> > I have associated this control to a Text Box,
>> > When I open the form and typing letters in the Text Box it is displaying
>> > suggestions correctly, but I move the scrollbar to down of my form -
>> then
>> > suggestions are showing on the top of that TextBox i.e not showing below
>> the
>> > TextBox instead it is showing below of some other control which was on
>> the
>> > top of my TextBox.
>> >
>> > My code is as follows
>> > TextBox txtFName = new TextBox();
>> > txtFName.ID="txtFName";
>> > Controls.Add(txtFName);
>> > AutoCompleteExtender acExtFName=new AutoCompleteExtender();
>> > acExtFName.ID="acExtFName";
>> > acExtFName.TargetControlID="txtFName ";
>> > acExtFName.ServicePath="";
>> > acExtFName.MethodName="";
>> > acExtFName.PrefixLengtrh=;
>> > acExtFName.DelimetedChars="";
>> > Controls.Add(acExtFName);
>> >
>> > I set all the properties except Animations.
>> >
>> > Can anyone advice me to resolve this issue.
>> >
>> > Thanks & Regards
>> > Bixam.
>
>
>

Reply via email to