Questions tagged as 'c#'

0
answers

Synchronize SQLServer Express 2014 with SQLServer LocalDB using C #

I am making a Windows Forms application using C# that will be attached to a% remote SqlServer Express 2014 bank, however, I need some functionality to be available offline due to poor quality of internet . How cou...
asked by 18.01.2016 / 17:20
1
answer

Do date conversion C # [duplicate]

I have a date "Wed, Nov 25" and would like to convert it to 2015-11-25 How could I do that?     
asked by 25.11.2015 / 13:42
1
answer

Form does not validate using Partial View

I'm using Partial View to Pessoa record, that is, in my View have two RadioButton : Pessoa Fisica and Pessoa Juridica , to select the Radio Button I do the following ajax : $(function (...
asked by 26.11.2015 / 11:34
1
answer

error while assigning a query to populate a reportView

Can I get a template to populate a Rpt without DATASET? What I use is not working. follow the model I use. private void Carregar() { DateTime dt1; dt1 = dtpickerInicial.Value; DateTime dt2; dt2 = dtpickerFinal.Value; S...
asked by 16.11.2015 / 13:30
1
answer

Copy files showing progressbar [duplicate]

Good morning. I have a small code where I copy files from one folder to another, but as some files take a while, I would like to show a progress bar, how can I do this with this code: string ArquivoOrigem = System.IO.Path.Combine(...
asked by 24.12.2015 / 13:00
1
answer

Dynamic Listbox with Range of Values

My problem is that I can properly handle my listbox where I'm doing a "range of values" in my system. I need it not to let codebehind add a value that is contained in the range of values .. Ex: 0-10 was added, now I can not let it add...
asked by 18.12.2015 / 14:39
0
answers

How to access a linked table in access via C #

I would like to know if there is any way to do a query in an Access file, but not in a normal table created in Access but rather a linked file (in this example a txt). The error I made when I made the select was as follows: O mecanismo de b...
asked by 15.12.2015 / 14:28
1
answer

Error 500 when I try to give a JSON post to the web service C #

I have a WINDOWS FORM C # application, where I communicate with a web service, when I try to send a very large data from my application to the web service I get error 500. I can do a POST on any other object in JSON, but when it is this one t...
asked by 16.12.2015 / 22:24
1
answer

How to use SQLITE RunInTransactionAsync

I need to insert a large number of lines (exactly 221) when I start my WP application. Actually I'm using arrays and loop% re% loop, so I'm losing performance when I start the app. I searched a little about for , did not find much, but...
asked by 04.11.2015 / 01:13
1
answer

Nugget packet in local IIS or in an intra

I configured the local nuget and it worked very well, both on my machine and on the network. What I want is to put the packages ( DLL ) in the IIS , so that by passing the address ( URL ) of where DLL's is, we can...
asked by 22.12.2015 / 19:50