Quantcast
Browsing all 4723 articles
Browse latest View live

Using SCOPE_IDENTITY with Entity Framework in ASP.Net MVC

Here Mudassar Ahmed Khan has explained with an example, how to get ID of last inserted record using SCOPE_IDENTITY when using Entity Framework in ASP.Net MVC Razor. When the Form is submitted, the...

View Article


Insert data using Entity Framework in ASP.Net MVC

Here Mudassar Ahmed Khan has explained with an example, how to insert data (record) in database using Entity Framework in ASP.Net MVC Razor. When the Form is submitted, the value of the submitted Form...

View Article


ASP.Net MVC CRUD: Select Insert Edit Update and Delete in ASP.Net MVC Razor

Here Mudassar Ahmed Khan has explained with an example, how to perform CRUD operation (Create, Read, Update and Delete) in ASP.Net MVC Razor using jQuery AJAX. CRUD operation in simple terms means...

View Article

Entity Framework MVC CRUD: Select Insert Edit Update and Delete using Entity...

Here Mudassar Ahmed Khan has explained with an example, how to perform Entity Framework CRUD operation (Create, Read, Update and Delete) in ASP.Net MVC Razor using jQuery AJAX. CRUD operation in simple...

View Article

Pass (Send) DataSet (DataTable) from Controller to View in ASP.Net MVC

Here Mudassar Ahmed Khan has explained with an example, how to pass (send) DataSet or DataTable from Controller to View in ASP.Net MVC Razor. Though it is not a good practice to use DataSet or...

View Article


Working with DataSets and DataTables in ASP.Net MVC Razor

Here Mudassar Ahmed Khan has explained with an example, how to use DataSets and DataTables in ASP.Net MVC Razor. Though it is not a good practice to use DataSets and DataTables as Model in MVC...

View Article

Display (Show) DataSets and DataTables in View in ASP.Net MVC Razor

Here Mudassar Ahmed Khan has explained with an example, how to display (show) DataSets and DataTables in Grid format in View in ASP.Net MVC Razor. Though it is not a good practice to use DataSets and...

View Article

Read and display XML data in View in ASP.Net MVC Razor

Here Mudassar Ahmed Khan has explained with an example, how to read and display XML data in View in ASP.Net MVC Razor. The XML data will be read from an XML file and the fetched XML records will be...

View Article


Read, Parse and display XML file using JavaScript, jQuery and HTML5

Here Mudassar Ahmed Khan has explained with an example, how to read, parse and display a XML file selected in FileUpload control (HTML File Input) on client side using JavaScript, jQuery and HTML5....

View Article


Return XML file from Controller's Action method to View in ASP.Net MVC

Here Mudassar Ahmed Khan has explained with an example, how to return XML file from Action method of Controller to View in ASP.Net MVC Razor. ContentResult return type is used for returning XML file as...

View Article

Display XML file with Formatting in HTML page using JavaScript and jQuery

Here Mudassar Ahmed Khan has explained with an example, how to display XML file with Formatting in HTML page using JavaScript and jQuery. The XML file will be selected using FileUpload element and its...

View Article

Take Screenshot (Snapshot) of Google Maps using JavaScript

Here Mudassar Ahmed Khan has explained with an example, how to take Screenshot (Snapshot) Google Maps to Image using Google Maps API V3. Google Maps API V3 provides Static Maps API to take Screenshot...

View Article

ASP.Net MVC Html.BeginForm Tutorial with example

Here Mudassar Ahmed Khan has explained a simple tutorial with example on how to use Html.BeginForm extension method in ASP.Net MVC Razor. The Html.BeginForm extension method is used to generate an HTML...

View Article


ASP.Net MVC Ajax.BeginForm Tutorial with example

Here Mudassar Ahmed Khan has explained a simple tutorial with example on how to use Ajax.BeginForm extension method in ASP.Net MVC Razor. The Ajax.BeginForm extension method is used to make AJAX calls...

View Article

Call Controller Action method from View using JavaScript in ASP.Net MVC

Here Mudassar Ahmed Khan has explained with an example, how to call Controller’s Action method from View using JavaScript in ASP.Net MVC Razor. The Controller’s Action method will be called from View...

View Article


Getting Started with Razor View Engine in ASP.Net MVC 5

Here Mudassar Ahmed Khan has explained with an example, how to get started with your first application using Razor View Engine in ASP.Net MVC 5. This article will provide step by step guide to create a...

View Article

Implement Microsoft Charts in ASP.Net MVC

Here Mudassar Ahmed Khan has explained with an example, how to implement Microsoft Charts from Database using Charts Helper class in ASP.Net MVC Razor. This article will illustrate how to create Pie...

View Article


Using Chart control in ASP.Net MVC Razor

Here Mudassar Ahmed Khan has explained with an example, how to use Chart control to create Charts from Database using Charts Helper class in ASP.Net MVC Razor. This article will illustrate how to...

View Article

Create Charts using Chart Helper in ASP.Net MVC Razor

Here Mudassar Ahmed Khan has explained with an example, how to create Charts from Database using Charts Helper class in ASP.Net MVC Razor. This article will illustrate how to create Pie Charts from...

View Article

Using Google Translation (Translate) API in JavaScript and jQuery

Here Mudassar Ahmed Khan has explained with an example, how to use the Google Translation (Translate) API in JavaScript and jQuery. Google Translation (Translate) API can be accessed using HTTP GET...

View Article
Browsing all 4723 articles
Browse latest View live