Hi, my scenario is as follows:
- Configuration form (name, email and a photo)
- Form ABC - which has a form that is opened by clicking on a Button on the ABC form
- BCA Form - which has a form that is opened by clicking on a Button on the BCA fo...
I am doing the registration part of a system, in this register it is possible to save several comments and edit them as we enter them or later, however it should work as follows, the user inserts the data, on the same screen , it clicks Include...
This is not working (only the Wait () and Status () lines)
try
{
string url = $"http://localhost:2710/api/faturamento/{IdUsuario}/{IdGaragem}";
var uri = string.Format(url);
var respo...
Good afternoon!
I'm implementing an application in the Web Matrix. My page is in .cshtml (c # with html). I want to use the ViewBag class, but I can not find it in @using System.Web.Mvc; or elsewhere. I searched the internet but I did...
I need to implement a way for my system (written in ASP.NET MVC) to log in from an external system to which I do not have the source code. This external system uses uses the same users of my system. How do I log in to the system on my other syst...
Hello everyone, I have 2 comboBox and I have 1 (one) file with texts and subtexts
texto1
< 001 > ola
Hi
texto2
home
< 002 > hospital
....
I want to load this information in the 2 combobox
Combobox...
I have a textbox where, through another page I give you an email.
txtemail.text = "[email protected]"
And when my page does load , in that textbox it appears: [email protected] .
But if I try to make a new input...
I need to make a query in a API (JavaScript) method of google maps , however by controller , is it possible?
I have a ajax request that assembles a grid and inside it I make a query in the dbo.Atlas table by setting lat...
I have a problem sending the email when I run:
objClientSmtp.Send(mensagem_email)
In the + , "Non-public members" button, there shows the ClientSmtp.ServerSupportsEai property with an exception: "Object reference not set to an insta...