G
Guest
Hi, All:
I am using vb.net developing web application. I am new in web application.
My issue is:
I have a button "btnCalculateTotal" on a web page (form), click this button,
the "btnCalculateTotal_Click" event will calculate the total and beside the
button there is text field will show the result. but each time when I click
the button, the page will be reload and goes to the top of the page. How
should I just click the button, do not reload(or reopen) the page and show
the result right on the text field.
I am using vb.net developing web application. I am new in web application.
My issue is:
I have a button "btnCalculateTotal" on a web page (form), click this button,
the "btnCalculateTotal_Click" event will calculate the total and beside the
button there is text field will show the result. but each time when I click
the button, the page will be reload and goes to the top of the page. How
should I just click the button, do not reload(or reopen) the page and show
the result right on the text field.