c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "MVC"

How to share image to twitter post using asp.net MVC?

| | Category: asp.net MVC

In this article we will describe how to share a post along with image in twitter. We can share image with SendTweetWithMedia() method by passing image as stream. Inorder to send image as stream we need to convert it.

How to share twitter post using asp.net MVC c#?

| | Category: asp.net MVC

The sample code in this article demonstrates share twitter post programmatically. To create a twitter application using Twitter apps and get a customer key (API Key) and customer secret (API key). Inorder to share twitter post we need to Install-Package TweetSharp using nuget package manager console and reference to the page.

How to pass multiple parameters to a POST method using jQuery Ajax in asp.net MVC?

| | Category: asp.net MVC

In this article we will discuss to pass multiple parameters from Ajax post call in asp.net MVC application. Before I have faced issues with jQuery ajax post call to a controller with multiple parameter due to syntax errors. Now I have found a way by passing JSON stringifyed Object to a [HttpPost] method.

[Solved] CS1003: Syntax error, '>' expected

| | Category: asp.net MVC

When I run the application I got error “CS1003: Syntax error, '>' expected”. After that I realized the mistake because of semicolon (;) I put after the model class in the Index.cshtml view “@model MVC_tutorials.Models.Document;”

How to create word document file using asp.net MVC?

| | Category: asp.net MVC

In this step-by-step article descrbes how to create a MS word document file using asp.net. The sample code in this article demonstrates how to insert paragraphs with text programmatically.

How to create multiple fileUpload using asp.net MVC 4?

| | Category: asp.net MVC

In this article we will learn how to upload in asp.net MVC 4 application.To begin create an asp.net mvc project called mvc-tutorials and also create a class and name it as picture with a single propery name files with datatype

How to create single fileUpload using asp.net MVC 4?

| | Category: asp.net MVC

To begin create an asp.net mvc project called mvc-tutorials and also create a class and name it as picture with a single propery file with datatype HttpPostedFileBase.

[Solved]Complilation error: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

| | Category: asp.net MVC

It was happen when I was assigned value to a variable var desc = @Model.ShortDescription; so that it was happened afterwards I find out solution. I have assigned like this var desc = @Model.ShortDescription; then works fine. We do not need to use @ symbol.

How to export jQuery datatables all data export features in asp.net MVC?

| | Category: asp.net MVC

In this article we will discuss to export data, copy to clipboard or print we should use Table Tools plugin for datatables. We need to use tools plugin css, javascript and flash SWF file

How to export jQuery datatables to MS excel in asp.net MVC?

| | Category: asp.net MVC

In this article we will discuss How to export jQuery datatables to MS excel in asp.net MVC. The following example describes about datatables and exporting features.

Page 15 of 18