Click here to Skip to main content
15,904,494 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to show data in EXCEL Sheet? Pin
Kasi Viswanathan23-Nov-07 19:11
Kasi Viswanathan23-Nov-07 19:11 
AnswerFound Reference... Pin
Kasi Viswanathan25-Nov-07 22:55
Kasi Viswanathan25-Nov-07 22:55 
QuestionCrystal Report Problem Pin
Suryanairg23-Nov-07 17:49
Suryanairg23-Nov-07 17:49 
QuestionAutoComplete Pin
kirthikirthi23-Nov-07 17:38
kirthikirthi23-Nov-07 17:38 
AnswerRe: AutoComplete Pin
Michael Sync23-Nov-07 17:51
Michael Sync23-Nov-07 17:51 
GeneralRe: AutoComplete Pin
kirthikirthi23-Nov-07 18:43
kirthikirthi23-Nov-07 18:43 
GeneralRe: AutoComplete Pin
Imran Khan Pathan23-Nov-07 18:54
Imran Khan Pathan23-Nov-07 18:54 
GeneralRe: AutoComplete Pin
Michael Sync23-Nov-07 19:51
Michael Sync23-Nov-07 19:51 
kirthikirthi wrote:

acSearch.PageType = Me.[GetType]().BaseType
acSearch.OnAutoComplete = New Autocomplete.AutoCompleteHandler(AddressOf Me.GetSearchData)


This code is working fine??

I don't have VS 2003 in front of me.. I will tell you some possibilities..

Try with only one textbox

1. You said that the textbox "acSearch" and "GetSearchData" work fine. Why don't you try with "acSearch" and "GetSearchData1"

<br />
acSearch.PageType = Me.[GetType]().BaseType<br />
acSearch.OnAutoComplete = New Autocomplete.AutoCompleteHandler(AddressOf Me.GetSearchData1)


Is it working?

2. What about "Autocomplete1" and "GetSearchData"?

<br />
Autocomplete1.PageType = Me.[GetType]().BaseType<br />
Autocomplete1.OnAutoComplete = New Autocomplete.AutoCompleteHandler(AddressOf Me.GetSearchData)


Is it working?

3. What about "Autocomplete1" and "GetSearchData1"?

<br />
Autocomplete1.PageType = Me.[GetType]().BaseType<br />
Autocomplete1.OnAutoComplete = New Autocomplete.AutoCompleteHandler(AddressOf Me.GetSearchData1)


Is it also working??

If those three possibilities are working fine then try with two textboxes..

1.
acSearch + GetSearchData
Autocomplete1 + GetSearchData

2.
acSearch + GetSearchData1
Autocomplete1 + GetSearchData1

3. (finally)

acSearch + GetSearchData
Autocomplete1 + GetSearchData1


And let us know the steps the code is not working.

One more suggestion. If you are testing those steps, I suggest you to use Firefox with Firebug. And check whether you got any error in Firebug console or not..

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

"Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

GeneralRe: AutoComplete Pin
kirthikirthi30-Nov-07 20:28
kirthikirthi30-Nov-07 20:28 
GeneralRe: AutoComplete Pin
Michael Sync30-Nov-07 21:42
Michael Sync30-Nov-07 21:42 
GeneralRe: AutoComplete Pin
kirthikirthi30-Nov-07 23:09
kirthikirthi30-Nov-07 23:09 
Questionabout dropdownlist control in asp.net Pin
srinivasbau23-Nov-07 10:01
srinivasbau23-Nov-07 10:01 
AnswerRe: about dropdownlist control in asp.net Pin
Malcolm Smart23-Nov-07 10:52
Malcolm Smart23-Nov-07 10:52 
AnswerRe: about dropdownlist control in asp.net Pin
koolprasad200323-Nov-07 19:16
professionalkoolprasad200323-Nov-07 19:16 
Questionabout calander controlin asp.net Pin
srinivasbau23-Nov-07 9:58
srinivasbau23-Nov-07 9:58 
AnswerRe: about calander controlin asp.net Pin
Christian Graus23-Nov-07 10:52
protectorChristian Graus23-Nov-07 10:52 
GeneralRe: about calander controlin asp.net Pin
srinivasbau23-Nov-07 11:10
srinivasbau23-Nov-07 11:10 
GeneralRe: about calander controlin asp.net Pin
Christian Graus23-Nov-07 12:47
protectorChristian Graus23-Nov-07 12:47 
AnswerRe: about calander controlin asp.net Pin
pmarfleet23-Nov-07 11:23
pmarfleet23-Nov-07 11:23 
AnswerRe: about calander controlin asp.net Pin
Michael Sync23-Nov-07 17:33
Michael Sync23-Nov-07 17:33 
QuestionMySQL Membership Provider problem Pin
Bursh.23-Nov-07 6:48
Bursh.23-Nov-07 6:48 
AnswerRe: MySQL Membership Provider problem Pin
pmarfleet23-Nov-07 11:25
pmarfleet23-Nov-07 11:25 
QuestionGetTableData question Pin
Tesic Goran23-Nov-07 4:29
professionalTesic Goran23-Nov-07 4:29 
Questionajax and IE Pin
mohammad tavakoli23-Nov-07 4:04
mohammad tavakoli23-Nov-07 4:04 
AnswerRe: ajax and IE Pin
pmarfleet23-Nov-07 4:25
pmarfleet23-Nov-07 4:25 

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.