D
deepak
i have dropdownlist(ddlist) and textbox(tbox) , i want that if a user types
sometihing in the textbox(tbox), the values present in the ddlist should
appear e.g.
my ddlist has 3 values (india,indonesia,germany), if user types in text box
like "i" then dropdown control should go to "india" and 'indonesia" (not
to germany) and if he types "n" the then it be on india,indonesia
and if he types "d" after "in" in text box then control should be on "india"
,indonesia" and if he types 4th letter say "i" then control shoudl select
2nd value which is "india",in this way the procseesing should be done..there
must be no postback, i know it can be done with the help of javsscript but
how..plz help me ,Thnaks in adavce to everyone who will try to do this
i post this question before but the soltuon given by somebody else is not
working
sometihing in the textbox(tbox), the values present in the ddlist should
appear e.g.
my ddlist has 3 values (india,indonesia,germany), if user types in text box
like "i" then dropdown control should go to "india" and 'indonesia" (not
to germany) and if he types "n" the then it be on india,indonesia
and if he types "d" after "in" in text box then control should be on "india"
,indonesia" and if he types 4th letter say "i" then control shoudl select
2nd value which is "india",in this way the procseesing should be done..there
must be no postback, i know it can be done with the help of javsscript but
how..plz help me ,Thnaks in adavce to everyone who will try to do this
i post this question before but the soltuon given by somebody else is not
working