Posts by Eduardo F. Santos • 449 points
26 posts
-
1
votes2
answers116
viewsQ: How to make this layout in Xamarin
What structure should I use to make this layout? Is a listView or gridView, I don’t know how to do this part of SOUND, when I put the listView, appears only bottom align, top not!…
-
1
votes1
answer689
viewsA: How to put a scrollView inside a Textview if I already have a scrollView in the layout?
using Nestedscrollview There are some solutions you could add in order to get to this job, but there is no need for that. Support library Android v4 has a class called Nestedscrollview and it does…
-
2
votes1
answer177
viewsQ: Automatic email sending from a website
I have a hosting and my site is already in the air, I wonder if it is possible to schedule the automatic sending of email at a certain time, through the site. I’m programming in aspx
-
1
votes1
answer101
viewsQ: Procedure sql server, return the total value of an id
I have a bank of products sold forming by id, name and value. I would like to make a trial that returns total of each product that was sold. Algem knows how to do this? Let the result follow Mouse =…
sql-serverasked Eduardo F. Santos 449 -
7
votes4
answers5703
viewsQ: Schedule process execution in C#
I have an application that will run 24h/day the 7 days/week, IE, It will always be running. I need that at a specific time, every day a method of this application is called.
-
-1
votes2
answers714
viewsQ: Indicate home page inside a folder on my site
I have a website, where I created some html pages inside a folder, as I can specify to home page, once user accesses the briefcase and the chosen page opens automatically? I tried by index.html…
htmlasked Eduardo F. Santos 449 -
0
votes1
answer126
viewsQ: Backup SQL SERVER database
I have a database stored on the client’s server. I only have access to the Connection string of this database, so I can manage it, as I can back up the bd on Server for My Local Machine, for…
-
0
votes3
answers5248
viewsQ: How to open a link in a new aspx tab
I’m trying to open a new page in a different tab, through aspx, I got a code on the internet that does this, however, it only works with clicks. follows the code…
-
0
votes1
answer144
viewsA: Authenticated mail() function with attachment
I did not get the answer I wanted, but I got the result I expected. I contacted again with redeHost, gave me another and smtpexc01.redehost.com.br solved my problem.
-
0
votes3
answers6401
viewsA: Configure Phpmailer with Hotmail
I was testing this authentication on the server redeHost which was in the client’s, I tested the same structure on the Locaweb that worked normally, the problem was the hosting of redeHost, I was…
-
2
votes2
answers1525
viewsA: Set up email sending hosting redeHost
I got the "flea behind the ear" with the position of the support of the redeHost, and tried to talk to another attendant! To my surprise, the solution was totally different, because as I suspected,…
-
1
votes2
answers1525
viewsQ: Set up email sending hosting redeHost
I have a website hosted on the network, when configuring it in PHP Mailer, it did not work, I contacted the network support, I was told that PHP Mailer is blocked on their servers, that should use…
-
3
votes3
answers6401
viewsQ: Configure Phpmailer with Hotmail
I’m not being able to set up my email on PHPMailer, my code is like this: $mail->IsSMTP(); // Define que a mensagem será SMTP $mail->CharSet = 'UTF-8'; $mail->Host = "smtp.live.com"; //…
-
0
votes1
answer144
viewsQ: Authenticated mail() function with attachment
I cannot use Casse PHPMAILER as the hosting server does not accept, (Information from the server support itself) I have this example, but the attached file, always comes with error. and also can not…
-
1
votes2
answers315
viewsA: Request Validation Asp.net
To do the job for ValidateRequest in . Net 4.0 or later, you will need to add the following configuration in web.config, section <system.web>: <httpRuntime requestValidationMode="2.0" />…
-
1
votes2
answers315
viewsQ: Request Validation Asp.net
I have a Textbox that uses the text editor ckeditor. When I run the method to save the information, it gives an error A potentially Dangerous Request.Form value was Detected from the client…
-
3
votes2
answers8139
viewsQ: Shortcut to create constructor with parameters
Is there a shortcut in Visual Studio, which creates a constructor, with all attributes created in the class? class Alimento { public int ID { get; set; } public string Titulo { get; set; } public…
-
7
votes1
answer76391
viewsQ: INNER JOIN with 3 tables
I have 3 tables Tb_contratocotista: Tb_contract: Tb_stakeholder: I would like to relate the values of the table Tb_contract with Tb_stakeholder, but the way I got it only returns the result of…
-
3
votes2
answers512
viewsQ: How to pass javascript value to AJAX
I have a javascript function that has an AJAX code inside it. I want to pass the javascript values to AJAX, follow the code: function validarCamposComprar() { var campoNomeEmpresa =…
-
2
votes3
answers7203
viewsQ: Pass Javascript parameter to PHP
I want to pass 2 (two) parameters from my javascript page to a PHP page. I’ve searched the net, and only find this logic when PHP is on the same javascript page. Does anyone know if this is…
-
0
votes2
answers3939
viewsA: PHP MAILER - Error: The following Recipients failed
I found the solution. It was necessary to replace the method for: $mail->AddReplyTo($email, $nome);
-
0
votes2
answers3939
viewsQ: PHP MAILER - Error: The following Recipients failed
$email = $_REQUEST['email']; $mail->IsSMTP(); $mail->Host = "smtp.***.com.br"; $mail->SMTPAuth = true; $mail->Username = 'contato@***.com.br'; $mail->Password = '******';…
-
0
votes3
answers3234
viewsA: Make an UPDATE with the value of another database
I did not get the answer I wanted, I was able to solve the problem in another way, making SELECT out of UPDATE, I solved the PROBLEM, but not DOUBT!
-
1
votes3
answers3234
viewsQ: Make an UPDATE with the value of another database
My bank is like this: cd_endereco | ds_endereco 1 | Rua joão e maria 2 | Rua Manuel Silva And in the other database, I have the same columns, while cd_cliente. I want to pass the values of this…
-
3
votes4
answers5376
viewsQ: SELECT within the UPDATE
I have the following database: cd_telefone|cd_cliente |nr_ddd |nr_telefone 1 | 30 | 11 |2562-2791 2 | 30 | 11 |2562-2791 3 | 31 | 13 |8888-8888 4 | 30 | 11 |5555-5555 5 | 30 | 13 |9623-54002 6 | 30…
-
0
votes1
answer98
viewsQ: Subconsultas Select
My bank is like this: cd_cliente | nr_ddd | nr_telefone 30 | 11 | 25622791 30 | 11 | 25622791 My select is so: "SELECT * FROM tb_telefones WHERE nr_ddd="+ddd+" AND nr_telefone="+telefone+""; It…