Questions tagged as 'c#'

0
answers

Google Login in .Net

I need to implement a Login button through Google and I really have a lot of dizziness between Oauth2 and Open id ... The documentation is not clear to either of them and I really just started with the implementation of Oauth2 and the theme is t...
asked by 19.02.2018 / 15:27
1
answer

how to validate checkbox selected in asp .net mvc5 for login?

Hello, what I need is that with the user registration form provided by the .net mvc5 the user can register successfully only if, only if he selects a textbox to accept terms and conditions (as is commonly seen in registration forms) ) I really d...
asked by 19.02.2018 / 07:29
0
answers

Is it normal for the combobox to appear that way? c #

I have a question, because the combobox, when it is pressed that way, I just implemented the automplete, but apparently when the combo is full, it tells me the whole combo occupying the screen, is there any way that it unfolds? just down. and do...
asked by 17.02.2018 / 02:24
1
answer

Problem with DFS variation - C #

I have a problem with a variation of a DFS which has ALL VERTICES TO A DISTANCE GIVEN FROM VERTICE ORIGIN, for this I used a DFS algorithm which looks for all possible paths given a source vertex and a destination vertex, to recycle code I place...
asked by 17.02.2018 / 00:22
1
answer

Syntax error when using new paragraph

I have a Javascript function like this: <script> $(document).ready(function () { if('@TempData["Message"]' != "") { $("#myModal").modal(); } }); </script> Its function is to open a modal in ca...
asked by 04.03.2018 / 20:58
0
answers

Application development for Windows CE (handheld)

To develop applications for handheld equipment (radio frequency) that have Windows CE operating system, I use Visual Studio 2008. Is it possible to continue developing applications for Windows CE with a Visual Studio after 2008? In order t...
asked by 16.02.2018 / 04:32
0
answers

The value in all arrays C # is changed

Hello, I would like your help or see if anyone knows what is happening, when reading the data in an excel file I keep it in an array and I keep two more to perform other procedures with them, but when modifying one the others are modified two, s...
asked by 18.02.2018 / 16:39
0
answers

Api Rest Xamarin forms c #

I have my api rest created in lumen (PHP) and it is in my MySQL hosting, I have my users table with the fields ID, DNI, Name, Position, updated_at and created_at, when I insert by POSTMAN I get it right (obviously only I put DNI, Name and Positi...
asked by 14.02.2018 / 23:25
1
answer

Combobox autocomplete .net

I saw this code and I want to implement it, in a datagridview, but the problem is that it only allows writing a character, but it works. in autocomplete, how could this allow you to completely write the word. private void comboBox1_KeyPress(...
asked by 15.02.2018 / 02:15
0
answers

how to make my installer / application start as a service in c #?

Well the thing is that I have an installer in c # but what I need is startup as a service. Well my installer is very simple such that: using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; namespace In...
asked by 15.02.2018 / 00:30