Questions tagged as 'asp'

1
answer

Server configuration asp [closed]

Good afternoon. I am venturing into a server asp, only that I am lost in your configuration. As dev php, I put an index.php on an asp server waiting for it to work, though it did not work. Looking for more, I realized that I should configure web...
asked by 23.07.2018 / 21:55
1
answer

error in executing application c # asp.net entity

Good morning, My project started out of nowhere with this error. Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifes...
asked by 25.06.2018 / 16:21
1
answer

How do I update the photo? At the moment it is only saving in the folder, wanted to display the image

$("#btn_confirmar").click(function () { var form = new FormData(document.getElementById('formAlteraFoto')); $.ajax({ type: 'POST', url: '/Usuario/AlterarFoto',...
asked by 28.06.2018 / 21:38
1
answer

Delete User Identity

I'm new to Identity , I'm having trouble implementing the Delete users already registered method. I've done Action, I've managed View, but I'm not aware of what methods Identity use to do such an operation. I researched Google, but I must be...
asked by 01.06.2018 / 05:57
1
answer

REGEX - Allow HTML at the beginning of the string

This expression is cutting the HTML only when I put it at the beginning of the expression. How to fix this? (?:[ \t]*[a-z][)]\s*)?([^\r\n<]+(?:(?:\r?\n(?!\s*[a-z][)])|<(?!br\s*\/?>(?:\s*<br\s*\/?>)*\s*(?:\s+[a-z][)]|\s*$)))[^\r\...
asked by 25.05.2018 / 15:39
1
answer

What causes the "Unknown renderer type" error in Google charts?

Hello, I'm doing a program to generate graphics and started to appear this error in some, but the strange thing is, graphics are generated from some selected checkboxes, so when you select a certain amount of checkbox, another amount wrong, could...
asked by 07.06.2017 / 15:37
3
answers

Call javascript function from within a Classic ASP block

How do I perform a javascript function from within a classic asp block. The js function is not in the same file, it is outside, in another file. <% if(MINHA_FUNÇÂO_JS_AQUI) response.write "<img align='middle' width='24' height='24' name=...
asked by 16.01.2017 / 15:45
1
answer

Write to oracle without repeating name

I have this block inside a procedure that records a representative, which comes from a screen in Classic ASP. v_qtd_rep := ts_obtem_dados_no_xml(v_no_completo,'QTD_REP'); for i in 1..v_qtd_rep loop --delete from prest...
asked by 23.11.2016 / 12:27
1
answer

Check if a specific item is selected in one of the combos on the page

I have a page in asp classic with several combos and all with different names and a button that saves all selected values. I need to check in javascript if any of these combos has the "Canceled" option selected and give a confirmation message sa...
asked by 20.09.2016 / 20:12
1
answer

ModelState.IsValid in register within modal

I'm using a registration form within a modal , however when the condition of ModelState.IsValid is not satisfied the view is returned. But instead of returning the same view before the submission action of the form, it...
asked by 15.07.2016 / 19:40