I am trying to submit the form in ASP.NET MVC by updating a value of checkbox, but checkbox is not posting updated value to the C# Controller and posting null value, here is my razor code
...Hello, how can I made this code with asp.net core 2 under Visual studio 2017.
...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.
...
Hi, I have added login with facebook button using OAuth in my MVC project, now I want to get list of all the pages,while user is logging in, of which user is admin, here is the link which shows method to get list of pages that a user is admin of
But I would like to know to get the pages while logging in using ASP.NET MVC C#
Thanks.
...Hi, I'm using Oauth to login with facebook account as shown in the below image
When have clicking on the facebook button
...
I have already created a List in my ASP.NET MVC Controller, now I would like to add new Element at first position of the sorted list, how can I add it using ASP.NET MVC C#?
Here is the current C# code.
...When I am trying to return JSON data to my jQuery Datatable(Ajax based), It is working in some cases, but it is throwing below error in some cases
...Hi, I would like to know, can we test the page manage permission even before the facebook app review permission are granted,if we edit correctly the users (admins/developers/testers) in the settings of our app. Thanks.
...Hi, my app is still not aproved by facebook. I heve tried following this link https://qawithexperts.com/questions/351/error-requires-either-publishtogroups-permission-and-app-bei but still now, I haven't heard from facebook yet. I think to deal with apis pages under developement mode.
1 - I have created a new app under my account facebook , and keep the developement mode.
2 - I have get the page access token.
...