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"

[solved]The SMTP server requires a secure connection or the client was not authenticated. The server response was: authentication required

| | Category: c# .net

If you not configured credentials this error will occur. Your must need to include Credentials for secure connection then only authenticated.

how to convert string to int in .net C# ?

| | Category: c# .net

If you have a string such as "456", you cannot do math with it, or use it anywhere you could use an integer unless you first need to convert it to the int type.

How to format date using Hepler method in Asp.NET MVC?

| | Category: asp.net MVC

In this article you will learn about how to display a DateTime value in dd/MMM/yyyy format by means of HTML Hepler methods in Asp.NET MVC.

[solved ]The required anti-forgery cookie "__RequestVerificationToken" is not present.

| | Category: c# .net

We need to add [ValidateAntiForgeryToken] attribute before our action. And also should add @Html.AntiForgeryToken() in our form.

How to apply css for dropdownList in MVC .net?

| | Category: asp.net MVC

Create a css class with style property and apply to dropdrownlist.

How to bind dropdownlist in asp.net MVC using Entity framework.

| | Category: asp.net MVC

In this example I am going to explain How to create DropDownList using MVC .net.Here, I am binding the MVC dropdownlist from model object (myDatabaseEntity) using entity framework.

Page 18 of 18