Click here to Skip to main content
16,004,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Updating Production Box Pin
Akhilesh Yadav1-Nov-06 19:09
Akhilesh Yadav1-Nov-06 19:09 
AnswerRe: Updating Production Box Pin
Michael P Butler1-Nov-06 23:06
Michael P Butler1-Nov-06 23:06 
QuestionHow can I pop up a window in VB.net? Pin
walalawll1-Nov-06 14:11
walalawll1-Nov-06 14:11 
AnswerRe: How can I pop up a window in VB.net? Pin
_AK_1-Nov-06 17:40
_AK_1-Nov-06 17:40 
AnswerRe: How can I pop up a window in VB.net? Pin
tarunbounthiyal1-Nov-06 22:26
tarunbounthiyal1-Nov-06 22:26 
AnswerRe: How can I pop up a window in VB.net? Pin
walalawll5-Nov-06 22:20
walalawll5-Nov-06 22:20 
QuestionPop-Up Word document fromt the GridView Hyperlink/Template column Pin
BORN...again!1-Nov-06 13:28
BORN...again!1-Nov-06 13:28 
QuestionATLAS Question Pin
Infomine Liam1-Nov-06 12:53
Infomine Liam1-Nov-06 12:53 
Hi All,

I've got and ASP.NET ATLAS AutoCompleteExtender control on my page, along with a textbox.

ASPX:

<br />
<asp:TextBox ID="txtSearch" runat="server"></asp:TextBox><br />
<asp:AutoCompleteExtender<br />
ID="autoComplete"<br />
runat="server"<br />
MinimumPrefixLength="1"<br />
ServiceMethod="FetchCompanies"<br />
ServicePath="Companies.asmx"<br />
TargetControlID="txtSearch" /><br />


Web Service Code:

<br />
[WebMethod]<br />
public string[] FetchCompanies(string prefixText, int count)<br />
{<br />
    CompanyDataWrapper wrapper = new CompanyDataWrapper(m_connection);<br />
    return wrapper.FetchCompaniesByPrefix(prefixText.ToUpper());<br />
}<br />


When I start typing in the textbox, nothing happens. No error message, nothing at all. I've tested the web service and it works fine.

Any ideas?

Thanks a lot. Smile | :)
QuestionRe: ATLAS Question [modified] Pin
Infomine Liam1-Nov-06 12:55
Infomine Liam1-Nov-06 12:55 
QuestionBrowser Time out Pin
jiwiupen1-Nov-06 11:35
jiwiupen1-Nov-06 11:35 
AnswerRe: Browser Time out Pin
cloudking119661-Nov-06 19:57
cloudking119661-Nov-06 19:57 
QuestionError in Calling webservice on local machine Pin
kaliem1-Nov-06 10:08
kaliem1-Nov-06 10:08 
AnswerRe: Error in Calling webservice on local machine Pin
Tad McClellan1-Nov-06 13:22
professionalTad McClellan1-Nov-06 13:22 
Questionpage refresh urgent Pin
pradeep kumarappagari1-Nov-06 8:02
pradeep kumarappagari1-Nov-06 8:02 
AnswerRe: page refresh urgent Pin
ednrgc1-Nov-06 8:56
ednrgc1-Nov-06 8:56 
GeneralRe: page refresh urgent Pin
kaliem1-Nov-06 10:21
kaliem1-Nov-06 10:21 
GeneralRe: page refresh urgent Pin
ednrgc2-Nov-06 2:08
ednrgc2-Nov-06 2:08 
AnswerRe: page refresh urgent Pin
PavanPareta1-Nov-06 18:04
PavanPareta1-Nov-06 18:04 
AnswerRe: page refresh urgent Pin
Akhilesh Yadav1-Nov-06 21:44
Akhilesh Yadav1-Nov-06 21:44 
AnswerRe: page refresh urgent Pin
tarunbounthiyal1-Nov-06 22:37
tarunbounthiyal1-Nov-06 22:37 
QuestionHow to attach Javascript onto Delete Button in GridView ? Pin
vicky4571-Nov-06 7:22
vicky4571-Nov-06 7:22 
AnswerRe: How to attach Javascript onto Delete Button in GridView ? Pin
ednrgc1-Nov-06 8:58
ednrgc1-Nov-06 8:58 
GeneralRe: How to attach Javascript onto Delete Button in GridView ? Pin
kaliem1-Nov-06 10:11
kaliem1-Nov-06 10:11 
GeneralRe: How to attach Javascript onto Delete Button in GridView ? Pin
kaliem1-Nov-06 10:16
kaliem1-Nov-06 10:16 
GeneralRe: How to attach Javascript onto Delete Button in GridView ? Pin
vicky4571-Nov-06 10:21
vicky4571-Nov-06 10:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.