2800 0
File upload using Ajax in ASP.NET Core
In this article, I have mentioned how we can upload file using AJAX in ASP.NET Core without form submit.
Type
Article
2787 2
How to solve the Index out of range exception?

I am getting out of range exception for this code-

...
Type
Question
2708 0
Performing CRUD Operation in ASP.NET MVC Using Entity Framework
This article helps you to perform CRUD (Create, read, Update , Delete) operation in ASP.NET MVC using Entity Framework as connectivity to database.
Type
Article
2690 1
Cannot connect with database using jQgrid in asp.net MVC

Hello, I am using jQGrid in asp.net MVC project, but I can't connect to database using the below code

...
Type
Question
2684 2
Find Expire Time for an access token (page_access_token) when using facebook Graph API in ASP.NET?

Is there any way to use the facebook graph api to find out when a page access token will expire?

There is now an API version of the debugger tool. See https://developers.facebook.com/docs/authentication/access-token-debug/. 

But I can't figure out the expire_date of my page_access_token. Please how can I find when token will expire in ASP.NET or Javascript.

In below picture I was figure out just the page_access_token and the id.

...

Type
Question

2667 0
Solving Error "JsonException: A possible object cycle was detected" .NET Core
In this article, I have mentioned how we can resolve error "JsonException: A possible object cycle was detected" which occur in .NET Core JSON call.
Type
Article
2658 4
FB popup not back in the web main windows, but stay in the popup

Hi, I had ask a question on this link about how can minimize a full page login with facebook in just popup :

https://qawithexperts.com/questions/360/login-with-facebook-using-oauth-redirect-us-to-full-page-how

but this FB popup does not return to main windows, stay in the popup , I would like to have code which should return back login details in the main tab.

Right now, when logging using popup It is still inside popup & not redirected to the main tab.

...

Type
Question
2631 1
How to check IIS version in windows server?

Hello, I have just started using Windows Server 2016 on Amazon EC2, but I am not able to check which IIS version I am using, as I would like to have Http/2 support which is starting from IIS 10 as far as I know.

So, let me know how I can check IIS version on windows server?

...
Type
Question
2621 1
ASP.NET WEB API AND ANGULAR 4 (USING .NET FRAMEWORK NOT .NET CORE 1 OR 2)

Is this possible to implement asp.net web api (.net framework) in angular 4?

I've followed the docs in angular.io and I've already implemented it in my machine, and it has AOT.

By the way I am using Visual Studio Enterprise 2015.

My question is how to config the startup.cs .(net framework asp.net web api) into my angular 4. 

What i always saw was implement angular 4 in asp.net core.

So I can't display the data from web api to my angular 4 project.

 

...
Type
Question
2553 2
How to get PageID of a Facebook user for which user is admin and get permissions to post on it in ASP.NET MVC?

HI, I have creaed button to login with facebook using Oauth in asp.net mvc after logging I have got the user Id and email after login but want to Get PageID of a Facebook user which the user is admin for it and get permissions to post on it.

how can I do that. Thanks

...
Type
Question

Page 27 of 31