Questions tagged as 'asp'

0
answers

Step Validation ASP.NET MVC Question to continue the process

Good afternoon, I have the following method, where the intention is to return a Yes or No message to the user at View : public ObjetoResposta BeforePost(int step, string nomeUsuario, bool gravaLog) { if (!gravaLog && step...
asked by 13.12.2018 / 18:28
0
answers

Build date with Classic ASP

People, I need to return a table of data, depending on the date that the user chooses. But I need to separate the reference month and the day. I put it to print a paragraph to test if the date function is working, but there is something wr...
asked by 13.12.2018 / 16:39
2
answers

Access Restriction with Classic ASP

I'm putting an access restriction clause. I created a table with the people that can access, my intention is that the ones that can access are directed to the page and those that can not be directed to another But there is something wrong...
asked by 06.12.2018 / 18:52
0
answers

Dependency Injection - Api Web

Good afternoon, I'm trying to create dependency injection in Web Api, but I'm not getting it, I get the following error:    SimpleInjector.DiagnosticVerificationException     HResult = 0x80131500     Message = The configuration is invalid....
asked by 14.11.2018 / 17:26
0
answers

Google Chart Line

I have a home use project, all done and Classic ASP (VBScript) in which I use information generated in an array from txt files. The project has a number of on-hand bar graph generation modules (with VBScript), and I have now decided to use Googl...
asked by 31.10.2018 / 05:07
0
answers

End session on new ASP Classic tab

Is it possible to close the ASP session when opening a new tab? I'm trying to shut down the ASP session when the user opens another tab and tries to access the system, the idea is that the system can only be accessed by a tab, if the u...
asked by 14.09.2018 / 20:32
0
answers

I have a ready-made ticket program but it generates the wrong barcode

I have a Macoratti program in ASP.NET that generates a bank slip but the barcode always has a 0 in the beginning of the numbers, how do I get it? private string CodigoBarras25I( string Valor) { int f, f1, f2, i; string s;...
asked by 26.08.2018 / 07:05
4
answers

Insert fixed text into Textarea

I am making a form in an ASP3 page that has to bring a fixed text in Textarea. This text can not be changed and what the user type below it has to save to the bank without this fixed text. Has anyone done anything like this?     
asked by 26.07.2018 / 22:00
0
answers

Popular Selec2 with Ajax + ASP 3

I'm already trying to populate a select ajax options, among the various options I found the plugin selec2 and I'm trying like this: $(function () { $(".disciplina").select2({ language: "pt-BR", placeholder: "Disciplina",...
asked by 22.07.2018 / 20:33
1
answer

Sending emails belonging to a group

I need a help, I'm developing a mailing system that allows sending to a group of emails belonging to a group, I was able to do a part now, my field txt_to receive the name of any group and within this group, I need to make my ASP read the emails...
asked by 27.07.2018 / 18:13