C
chenhong
I have a aspx page which has a textbox control and a button control.
I added some code in the button's OnClick event.
When I add some text in the textbox and hit ENTER,the page postback and the
button's OnClick event won't be excuted.
What do I do to make it work.
Thanks.
I added some code in the button's OnClick event.
When I add some text in the textbox and hit ENTER,the page postback and the
button's OnClick event won't be excuted.
What do I do to make it work.
Thanks.