Questions tagged as 'c#'

1
answer

reports RDLC in c #

I need to add two RDLC reports in a single control of ReportViewer in pure code, someone knows how to do it, since after I generate a PDF and I want the two reports to have that PDF, I have it now with just one RDLC: ReportViewer viewer = new...
asked by 16.03.2016 / 19:26
1
answer

problems with nav navbar-nav and dropdown-toggle

How about, Develop an application in VS 2013 and add a bootstrap template to my master page, the same code and the same template I did to develop a project in VS 2010 but it turns out that the nav navbar-nav pulldown menu does not work using the...
asked by 09.03.2016 / 16:41
1
answer

How to pass variables to Ajax.BeginForm

Hi, I am new in c# and I need to pass in the following función(PostFailure) in js a variable string of c# . The problem is that the message parameter has a json that I can not understand where it comes fr...
asked by 02.02.2016 / 15:59
0
answers

MissingComponentException

The ball hits the indestructible bar, it bounces well, and in the counter it should remove a digit from the counter, but instead I get this message.    MissingComponentException: There is no 'TextMesh' attached to the   "object" game object,...
asked by 25.11.2018 / 13:32
1
answer

Mark one button and uncheck the rest (Toolstrip)

I know it will be silly, but I've been running around a lot and I'm getting desperate. I have a windows form with a toolstrip, which in turn contains a series of buttons. I would like to know how to do so that by pressing one of the button...
asked by 26.11.2018 / 02:34
1
answer

Instance Objects Unity 5 C # Photon Networking Unity

I have a problem. I want to instantiate 2 objects but to instantiate it with the same object, and what I want is to instantiate the first object and after some way say that if the first object was instanced the second instancie instead of return...
asked by 15.11.2018 / 12:49
0
answers

Help with datagridview formats

I'm trying to make a drop-down in a datagridview. I almost finished it. but I have some things that I do not know how to solve, for example in my datagridview, I have counters in the gray strip, this counts the quantity of products that there ar...
asked by 06.11.2018 / 17:48
1
answer

object session mvc 4 in razor

Good morning, I have an AccountControler in my application, the AccountControler has the ActionResult to log in and disconnect. Once the user is connected (user that is inside a table in sqlserver), I need to know how to obtain the data fr...
asked by 10.06.2016 / 14:12
0
answers

Is Crystal Reports grautito? [closed]

I must implement a reporting system in two applications, and my idea is to use Crystal Reports Searching, I did not find issues related to the license, and it generates me the doubt, is it free to implement it in my applications? I wou...
asked by 28.09.2018 / 14:36
0
answers

How should I write correct the esc / pos commands in c #?

I am printing plain text, but I want to send several esc / pos commands to my employer, but I do not know how to write them correctly That's how I write the commands Datos.AppendLine("\x1B64n");     
asked by 29.08.2018 / 15:34