Posts by Leandro Azevedo • 303 points
31 posts
-
0
votes2
answers38
viewsA: C# method with Procedure name and other parameters
Thanks Ruan for the support, you were right, just call even by parameter the Dbcommand, was a great learning, follows below as was my method: public void ProceduresAdd(DbCommand comando, SqlDatabase…
c#answered Leandro Azevedo 303 -
0
votes2
answers38
viewsQ: C# method with Procedure name and other parameters
I will be as soon as possible in my question which is the following: I am working on a scheme where my C# program will list the names of the procedures and their respective parameters that were…
c#asked Leandro Azevedo 303 -
1
votes1
answer58
viewsQ: Reading text file in C#
I’m trying to make a small improvement in my automated algorithm on C#, my file ". txt" reads in the Email Inbox folder @empresa.com.br and writes only these @empresa.com.br in another file ". txt"…
c#asked Leandro Azevedo 303 -
0
votes1
answer17
viewsA: Referenceerror: Getcamposdinamicogrid is not defined
Below what I wanted to do, are three fields, two optionlists and an input text, with an add button, it was necessary to recreate more times the same fields: <div class="col-md-12"> @if (Model…
-
-1
votes1
answer17
viewsQ: Referenceerror: Getcamposdinamicogrid is not defined
I need a help, I can not solve a stop, when I load a web screen, I have an add button that create 3 html fields and so will add one at the bottom of the other, but it’s giving way, because I have my…
-
0
votes1
answer249
viewsA: Mount a Datatable ASP.NET MVC
Hello again folks, The goal was to assemble a result DATATABLE according to the choice of a name in an Htmlrazor optionlist, after clicking the filter button, a method would assemble a DATATABLE…
-
0
votes4
answers5082
viewsA: What does /= mean in Python?
According to his doubt, the operator // of Python, that is to say that it extracts the entire part of a division, for example: >>> 10//9 resultado: 1; Now //=10, I understand it’s the same…
-
0
votes1
answer249
viewsQ: Mount a Datatable ASP.NET MVC
I need a help on how to mount my datatable inside my Controller, from a search. First is a filter with an Optionlist that chooses csv base name, for example Base01.csv, Base02.csv and a Num_cli text…
-
0
votes1
answer41
viewsA: Search using 2 types of info in the same text field!
Good morning Personal, I found an answer to my question in searching either by CNPJ or Wallet when typing in the text field, the goal is to load on the web screen information with these different…
-
1
votes1
answer41
viewsQ: Search using 2 types of info in the same text field!
I’m trying a filter with Razor, search in the same text field, 2 information, you can type CNPJ or wallet, when I load the requests page, already loads with the data of CNPJ and Wallet on the…
-
1
votes1
answer22
viewsQ: Table Doubt with HTML5 colspan
I am trying, apply the titles Fat. Credit to the columns Date of Canc. of PV, Channel Hiring Cred. and Flag and Fat. Flex for Agency/Account Dom. Ant., Agency/Account Dom. Current, Start Date of…
html5asked Leandro Azevedo 303 -
1
votes0
answers38
viewsQ: Webservice - Sending objects via Httpget
I’m developing a service Get data with feedback in JSON, following the model below: Survey: { [SchSISQST].[Qst]. QstAltDat [SchSISQST].[Qst]. QstNom [SchSISQST].[Qst]. QstAtvSit…
c#asked Leandro Azevedo 303 -
2
votes1
answer85
viewsQ: Ordination down the line!
On my cshtml page I have a foreach that reads this information from the database and plots on the screen in the form of checkbox, I’m trying to order or revert in decreasing form on the screen, but…
asp.netasked Leandro Azevedo 303 -
0
votes0
answers51
viewsQ: Problems using the Googlemaps.Locationservices API on ASPNET MVC
I’m working on a development that plots multiple longitude and latitude locations coming from the SQL SERVER database that load onto a map after typing some search data. Below is the screen with the…
-
0
votes1
answer60
viewsA: Sending emails that belong to a group
I want to share with you my solution found 2 months ago, sending mass email, including in the field For the name of the Group is already working, I hope to help those who need some day, follows…
-
1
votes2
answers1938
viewsA: GET service - System.Nullreferenceexception: 'Object Reference not set to an instance of an Object. '
thanks for helping me with the object instance, but the simplest way to bring data from the sex table when I ran the Get service in my Sexocontroller was as follows: { [Route("api/[controller]")]…
-
1
votes2
answers1938
viewsQ: GET service - System.Nullreferenceexception: 'Object Reference not set to an instance of an Object. '
I am acting in the creation of a service Get in ASP.NET Core, my project contains the following structure: Certidao.Data - Class Library Inside there is Dependences, Models: Sexo.cs and…
-
2
votes1
answer1207
viewsQ: Typescript - Error TS1206 Decorators are not Valid here
I really need a help, I can not at all run my app FRONT END, a company project, when I give a npm start on my terminal in visual code, a blessed error persists, which is on @Component saying Error…
-
0
votes1
answer60
viewsQ: Sending emails that belong to a group
I need a help, I am developing a mailing system that allows sending to a set of email belonging to a group, I managed to do a part now, my txt_para field should receive the name of any group and…
-
0
votes1
answer723
viewsQ: Check with Javascript a Select Multiple field if it has value
I have two select’s Multiple as if they were a From > To, in "From" I have mailing list coming from bank with ASP Classic, I can already pass the emails to the select "To", but I can’t get the…
javascriptasked Leandro Azevedo 303 -
3
votes2
answers784
viewsQ: Vowel in full name C#
I need some help, I’m doing an exercise, to verify the existence of how many vowels 'a' has in a name, but my debug, points the vector always with the character ' 0', I’m trying to insert Length…
c#asked Leandro Azevedo 303 -
0
votes3
answers1550
viewsQ: Jquery - Color HTML element border
I want to do it with JQUERY’s prop() method, so that the edge of a field element gets a red color around it if it is empty or the information is incorrect, I am working on a date function that…
jqueryasked Leandro Azevedo 303 -
0
votes1
answer77
viewsA: Access a class attribute in an ASP NET Controller
Good people, O esquema era esse mesmo: user = new user(); user.attribute = value; But at the moment that is not what I will use, there will be a feature that I will use to compare with Enum.…
asp.netanswered Leandro Azevedo 303 -
0
votes1
answer77
viewsQ: Access a class attribute in an ASP NET Controller
I would like in my system Crud ASP.NET to make an image in the form of a padlock disabled when a certain user profile log in to the system, the name of this controller below is called…
asp.netasked Leandro Azevedo 303 -
1
votes1
answer210
viewsQ: Avoid duplicity in INSERT with PHP
I’m trying to make my registration avoid entering the same information more than once, registration occurs from a modal like this below: After filling in the information, the data is submitted to an…
phpasked Leandro Azevedo 303 -
0
votes2
answers57
viewsQ: Adapt JQUERY to HIDE and Show
I would like to adapt my JQUERY function so that when unchecking the checkbox "Is crossover" the text field disappears txt_endereco_ocorrencia_02 and out came the field…
jqueryasked Leandro Azevedo 303 -
0
votes1
answer79
viewsQ: Table and table bordered in JQUERY function
I have a website with an admin that feeds this site, when the person registers an information by copying a text with table coming from Word, the visualization of this news with the table is coming…
jqueryasked Leandro Azevedo 303 -
1
votes1
answer114
viewsQ: PHP - Error in function preg_match
Boa Tarde Personal! I have found it a little difficult to fix this error below in the version of PHP 7 when I submit the form using an UPLOAD script, the image is saved correctly in the folder and…
phpasked Leandro Azevedo 303 -
1
votes1
answer98
viewsQ: Javascript with two for loops
I would like to keep my script with select and checkbox’s aligned, but I’m not getting it, first comes the values of options and then check’s. For example: 10 DESTINOA_111222 DESTINOB_111222…
javascriptasked Leandro Azevedo 303 -
0
votes3
answers319
viewsQ: Search for information by content and not by array position
I want to do a certain word search in another way, I just got from described below: <% mystring = "Como eu faço para separar uma string em várias strings?" myarray = Split(mystring, " ") For i =…
-
1
votes1
answer1240
viewsQ: Mounting array with checkbox
I would like to mature the idea below to send a variable in Javascript to Asp and with the choices in array, I’m only managing to send a choice at the moment: <!DOCTYPE html> <html>…