How to seperate the ”select top * x” from query string?
I am trying to sent a query string to the database, but got this error –>
I am trying to sent a query string to the database, but got this error –>
This is what I’m trying to achieve. I’m trying to serialize my model into a JSON for post request to insert records { "Data": [ { "employee_num": "7812345", "code": "333", "startdate": "2020-10-03" }, { "employee_num": "2345789", "code": "444", "startdate": "2020-10-03" } ] } I’m stuck with this { "employee_num": "7812345", "code": "333", "startdate": "2020-10-03" }, … Read more
I need to add an api endpoint in a web project (=> WebSiteUrl/api/token).
I have an Angular app that makes requests to a .NET 4.6.2 Web MVC Controller and the code inside the controller makes a requests with a HttpClient to a .NET Core 3.1 API. All apps is hosted in Azure.
I have a simple gridview with button for each row, and I want to pass or display the value of user_full_name_ar in a label, I tried doing this using javascript function as shown below but it doesn’t show the data it shows null,
I have a simple ASP.NET Core application that I want to run with IIS and Windows Authentication.
How to check if there exists an entry in the database? Debugging shows that the result returns null.
I am using ASPxGridView and not able to access text box, which is present inside DetailRow (i.e. inside second grid view not in master grid view)
My software is splitted into 2 parts:
I want to search for users in my db and create new types in the WHERE statement.
But when i do this i cant add the Range in my List for the return.