Click to See Complete Forum and Search --> : how show a datagrid when a textbox value is changed?


lrrajesh
06-07-2005, 08:19 AM
how show a datagrid when a textbox value is changed?

i have a datagrid which is hidden now. when the content of a textbox changed i have to show the datagrid.

can any one please help

thanks

A1ien51
06-07-2005, 08:37 AM
put a change handler on the textbox, when the function is called on the server side, show the grid.

Eric

PeOfEo
06-07-2005, 01:41 PM
The trouble is getting this to post back to the server. Did you want this grid to show right when the text box is changed or are you just going to do it when a form is submitted with a different value for that box?

lrrajesh
06-15-2005, 11:56 PM
i want to show grid according to the value in the textbox.when some one enter a value and then press the enter key