G
gsalbertson
am new to asp.net and have a question on just what is processing on the
server and what is processing on the client. I have an asp.net page with
html controls on it, say a couple of text boxes and a button. The user
enters a number in one textbox, then the code behind does stuff -- let's say
it validates the number, adds the number to 100, then displays the new
number in the 2nd textbox. Once the user hits the button, isn't the
validation and calculation processing being done on the server, or is that
the client? Because if the server is really really really slow, and it is
still processing calcuations, the client isn't prevented from doing other
keystores, correct?
thanks.
server and what is processing on the client. I have an asp.net page with
html controls on it, say a couple of text boxes and a button. The user
enters a number in one textbox, then the code behind does stuff -- let's say
it validates the number, adds the number to 100, then displays the new
number in the 2nd textbox. Once the user hits the button, isn't the
validation and calculation processing being done on the server, or is that
the client? Because if the server is really really really slow, and it is
still processing calcuations, the client isn't prevented from doing other
keystores, correct?
thanks.