All Questions

3
answers

Authentication window IIS ASP.net

Good I would like you to help me I was developing a window authentication with the asp.net language, the question is if it works and when I enter the page I get the name of the user that is logged in. The problem is that when I upload my pa...
asked on 04.04.2017 / 13:23
3
answers

problem with asp.net and jquery

Good day, I have a small problem, I hope you can help me: I have a form in ASP.Net, where the user's data is loaded, these fields are disabled so that they can not be edited, but I have a button with which to enable them, the problem is that whe...
asked on 04.04.2017 / 17:03
1
answer

Error defining char

I have this simple code of a Header File and I get an error when defining this: typedef char Cadena[N]; and my code is this: /* cadenas.h */ #ifndef CADENAS_H_ #define CADENAS_H_ #include <stdio.h> #include <string.h> #de...
asked on 27.04.2016 / 16:48
1
answer

Problem replacing Android fragment

I'm doing an Android application and I use a Navigation Drawer With Material Design and I want a list to appear by default and when I select an item from the Navigation Drawer, the initial list will no longer appear, but another one. I did the f...
asked on 27.04.2016 / 20:04
1
answer

I could tell the difference between direct and sequential files in C ++

What is the difference between direct and sequential files? If you can give me an example of each one with the syntax that they carry in C ++ please.     
asked on 11.05.2016 / 20:47
2
answers

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectController'

I have been doing a simple application project with Spring MVC and Maven. However, the program still throws me an exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectController' I pa...
asked on 29.04.2016 / 17:18
3
answers

Center icon in modal window Header

I have the following structure of HTML code: <div class="modal-header-success"> <h3 class="modal-title" style="text-align: center;"> Modal PopUp <button type="button" class="close panelTitleTxt glyphicon glyphicon-rem...
asked on 09.05.2016 / 16:14
1
answer

Convert String to decimals android studio

I'm developing an app in android studio, the app is already somewhat advanced and only things are being fine-tuned, such as sending me through a webservices in asmx which I am consuming with SOAP, sending me a method called CXCPSaldoDocume...
asked on 04.05.2016 / 23:59
1
answer

Use Activity.runOnUiThread () or Handler.post (Runnable) to update the main Thread?

Very good, I have a question related to when I have to use (or why) Activity.runOnUiThread () instead of, or vice versa Handler.post (Runnable) strong> to update for example a TextView or ProgressBar , or alternatively, I should use Asyn...
asked on 08.06.2016 / 11:08
2
answers

How to install my apk in the Genymotion emulator

I would like to know how to install my apk in the emulator Genymotion , either by: Command line using the adb command Drag and Drop method (If it exists) Operating system : Windows 10 Thank you in advance for any help.     
asked on 15.04.2016 / 22:22