Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I have a serious problem in my project. I have worked in C# where i have post back options, so that i can have some controls under it to avoid loading again and again.
Like wise is there any other options in MVC also. I have googled it but got no solutions for this.

I'm new to this technology,
pls do send me some links so that it will be a bit useful.

Thanks..!
Posted
Comments
Jameel VM 30-Jan-13 4:36am    
there is no postback in ASP.NET MVC. It is completely stateless. where you are stuck?Please post what u have tried?

Please go through Microsoft Official ASP.NET MVC site. Don't compare ASP.NET Webform with ASP.NET MVC
http://www.asp.net/mvc[^]

Some other Useful links
http://www.m6.net/resources/asp.net-mvc-tutorial.aspx[^]
http://www.youtube.com/watch?v=trpZuuTICWM[^]
Difference between ASP.NET webform and ASP.NET MVC
http://www.devcurry.com/2009/09/difference-between-aspnet-webforms-and.html[^]

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900