ASP.NET MVC Razor IsPost property with IF –Else loop

added by jacobsebastian
12/29/2010 4:01:43 AM

428 Views

ASP.NET MVC Razor a new view engine from Microsoft looks very promising. Here are example of code where we can determine page is post back or not. It support a IsPost Property which will tell you whether page is post back or not. So based on that we can...


0 comments