|
Sir, following is one Query regarding the request-responce cycle in ASP.NET which is written in short hand typing pls don't ambarass..... whenever any event is raised on the client browser it sends request 2 d server, a roundtrip process happens, it reloads d page which we don't require at that moment of time, it reloads every thing like variables which are containing some intermediate values to safe these values we can use session object but it's not good to use it because in case we hv 50 variables we hv to create 50 variables in d session object also to keep values safe, so do u hv any idea 2 prevent this 2 happen so that d page load do not occur, only the event happens, or if d page load happens it do not reloads d variables and d values can maintain there.
after this ques I m hving few other also, which i'll ask in future on getting d answer 4 it.
|