David, Thanks for the reply. Yes, you are correct. As the user types in the textbox the repeater will be showing the results. This web page will be used by 1500 users at a time. I want to avoid all the postbacks since I have already loaded the repeater. I have a custom control that does this for a dropdownlist. But I am struggling to make this work with the textbox and repeater. Any help would be appreciated.
--- In [email protected], David Sapp <[EMAIL PROTECTED]> wrote: > > Ok, upon second reading of your post I think I understand what you want. It seems you want the following (correct me if I'm wrong): there will be a textbox at the top of the page outside of the repeater and when the user types in a character the repeater will show the records that match that character (of course based on whatever repeater field you are using to perform the search). Is this right? If yes, then I can look into it. > > bh0526 <[EMAIL PROTECTED]> wrote:Hi all, > > Hopefully someone can help me out here or point me in the right > direction. I have a web page that contains a repeater. I bind the > repeater to a data source when the page loads. The user wants to be > able to start typing in a textbox and have the repeater display the > results as they are typing. Obviously, this has to be done on the > client-side. I know there are various keypress events that can be > captured. But I am pretty weak in javascript. Has anyone done this > or know of a web site where I can see an example? > > Thanks, > Bob > > > > > > > > > SPONSORED LINKS > Basic programming language Computer programming languages Programming languages Java programming language > > --------------------------------- > YAHOO! GROUPS LINKS > > > Visit your group "AspNetAnyQuestionIsOk" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > --------------------------------- > > > > > > --------------------------------- > Yahoo! FareChase - Search multiple travel sites in one click. > > [Non-text portions of this message have been removed] > ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
