Storing data into Cache in ASP.NET MVC is not as straightforward as it was in ASP.NET Web Form where we […]
Updated on Kisan Patel
To cache the output of the action method, we can use OutputCache attribute in the action method of the controller. […]
Updated on Kisan Patel
This tutorial will show you how to validate the data passed in url at the routing level in ASP.NET MVC. […]
Updated on Kisan Patel
This tutorial will show you how to mark a form to not validate the input data for any HTML or […]
Updated on Kisan Patel
To avoid cross site scripting attack where a request to submitted to the form that is not originally the form […]
Updated on Kisan Patel
To perform Identity Authorization we need to add identity authentication in our project. Now you can add authentication for whole […]
Updated on Kisan Patel
This tutorial will explain you how to select multiple rows from GridView and retrieve selected records in ASP.NET. Default.aspx <asp:GridView […]
Updated on Kisan Patel
This tutorial will explain you two different ways to creating cookie in ASP.NET website. Method 1 Default.aspx <asp:Button ID=”btnCreate1″ runat=”server” […]
Updated on Kisan Patel
This tutorial will explain you two different ways of reading cookie in ASP.NET website. Method 1 Default.aspx <asp:Button ID=”btnRead1″ runat=”server” […]
Updated on Kisan Patel
This tutorial will explain you how to set DateTime when the cookie should expire in ASP.NET. Default.aspx <asp:Button ID=”btnCookieSet” runat=”server” […]
Updated on Kisan Patel