No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: Are you trying to remove the items while iterting the collection? This will give you the runtime error...you can probably create a temporary list and modify and then re-assign. | |
Re: use styling and templating. | |
Re: Yes. Its possbile. You can create user controls which can contain others controls. | |
Re: There maybe various reasons. Try these two sites: http://www.codeproject.com/Questions/464873/Validation-of-viewstate-MAC-failed http://www.codeproject.com/Questions/321511/Validation-of-viewstate-MAC-failed | |
Re: You can choose to ASP.NET Forms Authentication in your ASP.NET MVC application. Also, in MVC 5 (based on .NET 4.5) there is no seperate MVC components (installer); everything is one single Web application and working with web forms and MVC is more seamless. http://www.asp.net/mvc/overview/security | |
Re: As already mentioned in one of the answers the second "model" is just any variable and can be replaced with any other variable name. I would also suggest to learn more about "lambda expressions" and "extension menthods" while working with ASP.NET MVC. | |
Re: SQL Server Express Edition is free and has very good UI with its Management Studio; much easier to use. |