J
John Dalberg
What causes a server event to fire when something happens on the client?
Say a user changed the gridview's page index, the server side
PageIndexChanged event is fires.
What makes PageIndexChanged fires? Is it a field in the viewstate? Is it a
value in the forms collections? I am trying to understand the mechanism of
communication between the browser and the server.
John Dalberg
Say a user changed the gridview's page index, the server side
PageIndexChanged event is fires.
What makes PageIndexChanged fires? Is it a field in the viewstate? Is it a
value in the forms collections? I am trying to understand the mechanism of
communication between the browser and the server.
John Dalberg