Posts by AleBabaloff • 1,104 points
34 posts
-
3
votes1
answer252
viewsQ: Array with dynamic ability and how to invalidate other characters in reading
I did the code below but found 2 problems: The value of the vector is set to 100 and must be the amount of numbers the user wants. Another problem I found is that the statement specifies that there…
-
1
votes1
answer146
viewsQ: Why does it loop infinitely in the println?
Build a program that is able to average all entire or actual arguments received from the keyboard and print them. Invalid arguments should be disregarded (Print a message for each invalid value. ),…
-
3
votes2
answers249
viewsQ: Do While enters infinite loop
I’m sure my mistake is in while, but I can’t understand what I did wrong. He goes into loop infinite. Follows the statement: Implement a program that receives 3 arguments from the command line. The…
-
0
votes2
answers112
viewsA: SESSION: System confuses users who access it simultaneously
The problem was found in the controller in the exit method, it was like this: [HttpGet, OutputCache(NoStore = true, Duration = 1)] I left only with the get and solved (I can not explain the reason):…
-
1
votes2
answers112
viewsQ: SESSION: System confuses users who access it simultaneously
When 2 users access at the same time the system, somehow it confuses the users, not only the name, but their permissions as well... I am assigning the session after logging into Actionfilter public…
-
1
votes1
answer48
viewsA: When I press enter in input type file, it opens a blank page
I cancel the Enter key in the Form: I added on Beginform: new { onkeydown = "return event.keyCode!=13", The complete Code: @using (Html.BeginForm("AdicionarAnexo", "Classe", FormMethod.Post, new {…
-
0
votes1
answer48
viewsQ: When I press enter in input type file, it opens a blank page
This is my code, when pressing enter it opens a blank page <div class="form-group"> <div class="col-sm-12"> <div id="fileselection" style="margin-bottom:30px"> @using…
-
2
votes2
answers62
viewsQ: Tab does not come open
I have 4 tabs, I would like to know how to make the first tab already open... Follow the code below: <ul id="myTabs" class="nav nav-tabs"> <li><a data-toggle="tab"…
twitter-bootstrapasked AleBabaloff 1,104 -
2
votes9
answers34793
viewsA: Input type="password" with password display eye
Guys look at the solution I made, it was exactly the way I wanted it... HTML: <div class="form-group col-sm-6 submit-line"> <label>Senha:<span…
-
4
votes1
answer3554
viewsQ: Difference between SQL Server Express versions?
What’s the difference between SQL Server Express versions of Dreamspark?…
-
5
votes2
answers14713
viewsA: How to change Visual Studio background color?
I thought it was... First go on: Then in:…
-
3
votes2
answers14713
viewsQ: How to change Visual Studio background color?
How do I change the background color of my Visual Studio? It’s white I want it to be with black background. See an example below:…
-
37
votes9
answers34793
viewsQ: Input type="password" with password display eye
I need to put a <input type="password"> with that eye of the reveal password, but it has to work as follows: User clicks on the eye and when dropping hides the characters again. Follow an…
-
2
votes1
answer133
viewsQ: TAB key navigate only in MODAL
Good morning Galera, I need to make the TAB key navigate only in modal, an example is Twitter that when the Modal message is open or any other, we can not navigate the screen behind through the TAB,…
-
0
votes1
answer102
viewsQ: Datatable does not sort the field when changed the value locally
Good morning guys, I’m using Datatable to sort, but when I change the value locally of the status and without posting on the page Datatable seems to ignore my change and sort all the others but what…
-
1
votes1
answer69
viewsA: Different color layout in Textbox (Safari and Chrome)
I managed to solve by doing the following in CSS: input[type="text"]:disabled { color: rgba(85, 85, 85, 1); -webkit-text-fill-color: rgba(85, 85, 85, 1); } select[disabled='disabled'] { color:…
-
6
votes1
answer69
viewsQ: Different color layout in Textbox (Safari and Chrome)
Safari is fading colors inside that are not @Html.Comboboxfor, as I do not fade into the textbox? I’m using CSS and Jquery, Follow the photo Select does not fade in Safari: @Html.DropDownListFor(m…
-
0
votes3
answers63
viewsA: Characters " ' " and " f " appear in the textbox, how to correct?
The changes made to fix the Bug were: Thiago Lunardi’s tip: No longer accepts the letter F, but continues to accept the " ' ". $(".input-numeric").numeric({ decimal: false, negative:false }); Jquery…
-
4
votes3
answers63
viewsQ: Characters " ' " and " f " appear in the textbox, how to correct?
We are using MVC5, I put a @Html.Textboxfor a Jquery function that does not allow the insertion of letters, but whenever the user type the characters " ' " and " f ", they are inserted and deleted…
-
6
votes1
answer2324
viewsQ: Validate maximum size of an attachment
Good afternoon, you guys, I need to validate the maximum size of an attachment but my code is not working, can help me? Follow the code below: HTML: @using (Html.BeginForm("AdicionarAnexo", "Turma",…
-
1
votes1
answer49
viewsQ: Character counter back to default value
Galley, I have the following problem, I built this expression in JAVASCRIPT, it captures the amount of characters I typed and subtracted with MAXLENGTH, it works but I’m using JSON (not to post on…
-
-1
votes2
answers51
viewsQ: Insert N comments, having the option to edit them at any time and then save those comments
I am doing the registration part of a system, in this registration it is possible to save several comments and edit them as we insert them or later, but it should work as follows, the user inserts…
-
0
votes1
answer1166
viewsQ: How to remove negative elements from a queue?
Good afternoon, you guys, I’m trying to remove a negative element from a queue, we can put the elements in the queue but when removing the element it always removes the first element... This is the…
casked AleBabaloff 1,104 -
4
votes2
answers468
viewsQ: Checkbook batch sum, total value and validation
Write a C program to validate a batch of checks. The program should initially request the sum of the batch and the number of checks. Next you should read the value of each check by calculating the…
-
-1
votes1
answer462
viewsQ: Javascript: If dropdownlist is selected, how to load the fields?
Boa Tarde Galera, How do I load some fields if Dropdownlist value is selected?
-
1
votes0
answers70
viewsQ: Condition if combobox content is selected, load the fields
Good morning Galera, I’m having the following difficulty in typescript, I want to select a field from a combobox, when I select this field, I want you to load certain fields... The problem is that…
typescriptasked AleBabaloff 1,104 -
2
votes2
answers6996
viewsQ: Program that sums/multiplies 2 numbers and what’s between them and prints
I believe the logic of this programme is right, but the result is wrong. Make a program that receives two X and Y numbers, being X < Y. Calculate and show: the sum of the even numbers in that…
-
1
votes0
answers52
viewsQ: Webservice VB passing parameters to C#
Good morning, We have two systems, one of them is in VB and the other in C# an identity manager (which serves to unify the login, we will put more systems inside it so that there is only one login…
-
1
votes1
answer188
viewsQ: Log in to AD
Good evening, everyone, I need to login to AD using C#, I heard about a class called Principalcontext, you know how I use it? I saw that I have to go through Domain, would not work like the…
-
2
votes1
answer372
viewsQ: How to create connector for active Diretory?
I need to create a connector for Active Diretory, I found this example on the internet... I heard about Migrations... You know how it works? DirectoryEntry directoryEntry = new…
-
0
votes1
answer283
viewsQ: Jquery: Mask does not erase
I’m not able to type anything inside a textbox field that I put date mask, it doesn’t let me erase or type over, it always stays 11/11/1111 It follows below the codes that I put: All I care about:…
-
0
votes1
answer20
viewsA: Dropdownlist is not passing the value in variable
I solved with JQUERY, now it can take what is inside the Dropdownlist... var NomeProjetoPai = $("#ProjetoId :selected").text();
javascriptanswered AleBabaloff 1,104 -
0
votes1
answer20
viewsQ: Dropdownlist is not passing the value in variable
I’m trying to do a validation in javascript, but I’m not even able to pass what is inside a DROPDOWNLIST to the variable to make the comparison... The Nomeprojectofilho receives perfectly what has…
javascriptasked AleBabaloff 1,104 -
3
votes1
answer35
viewsQ: Error while trying to pass ticket[i] = i;
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Testes { class Program { static void…