dpanattoni
IS-IT--Management
I have written a web page that displays static text and a textbox with 4 buttons below it. Depending on which button the user presses, one of 4 types of data are displayed in the text box. The text box is only a small portion of the entire web page.
The problem is that when a button is pressed, the time delay before this text box is displayed is the same as the time delay to display the entire web page. Is this what is happening? Is the entire web page being reconstructed? If so, is there a faster way for me to specify that only the textbox needs to be redisplayed?
thanks in advance.
DP
The problem is that when a button is pressed, the time delay before this text box is displayed is the same as the time delay to display the entire web page. Is this what is happening? Is the entire web page being reconstructed? If so, is there a faster way for me to specify that only the textbox needs to be redisplayed?
thanks in advance.
DP