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 ArticleInsert 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 ArticleASP.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 ArticleEntity 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 ArticlePass (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 ArticleWorking 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 ArticleDisplay (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 ArticleRead 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 ArticleRead, 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 ArticleReturn 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 ArticleDisplay 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 ArticleTake 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 ArticleASP.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 ArticleASP.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 ArticleCall 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 ArticleGetting 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 ArticleImplement 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 ArticleUsing 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 ArticleCreate 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 ArticleUsing 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