I'm a beginner with JavaScript and I'm having a problem when the DataTable of my Index is loaded.
IfIopenasection,inmyIndex,andputtheJScodeinsideit,everythingworksperfectly.
@{
ViewData["Title"] = "Gerenciar Situações de Pessoa";
}...
I have an asp.net web.api API
I'm doing a method that sends the login information, I'm having a hard time making the return processing, even sending erroneous information is passing as certain.
<script>
var usuario, senha;...
Good,
I developed a website in ASP.NET C # in Visual Studio 2013 for a company. This company wants to replace your current website with what I've developed. This site is located on the server of a telephone company. How do I replace the old s...
How do I pass an object I have in a REST to an ASMX ?
I have this controller in REST that has the object (client) that I want to send to an ASMX
[Route("api/[controller]")]
public class OptOutClientController : Controller
{
HttpClient c...
Error sending email. I have a form that sends email with attachments. When run from within the company, it works perfectly. When called from outside, that is, when called by the published project, it generates the error of the image below.
We al...
I'm building a website. But there is one question that I can not solve.
I have a Home Controller where I have all the Site Views.
For example, I enter andwhenIclickononeoftheimagestogotoanotherView,, my URL does not appear as I wanted. I wanted...
I have the following tables in my database:
Sale
Sales Details
Products Sales
Plots
The relationship is as follows:
1 Sale = > N Sales Details
1 Sale = > N Products Sales
1 Sales Details = > N Plots
I'm trying to...
I have a project in Asp net mvc and another in Xamarin Forms, I need to call in my Xamarin Forms project a WebView Local but the page is like cshtml (asp net)
I created a method that calls data from a database in C #. How can I call this method in JavaScript?
Follow the code
[WebMethod]
public copa recuperaDados(int cAno)
{
var con = ConfigurationManager.ConnectionStrings["Data So...