I'd like to know if you have any way to make it work here
int chck = 0;
int fid = 0;
while (chck < 150)
{
try
{
sqlcon.Open();
string sql2 = "SELECT img FROM clienteimg...
I'm having trouble trying to make a submit of a form when my object is null as it is not mandatory. But you can not save it null.
/// Model
public class Atividade {
public virtual long Id { get; set; }
[Display(Name = "Descrição")]...
I wanted to know if there is a possibility to create a list of Actions already passing their parameters to execute, because the numbers that I will pass to the execution of them can be variable, so I would like to save these aActions already wit...
I have the following code block:
sqlConn.Open();
SqlCommand inserirAluno = new SqlCommand("INSERT INTO ALUNOS (Nome, DataNascimento, CPF, Endereco, Bairro, " +
"CEP, Cidade, IdEstado, Sexo) OUTPUT INSERTED.ID" +...
I have My Table Repair and RepairDetails and I am getting the following msg when I try to update my migration:
"The introduction of the FOREIGN KEY constraint 'FK_dbo.ConsertDetalhes_dbo.Pecas_PecasId'
in the 'FixDetails' table can cause cycles...
Good afternoon, I'm trying to apply location.reload to the end of a messagebox after the .remove() effect of 2 seconds but I'm not familiar with javascript could someone help me with the code:
function ShowMessage(message, m...
I am using% w / o TextWriter to read / write a card voucher as a Classe but it does not have the property for letter size, spacing, etc. formatting.
This makes the voucher printed on the thermal printer go out without symmetry.
My que...
Good afternoon, I'm not able to pass the value of a TextBox asp.net created inside a Repeater as a parameter to a javascript function onchange function. I need to pass two parameters the first is a Eval("Pos...