aspx_beginners thread: Non Postback pages
Can anyone suggest any examples of ASP.NET pages which do not use the postback architecture? All of the examples I have found so far use the form postback with the round trip to the server, but somewhere there must be examples that break out of that pattern. That is, pages that process input from params but then do something other than just post back. We all know how to do this in traditional asp, but how in ASP.NET? Thanks for any suggestions
|





