server-side

asp.net

The Antidote to ASP.NET Smart Navigation

One of the issues I have with ASP.NET is that it isĀ postback crazy. Virtually nothing of significance can be done in pure browser client code with ASP.NET out of the box.* You have to Submit() the specially formed ASP.NET HTML form to the server, and all

By Jeff Atwood ·
Comments