Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
135210 Points
21690 Posts
Moderator
MVP
May 07, 2012 08:07 AM|LINK
Gautham.shetty.Kaup Why it is not prefered to use "Session" under asp.net mvc
Instead of? I use Session when it needs to be used - not where it not needs. PLease clarify
Gautham.shetty.Kaup Why it is not prefered to use server control under asp.net mvc.
Server controls - if you talk about WebForms controls, those does not function in MVC. ( no view state, no events )
ignatandrei
All-Star
135210 Points
21690 Posts
Moderator
MVP
Re: Session, server control under asp.net mvc
May 07, 2012 08:07 AM|LINK
Instead of? I use Session when it needs to be used - not where it not needs. PLease clarify
Server controls - if you talk about WebForms controls, those does not function in MVC. ( no view state, no events )