I have a solution with 3 projects, one of them being Ex.utils and Ex.Api. Where the .dll of the utils project is referenced in Ex.Api in 'References'. Both compiled in the same .NET version.
When you run the debug, the breakpoint, after count...
The purpose of the exercise is to study, I am creating a blog that has stories about dubbing and one of the objectives is to hide the text, which is much larger than my Div, so when clicking on the post the person is redirected to a page with th...
I'm developing software, but I can not enable a select.
The intent is to check the select enable automatically.
How do I do this?
function habilitarSofa() {
var radios = document.getElementsByName("sofa[]");
for (var i = 0; i <...
We know that in an interface the methods have no implementation, just signing, that is, just defining their methods without the body, we conclude that all are already abstract methods, right? But then why are there statements like:
interface E...
I have a javascript file that does ajax requests for my API, but I do not want anyone to find out the link to it, is there any way to block access to this file?
If you do not have some way to release so only the site can access?
I have this:
l=['Car 8', 'Bike 5', 'Train 10']
And I would like to have something like this:
[('Car','8'), ('Bike','5'), ('Train','10')]
How could you make a list of strings into something like a list of strings tuples?
Can anyone help me how do I fill out a DropDownListFor ?
Before I was doing it this way:
@Html.DropDownList("lstAffiliate", string.Empty);
But I saw that it was not recommended, so I decided to do it with ListFor .
I have...
My goal with the code was to set up a game that asked the person which number the computer would be "thinking" (from 1 to 100), and as the person said a number from 1 to 100, the computer would tell if the random number generated is greater or l...
Ohayou Developers,
I would like to know how to access the children of an object, for example.
I have a TRectangle and a TLabel with your child. I would need to access the TLabel to change, for example, your text, color etc.
What would be the com...