I want to know this difference
In Asp, the session is Process dependent, whereas in Asp.Net the session is Process independent. In Asp, the session is Cookie dependent, whereas in Asp.Net the session is Cookie independent.
Asp.net session supports cookie less session & it can span across multiple servers
I want to know the difference
Any one Explain what is the basic difference between ASP and ASP.NET??
What is the difference between <asp:Panel > and <asp:PlaceHolder > in ASP.NET? When should you use one over the other?
<asp:Panel >
<asp:PlaceHolder >