User Profile
Collapse
-
Thanks Frinny..It was really a quick response... -
ajax async process flow
So you mean to say that all the controls within the update panel are re-rendered !!
Let me remind you that, my situation was that 4 controls are in update panel and only 1 of them has been changed by its content, not the rest 3 controls within the update panel. Still those rest 3 controls are re-rendered from scratch with its corresponding data content??
Then why by using AJAX...Leave a comment:
-
Ajax Async Process Flow
As we know ajax resides between server and client and helps the page's partial rendering...so no need to render all the page controls from scratch....so when we know that some controls requires post back data..we put those control in ajax "update panel" tags...and rest of the non postback enabled controls outside updte panel....
Now we have 6 controls in a web form...2 of them dont need async process..and 4 of them need async... -
Boxing
why Boxing is needed???I mean why an conversion of Value type to Reference Type is needed??
No activity results to display
Show More
Leave a comment: