Questions




Answers
2
Checkbox value not posting in ASP.NET MVC form?

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

...
Read More
Answers
2
Answers
2
Convert lines of C# code from asp.net mvc 5 under visual studio 2015 to asp.net core2 under visual studio 2017

Hello, how can I made this code with asp.net core 2 under Visual studio 2017.

...
Read More
Answers
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.

...

Read More
Answers
2
Facebook: get list of pages that a user is admin of using OAuth in ASP.NET MVC

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.

...
Read More
Answers
2
Login with Facebook using Oauth redirect us to full page, how can replace it with pop-up in ASP.NET?

Hi, I'm using Oauth to login with facebook account as shown in the below image

When have clicking on the facebook button

...

Read More
Answers
2
How to open sql server configuration manager in windows 10?

I am using SQL server Express 2012 in my new windows 10 laptop, now I need to open SQL server configuration manager in windows 10? Where can I find it in Windows 10, in Windows 7, it was easier to navigate and check it in All Programs -> SQL server 2012 -> SQL server configuration manager, but in Windows 10 I cannot find it.

Where can I find it in windows 10? I tried to check in All programs but wasn't able to find it.

Thanks

...
Read More
Answers
1
How to migrate from angular4 to angular6? need code changes details

Hi, I need to migrate my code to work under angular6, Currently I am working with angular 4. Can you let me know the global changes, that I would have to do, inside the code, when I am trying to move from angular4 to angular6.

Thanks.

...
Read More
Answers
3
How to Add Spaces before Capital letter in a string using C#?

In my MVC project, I am getting dropdown text data as "NoEffect", "FadeOut" etc, now I would like to show user as "No Effect", "Fade out" etc, show how can I achieve it using C#?

Any method would work, using regex or without using regex.

...
Read More
Answers
2
How can I add new SelectListItem at first position of a List in C# MVC?

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.

...
Read More

Page 19 of 54