Problem with ASP.NET AJAX AutoComplete Extender Control

30 views
Skip to first unread message

P. Bixam

unread,
Apr 23, 2009, 12:21:30 PM4/23/09
to DotNetDe...@googlegroups.com
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.




bixam

unread,
Apr 28, 2009, 11:22:31 AM4/28/09
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Anyone can advice who have worked on ASP.NET AJAX controls.

Thanks

shrinivas mada

unread,
Apr 29, 2009, 12:38:01 AM4/29/09
to DotNetDe...@googlegroups.com
I am sending u a attachment ....
that how we can use a Autocomplete extender with web service ....


Thanks & Regards,
Shrinivas Mada,
cell : 9975638418
AutoComplete-CS.zip

P. Bixam

unread,
Apr 30, 2009, 11:53:35 AM4/30/09
to DotNetDe...@googlegroups.com

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.
Reply all
Reply to author
Forward
0 new messages