-
I am getting following error on a particular .asp page on submission of the registration form.I have added this page …
- 45 views
- 0 answers
- 0 votes
-
We have old web application in traditional Asp.net which allows only IE-11 browser to open. Now we are going open …
- 50 views
- 1 answers
- 0 votes
-
I’m currently developing an OData API in .Net Core 3.1 which fetches data from SQL server. Using postman, I’m sending …
- 44 views
- 1 answers
- 0 votes
-
Goal is to convert XML response to JSON. I am hitting an API endpoint which returns XML data. I recieve …
- 52 views
- 1 answers
- 0 votes
-
What is difference in security point of view, implementing https with IIS UrlRewrite and implementing https by replacing http with …
- 46 views
- 1 answers
- 0 votes
-
I want to convert the gridview function to rows. I have a header saying "Content Manager" and I have their …
- 40 views
- 1 answers
- 0 votes
-
When I created new project in visual studio 2019 (.net core 3.0 / angular8 / Individual user authentication) I can’t …
- 39 views
- 0 answers
- 0 votes
-
I have a xml file with nested xml nodes. i need to loop through the nodes and save the innertext …
- 40 views
- 2 answers
- 0 votes
-
I have Class Name in Database like "Workcenter" and "Holidays" etc. and my project namespace is "CMMI.API.Model" after concate the …
- 38 views
- 1 answers
- 0 votes
-
There is such a structure of classes: public class GroupModel { public int Id { get; set; } public string …
- 47 views
- 1 answers
- 0 votes