Questions tagged as 'c#'

0
answers

Visual Studio Connection 2015 with MySQL 5.6

I have a problem and that is that I need to make a web application using sharp c and the IDE Professional Visual Studio 2015 linked to the bd MySQL engine, for which install this version that includes the connector.net (6.9.9), workbeanch and my...
asked by 12.05.2017 / 03:39
0
answers

c # detect server access from outside [closed]

I need to identify if the user is accessing from the company or from outside and based on that use a public or private ip to redirect to a site. Is there any way to do it? I appreciate your help. The application is in c #.     
asked by 28.04.2017 / 16:06
1
answer

Consume WCF WebService

I developed a service with C # that consulted a database with certain functions. I went from AngularJS to Angular2 and here my problems came. Inside my WCF I have: [OperationContract] [WebInvoke(UriTemplate = "/GetCaptaciones", Method =...
asked by 27.04.2017 / 04:05
1
answer

Consume WCF Service on asp.net

Good morning: Please can you help me I am trying to consume a service in WCF programming language asp.net c # but when it tries to consume I get an error that I tried out time out in the webconfig timeout but I still get that error. someon...
asked by 05.06.2017 / 19:55
1
answer

Link a checkboxlist to a datagridview

I would like to request your support to select some items from my datagridview when selecting an option in the checkedlistbox. Example if I select option 2 only the last 3 options must be marked on the grid. I only achieve that everything is sel...
asked by 19.05.2017 / 22:14
1
answer

C # capture windows service messages

I am developing a small application in C # to "manipulate" windows services (specifically apache). I have already managed to start, stop and other operations. What I now want is to obtain the (messages) results that the service returns....
asked by 17.05.2017 / 16:52
1
answer

Fill ComboBox from a datatable

I am trying to fill a ComboBox from a database in access but it does not bring me the data, and it appears all blank conexiones.registration_conexion connect = new conexiones.registration_conexion();...
asked by 17.05.2017 / 16:13
1
answer

Implementation log_changes Mysql ... How do I save the User that I update, insert or delete the record? [closed]

I commented that I am making a log of changes on a table in mysql, I have the trigger that runs every time I update, insert or delete and I also have the table where I save the changes, the sentence with which I save the user which made the chan...
asked by 20.04.2017 / 21:16
1
answer

List content of git [closed]

List the content of link with C # on a console. For example, the following code shows the followers of a user and the number of repositories of a user, but I need to list the contents of the previous address. public async Task<String&g...
asked by 21.04.2017 / 03:53
0
answers

Text + Image + Text GridView

I'm trying to put a img that I receive in Blob format within a cell of Gridview , I convert it to url by the following method: cmd1 = new OracleCommand(); cmd1.Connection = conn1; cmd1.CommandText = "select...
asked by 20.04.2017 / 17:28