Showing posts with label MVC. Show all posts
Showing posts with label MVC. Show all posts

Thursday 27 November 2014

MVC 4 Razor: Send Email with multiple attachments in ASP.NET using C#

Hi friends,in this article I will explain about How to Send Email with multiple attachments in ASP.NET  MVC 4 Razor:
For sending mail from ASP.NET MVC we use the "System.Net.Mail" namespace. Let's explain how to do this.
I already explained in the previous articles about MVC 4: How to bind dropdownlist inside WebGrid in MVC 4 Razor using C# ,Create/Generat PDF with image Using RazorPDF in ASP.Net MVC and MVC4: Show Multiple Models in a Single View using dynamically created object.

Friday 14 November 2014

MVC Export Data to Excel using C# || Export Data from Database Table to Excel File in MVC ASP.NET

Hi friends,in this article I will explain about how to Export Data to Excel using MVC || Export Data from Database Table to Excel File in MVC ASP.NET.
Let us start with an example user details. Add User_id, User name, Gender, Country to the database then we can export it to the excel sheet.

Thursday 6 November 2014

Friday 24 October 2014

Creating Dynamic CSS Menu From Database SQL Server in ASP.Net Using C#.Net/VB.NET

Hi friends,in this article I will explain about How to Create Dynamic menu is one of the most important parts if a website development. So today I will show you how you can create dynamic css menu with database(SQL Server using in ASP.NET using CSS.
First we will search for the menu which we want to implement dynamically. 
After this we will create table in which we will add the menu item detail. In this article I have used two table one for parent and other for child table. In this child table contains the reference of parent table.

Tuesday 21 October 2014

MVC:JQuery UI Datepicker Calender Control In Asp.Net Mvc Application || How to Use jQuery Calender In MVC3

Hi friends,in this article I will explain about How to use Datepicker Calender Control In Asp.Net Mvc Application || How to Use jQuery Calender In MVC3.
Datepicker is a nice and cool plugin for displaying the calendar with ease. It is very easy to use JQuery plugin, it comes as part of JQueryUI library, so if you want to use this – first download JQueryUI from http://jqueryui.com/download and also download JQuery(http://docs.jquery.com/Downloading_jQuery) if you haven’t done so yet.

Thursday 9 October 2014

MVC 3:How to pass or send List from Controller to View in ASP.NET using C#

Hi friends,in this article I will explain about How to pass or send List from Controller to View
At first we will create model class and pass list of model class object from controller to view.
Our model class is very simple. It contains only two properties called user_Id , userName  and country. User_Id is int type userName  and country both are string type.

Friday 21 February 2014

Wednesday 8 January 2014

© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.