txtfrm.Text = "";
txtto.Text = "";
listbox1.ClearSelection()
divname.Visible = false;
i have above lines which currently gets excuted on ESC button press
on ESC button press i have a script to execute a commnd button click event
and in the click event i have
txtfrm.Text = "";
txtto.Text = "";
listbox1.ClearSelection()
divname.Visible = false;
with current code i have a postback
can it be done on clinet side only without postback