hi 2 all,
I'm using asp.net 2005,
I have one textbox and datagrid. i want to change the datagrid when i entered some value in textbox.ok.
I know textchanged event is best ...but my question is
textchanged event fired only when i entered "enterkey or space or tab key"...
i want to fire when i enter the value without "enterkey or space or tab key"
if anybodies know pls tell.... (with sample code)