M Michael Chong Sep 24, 2004 #1 Hi! I need to know can ASP.NET consist of client/server application in its WebForm?
J Joyjit Mukherjee Sep 24, 2004 #2 Hi, Instead, you can think of it as a Request / Response based architecture, but in a stateless form. to manage / maintain state / connectivity, there's host of techniques available that suits your requirement, architecture etc. Regards Joyjit
Hi, Instead, you can think of it as a Request / Response based architecture, but in a stateless form. to manage / maintain state / connectivity, there's host of techniques available that suits your requirement, architecture etc. Regards Joyjit