Export to Excel in Asp.Net MVC
We can render the data as a HTML table and then give the content type as application/excel. Excel renders HTML…
All technologies, only pure source code
We can render the data as a HTML table and then give the content type as application/excel. Excel renders HTML…
As a web forms developer, I found the transition to MVC to be a bit of a shock at first….
This is another post which was inspired by a recent question in the ASP.NET forums, when someone asked what the…
Introduction Working with images in a web application can turn from a simple task to a complexity in need of…
If you tried to close a window using javascript window.close() method in IE7, and as you may noticed a message…
At times you want to accept user input in your web applications by presenting them with a wizard driven user…
UPDATE: As of jquery.validation version 1.8+ hidden input fields are not validated by default, which means that the wizard form…
In default template of asp.net mvc 4.0, Layout.cshtml has following code for menu: <nav> <ul id=”menu”> <li>@Html.ActionLink(“Home”, “Index”, “Home”)</li> <li>@Html.ActionLink(“About”,…
If you’re new to ASP.NET MVC, you might be wondering what these two things are and when to use each…
The error is: [A]System.Web.WebPages.Razor.Configuration.HostSection cannot be cast to [B]System.Web.WebPages.Razor.Configuration.HostSection. Type A originates from ‘System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ in the context…