Questions tagged as '.net'

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 / 03:24
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 / 03:15
2
answers

How to fill gridview asp.net c # sql from behindcode? [closed]

I have a webform application in ASP .NET with C # and I want to fill a gridview from the webform.aspx.cs. There is some way to fill it "only" when entering the page, or it must be only with a click event. Could you tell me how to do it? I will g...
asked by 07.03.2018 / 19:37
1
answer

How do I check if an answer in json comes empty from a webservice .svc?

I do a post from a form and when the json returns with the objects of a sql table it gives me without problems .. but when there is no data in the table and returns empty the json returns it to me badly formed example I want to control it for th...
asked by 10.02.2018 / 09:18
1
answer

Websphere to .NET SSLHandshakeException

Hello on a server (Linux) was recently updated to version 10.0.0.9 of the IBM Integration BUS (IIB), we believe, we are not completely sure, that after that when we tried to consume a .NET service by https, another Windows server, returns the fo...
asked by 06.02.2018 / 15:45
0
answers

have you integrated the standard validation of webforms and jquery validate?

I wanted to know if someone has used jquery validate with webforms and if it is a good idea. I really like the way it highlights errors and being able to dynamically program it with jquery, for example when you program a modal window with bootst...
asked by 29.01.2018 / 14:53
0
answers

EWS Folder search

I need to access a folder called TEST, which is inside the inbox, with the following code I can access the messages in the inbox; //Recupera todos los correos hasta un máximo de 90 public List<Correos> recuperarCorreos() { var ser...
asked by 25.01.2018 / 12:28
0
answers

Connection problem with webservice WSFEv1 - VB.NET

I'm doing a program in vb.net that connects to the webservice WSFEv1 of the AFIP to simulate invoices in the testing environment they offer. I followed the steps of a guide I found ( link ) but I have a problem with the reference to WSAFIP...
asked by 24.01.2018 / 19:06
2
answers

error in control from static method c # [duplicated]

I have a problem in bindear a gridview, since I need that when finishing the operations of a static method recharge the data of a gridview, place a breakpoint to know where the error was and it marks me when I assign the datatable to the datas...
asked by 05.01.2018 / 01:06
2
answers

Get the path of a file listed in a combo list

I wanted to know if it is possible to obtain the path of a file which is listed in a combo, I mean, I've put the following code to list the name of the files in a folder in a combo: DirectoryInfo d = new DirectoryInfo("1.76"); FileInfo[] files...
asked by 30.12.2017 / 20:16