Questions tagged as 'c#'

0
answers

ReportView - Records per page

I have a DataSet populate with two records and would like to print the first record on one page, next on a new page, and so on. This is necessary for printing badges on an SP35Plus.     
asked by 16.07.2015 / 17:07
0
answers

Problems with updating the dataGrid C #

I have a code responsible for stock-taking of a certain product in a product table ... it fills the stock without problems .. but when I go to the product stock surveys form, the product whose stock has been slaughtered does not presents the upd...
asked by 16.07.2015 / 12:13
1
answer

Automatically open my program C # [closed]

Good, I created a program to convert some file formats. Now on windows, I put it by default, that whenever I click 2x in the * .csr file open my program. How do I programmatically whenever the user opens a * .csr file, open my program, and au...
asked by 07.09.2015 / 15:49
0
answers

System Integration C # Desktop with WEB System in ASP.NET [closed]

I have a Desktop System in C # and the data is written to SQLServer. How can I record this data simultaneously in a Web System developed in ASP .NET?     
asked by 15.08.2015 / 02:57
1
answer

Auto refresh label

I wonder how you could automatically refresh a LABEL that is in Master Page . This Label shows the sum of the amount of the products, and whenever I add a product to the cart Label does not refresh, just refresh if I r...
asked by 03.07.2015 / 12:53
1
answer

Problem in C #

Does anyone know what the problem is with this code below? You are giving the following error: "The stream is not writable" TcpListener tcpl = new TcpListener(500); tcpl.Start(); Socket sock = tcpl.AcceptSocket();...
asked by 04.07.2015 / 21:22
0
answers

Configuring a DSN via C #

Hello, I found this article talking about how to configure a DSN via Code in VB. Is it possible to do the same in C # for a connection to BD Mysql? Thank you... VB - Configuring a DSN via Code     
asked by 04.07.2015 / 20:34
0
answers

Edit doc file through C #

I have a program that generates barcodes, inserts them into a .txt file and prints this file. What I want is for these bar codes to be inserted into a doc file with a label paper template (in this case they are Pimaco labels size 6287) so...
asked by 02.07.2015 / 18:21
1
answer

Enable Button in WPF C # through a function

I have a form for filling some data with Textbox . I have a class that has some validation functions for fields name, password, user for example. And in my Code Behind I just call the function that validates by passing the parame...
asked by 17.09.2015 / 17:15
0
answers

Detect When User Disconnects TCP Socket Asynchronous C #

I'm developing an Asynchronous TCP server in C #, but not how to make my system detect that the user has disconnected or been logged out for some reason and run a procedure for removing it from the user list. My User object is currently like thi...
asked by 18.09.2015 / 03:53