• Stars
    star
    1
  • Language
    C#
  • Created almost 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this article I am going to discuss how to create editable WebGrid which will provide you a functionality of inline editing using jQuery. Basically WebGrid does not have any built-in editing facility, but you can achive it using JQuery. The key idea behind this approach is to first populate the WebGrid with editable and read-only presentations of the data. And than, with the help of jQuery switch between the two presentations on a line-by-line basis. http://www.techstrikers.com/Articles/mvccontrib-grid-with-razor-view-and-entity-framework6.php

More Repositories

1

Crud-operations-using-nhibernate-with-asp.net-mvc5

In this article I am going to discuss how to create CRUD operation like create, retrieve, update and delete using NHibernate with ASP.NET MVC 5 application. NHibernate is complete framework that is used to map an object oriented business object to a traditional relational database like SQL Server etc. http://www.techstrikers.com/Articles/crud-operations-using-nhibernate-with-asp.net-mvc5.php
C#
2
star
2

Webgrid-in-mvc5-with-razor-view-and-entity-framework6

In this article I am going to discuss how to bind data from database to ASP.NET WebGrid. Basically WebGrid is used to display data on a web page using HTML table elements. It renders data in tabular format and also supports custom formatting of columns, paging, sorting, and asynchronous updates via AJAX. Grid is very useful and powerful tool to present data in tabular manner with look and feel. http://www.techstrikers.com/Articles/webgrid-in-mvc5-with-razor-view-and-entity-framework6.php
C#
1
star
3

how-email-can-be-used-to-track-user-IP-address-using-asp.net

In this article I am going to discuss how to get client IP Address in asp.net web application. In email marketing sometimes you may require to track users IP address that has opened your sent email. When user opens email from mailbox, the "ProcessRequest" of "image.ashx" file will be fire, where you can track user's IP address. http://www.techstrikers.com/Articles/how-email-can-be-used-to-track-user-IP-address-using-asp.net.php
ASP
1
star
4

Export-to-excel-from-webgrid-in-mvc5-with-razor-view-and-entity

In this article I am going to discuss how to export data from WebGrid to Excel Sheet. Sometimes you may required to provide data export functionality from WebGrid to Excel file in ASP.NET MVC 5. In this article I am going to discuss how to achive such functionality with all necessary steps. http://www.techstrikers.com/Articles/export-to-excel-from-webgrid-in-mvc5-with-razor-view-and-entity-framework6.php
C#
1
star
5

Create-custom-data-access-object-in-ASP.NET-MVC-5

Create custom data access object in ASP.NET MVC 5 application to perform CRUD operation like insert, edit, delete and update the data into the database without using Entity Framework. http://www.techstrikers.com/Articles/create-custome-data-access-object-in-asp.net-mvc5-application.php
C#
1
star