Click here to Skip to main content
15,891,719 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have shifted from desktop application to ASP.NET application.

In windows application, I have a textbox. On textchanged event of textbox, gridview elements are changing. But i do not want to use same functionality in asp.net.


I am having a text box and a Gridview. I make my textbox Autopostback property true but event fires when we leave text box. I want to implement something like as we type in the textbox, related elements are displayed in Gridview.

e.g.: Suppose we have gridview with employee name columns
Now, if i type any employee name in a textbox then related names must be displayed in Gridview.

Waiting for reply.
Thanks in advanced
Posted
Updated 8-Jun-10 19:28pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900