Using Google Translation (Translate) API in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to use the Google Translation (Translate) API in ASP.Net using C# and VB.Net. Google Translation (Translate) API can be accessed using HTTP...
View ArticleRich Text Editor (WYSIWYG Editor) in ASP.Net MVC 5
Here Mudassar Ahmed Khan has explained with an example, how to use Rich Text Editor (WYSIWYG Editor) in ASP.Net MVC 5 Razor. Rich Text Editor (WYSIWYG Editor) in ASP.Net MVC 5 Razor will be implemented...
View ArticleGet ID of Last Inserted Record using Entity Framework in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to get ID of last inserted record using Entity Framework in ASP.Net MVC Razor. When the Form is submitted, the value of the submitted Form...
View ArticleUpload, Read and Display Excel file data using OLEDB in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to upload, read and display Excel file data using OLEDB in ASP.Net MVCRazor. The uploaded Excel file data will be read using OLEDB library...
View ArticleUpload, Read and Display CSV file (Text File) data in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to upload, read and display CSV file (Text File) data in ASP.Net MVC Razor. CSV file is a Text file which contains Comma Separated (Comma...
View ArticleUpload, Read and Display CSV file (Text file) data in ASP.Net GridView using...
Here Mudassar Ahmed Khan has explained with an example, how to upload, read and display CSV file (Text File) data in ASP.Net GridView using C# and VB.Net. CSV file is a Text file which contains Comma...
View ArticleImport (Insert) Excel file data into Database using SqlBulkCopy in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to Import (Insert) Excel file data into Database using SqlBulkCopy in ASP.Net MVC Razor. The uploaded Excel file data will be read using...
View ArticleImport (Insert) CSV file (Text file) data into Database using SqlBulkCopy in...
Here Mudassar Ahmed Khan has explained with an example, how to import (insert) CSV file (Text File) data into Database using SqlBulkCopy in ASP.Net MVC Razor. The uploaded CSV file (Text File) data...
View ArticleRetrieve and display Image from Database in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to retrieve and display images stored in database in View in ASP.Net MVC 5 Razor. The image files stored as Binary data will be retrieved as...
View ArticleUpload file using jQuery AJAX in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to upload files using jQuery AJAX in ASP.Net MVC Razor. Using the jQuery Uploadify plugin, one can easily upload multiple files using jQuery...
View ArticleSend email in ASP.Net MVC
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to send email in ASP.Net MVC Razor. This example will illustrate how to send email in ASP.Net MVC using GMAIL SMTP server.
View ArticleCapture Image (Photo) from Web Camera (Webcam) in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to capture still image / photo / picture from Web Camera (Webcam) in ASP.Net MVC 5 Razor. jQuery Webcam plugin is used to capture images...
View ArticleSend email with multiple attachments in ASP.Net MVC
Here Mudassar Ahmed Khan has explained a simple tutorial with an example, how to send email with multiple attachments in ASP.Net MVC Razor. This example will illustrate how to send email with multiple...
View ArticleUpload Save Retrieve and Play MP4 Video files with live streaming from...
Here Mudassar Ahmed Khan has explained with an example, how to upload MP4 Video files, save (insert) to database table, retrieve (display) files from database table and play the files with Live...
View ArticleForms Authentication using FormsAuthentication Ticket (Cookie) example in...
Here Mudassar Ahmed Khan has explained with an example, how to implement Forms Authentication Login mechanism using FormsAuthentication Ticket (Cookie) in ASP.Net MVC Razor. This article explains Forms...
View ArticleHTML5 FileReader API Tutorial with example
Here Mudassar Ahmed Khan has explained a simple tutorial with an example on how to use the HTML5 FileReader API for reading Image files and displaying the image without uploading them to server using...
View ArticleCrop and Upload Image with Thumbnail using jQuery and HTML5 in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to Crop and Upload Image with Live Thumbnail Preview using jQuery and HTML5 Canvas in ASP.Net MVC Razor. The image will be cropped using the...
View ArticleIntegrate Google Maps in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to integrate, populate and display Google Maps V3 from database in ASP.Net MVC 5 Razor. The database records consisting of Latitude and...
View ArticlejQuery Carousel Image Gallery with Image Slider in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement jQuery Carousel Image Gallery with Image Slider in ASP.Net MVC Razor. The jQuery Carousel Image Gallery with Image Slider will...
View ArticleFacebook Authentication MVC: Login with Facebook account in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to integrate and implement Facebook Authentication in ASP.Net MVC Razor i.e. Login with Facebook account in ASP.Net MVC Razor. The Facebook...
View Article