Hello it is possible to load an user control or an asp.net page inside another asp.net page with an ajax call?. What i want to do is to show a login box so i need to access also the code beynd of the control from the calling page, i know it is possible server side, but how to do it with javascript ajax?
I can call a server side method from javascript ajax that return the html of a page/user control but how can i return the server side logic of the returned html page, in order to make it available from the calling page?