Forum Moderators: open

Message Too Old, No Replies

AutoFill Textbox

vb.net

         

jefferson

3:05 pm on Jun 8, 2005 (gmt 0)

10+ Year Member



VB.Net--- i have a textbox. i want to be able to type in it, and have it autofill by adding the rest of the text to the end of what i am typing. found a couple of examples on the internet, but having a hard time implementing them into my project. HELP!

TheNige

7:54 pm on Jun 8, 2005 (gmt 0)

10+ Year Member



Are you using ASP.Net or WinForms? With ASP.Net you'll need to use javascript or vbscript on the client side to do what you want.

txbakers

10:25 pm on Jun 8, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I know what he is looking for, and it does work server side, I think. I saw it in action as well and wanted to get one for a project I'm working on.

I would start combing through the script repositories for ASP.NET until you find it. I don't even know what it would be called, except auto-fill. I serached for it the same way and couldn't find it.

TheNige

1:00 am on Jun 9, 2005 (gmt 0)

10+ Year Member



Well, if it did work on the server side....you'd still need to do post backs....or it would be using client side scripts to do asynchronous calls to a web service without posting back.

carguy84

5:29 am on Jun 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



using an iframe is the easiest way to get it to work.