Click here to Skip to main content
16,006,768 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Requirement in Drop down list Pin
Hari_10107-Aug-07 22:21
Hari_10107-Aug-07 22:21 
GeneralRe: Requirement in Drop down list Pin
Hari_10108-Aug-07 1:52
Hari_10108-Aug-07 1:52 
GeneralRe: Requirement in Drop down list Pin
Michael Sync8-Aug-07 7:42
Michael Sync8-Aug-07 7:42 
GeneralRe: Requirement in Drop down list Pin
Hari_10108-Aug-07 20:49
Hari_10108-Aug-07 20:49 
GeneralRe: Requirement in Drop down list Pin
Hari_10108-Aug-07 23:50
Hari_10108-Aug-07 23:50 
GeneralRe: Requirement in Drop down list Pin
Michael Sync9-Aug-07 15:28
Michael Sync9-Aug-07 15:28 
GeneralRe: Requirement in Drop down list Pin
Hari_10109-Aug-07 18:38
Hari_10109-Aug-07 18:38 
GeneralRe: Requirement in Drop down list Pin
Michael Sync9-Aug-07 20:01
Michael Sync9-Aug-07 20:01 
I have tried that. It works.

Hari_1010 wrote:
(i.e After i typed 'pe', I wait for 1000 ms for the dropdownlist to select 'peter'. That's fine. Then I typed 'Ki', the dropdownlist has not select the name 'Kiran'. It selects "Indhu").


Did you wait for 1000 ms after typing 'Ki'?

I have tested with the following data..

DropDownList1.Attributes.Add("onkeypress", "foo(event,'" + DropDownList1.ClientID + "');");<br />
<br />
        List<string> list = new List<string>();<br />
        list.Add("Alien");<br />
        list.Add("Emos");<br />
        list.Add("Emos2");<br />
        list.Add("Poker");<br />
        list.Add("Peter");<br />
        list.Add("Michael Sync");<br />
        list.Add("Petro");<br />
        list.Add("Pet");<br />
        list.Add("Elizabeth");<br />
        list.Add("Kiran");<br />
        list.Add("Kate BackInSales");<br />
<br />
        DropDownList1.DataSource = list;<br />
        DropDownList1.DataBind()


I tried three times. ('Pe', 'Ki', 'Em'). It works fine.. Please try it again and let me know..

Note: you have to wait 1000 ms every time after typing something...


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

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

GeneralRe: Requirement in Drop down list Pin
Hari_10109-Aug-07 20:21
Hari_10109-Aug-07 20:21 
GeneralYou forget to uncomment Pin
Michael Sync10-Aug-07 8:30
Michael Sync10-Aug-07 8:30 
GeneralRe: You forget to uncomment Pin
Hari_101012-Aug-07 18:12
Hari_101012-Aug-07 18:12 
GeneralRe: You forget to uncomment Pin
Hari_101012-Aug-07 19:06
Hari_101012-Aug-07 19:06 
GeneralRe: You forget to uncomment Pin
Michael Sync12-Aug-07 19:45
Michael Sync12-Aug-07 19:45 
GeneralRe: You forget to uncomment Pin
Hari_101012-Aug-07 19:58
Hari_101012-Aug-07 19:58 
QuestionProblem with Header Background image? Pin
chand107-Aug-07 19:50
chand107-Aug-07 19:50 
QuestionDisplay DB records In Flash Pin
kirthikirthi7-Aug-07 19:22
kirthikirthi7-Aug-07 19:22 
AnswerRe: Display DB records In Flash Pin
Christian Graus7-Aug-07 19:29
protectorChristian Graus7-Aug-07 19:29 
GeneralRe: Display DB records In Flash Pin
kirthikirthi7-Aug-07 20:03
kirthikirthi7-Aug-07 20:03 
GeneralRe: Display DB records In Flash Pin
Christian Graus7-Aug-07 20:08
protectorChristian Graus7-Aug-07 20:08 
Questionsession_end Pin
Sonia Gupta7-Aug-07 19:07
Sonia Gupta7-Aug-07 19:07 
AnswerRe: session_end Pin
sulabh20207-Aug-07 22:33
sulabh20207-Aug-07 22:33 
AnswerRe: session_end Pin
N a v a n e e t h7-Aug-07 22:39
N a v a n e e t h7-Aug-07 22:39 
GeneralRe: session_end Pin
Sonia Gupta7-Aug-07 23:39
Sonia Gupta7-Aug-07 23:39 
GeneralRe: session_end Pin
N a v a n e e t h7-Aug-07 23:42
N a v a n e e t h7-Aug-07 23:42 
GeneralRe: session_end Pin
Sonia Gupta7-Aug-07 23:47
Sonia Gupta7-Aug-07 23:47 

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.