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 "ASP-NET"

Ftp error 530 User cannot Log in

| | Category: c# .net

I want to download files from an FTP server using asp.net c#. When I tried to connect FTP server I got the following error FTP error: 530 User cannot Log in.

Convert LINQ Query results to List Object

| | Category: c# .net

You can convert the entity object to list Object by looping the LINQ Query results and adding the object to the list.

after ajax load AddThis is not working

| | Category: JQuery

Addthis is not working when I load dynamic content on button click. It was resolved by adding the script on page Load.

How to overwite the properties in partial class using asp.net?

| | Category: ADO.NET

We can use metadata to add functionality to entities by adding properties in a metadata class with attributes that we can affect the behavior of entities implemented with partial class called metadata classes.

An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle.

| | Category: .Net

I got the following error while running the application; we needed to add Async attribute to the page directive and set the value is set to true.

How to get websites favicon in mvc asp.net?

| | Category: asp.net MVC

You can use HTML agility pack or XmlDocument and get favicon. The following code will bring the path of website’s icon.

LINQ to Entities does not recognize the method 'System.Object get_Item(System.String)' method, and this method cannot be translated into a store expression

| | Category: Linq

A Linq query is translated to SQL to be performed against the database. Make sure you need to assign session or form request to a variable first and use this variable in the query

Delete file from the server using asp.net c#

| | Category: c# .net

You should make sure that the file path passing to delete from the server in asp.net c#. This following code is to delete the record from database and also from the folder path of the server.

Get last record with filter condition true in linq

| | Category: Linq

You can filter the last record from the list of records with filter condition using the following query.

Could not load file or assembly 'System.Web.Helpers' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

| | Category: asp.net MVC

You need to Uninstall Microsoft Aspnet mvc from the project by using Package manager console and reinstall it.

Page 12 of 26