Dynamically changing textbox value in asp.net

TheSource

New Member
I want to design a textbox most likely like what Google search textbox provides where it can receive data from user and check the database and suggest few examples. How can dynamically change the textbox value as the user is typing in. There are Event attribute in visual studio but it works in a way of refreshing page by clicking somewhere out of textbox! so it doesn't work properly.
 
Back
Top