Questions tagged as 'c#'

0
answers

AJAX does not work, it does not paint fullcalendar

Hello, good afternoon, classmates, I have a problem with my ajax code, what happens is that when calling my function drawnCalendar () since c # executes well, it even enters the function's success but I can not make it paint fullcalendar the wei...
asked by 13.09.2017 / 22:13
1
answer

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 02:47
1
answer

Use ping method to save it in an array c # for a game

How can I store all of the server's ping captures in an array. I capture it and show it in a listbox and from there I grab the smaller and bigger ping, I put a timer to do it every second. The problem is that if you paint every second you wil...
asked by 12.09.2017 / 19:08
0
answers

Market Payment - transaction_amount attribute can not be null - c #

I am programming with the MercadoPago API in C # and when I try to make a one-time payment, it always gives me the error:    4002: transaction_amount attribute can not be null However, I am sending the amount of the transaction in the "pa...
asked by 13.09.2017 / 13:48
1
answer

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 02:47
1
answer

show table data related to LINQ

Dear friends, good evening. I have a method to fill clients by name in a datagridview this is my code: public List<CLIENTES> GetClientesByNombre(string nombre) { using (RSAEntities db = new RSAEntities()) {...
asked by 14.09.2017 / 05:15
1
answer

How to get the full path of a selected node of Treelist DevExpress?

I have a treeList (DevExpress) and I want to get the complete path of a selected node in a label. For example: Parent_Node \ Nodo_Hijo \ Nodo_Nieto ... , something like the treeview fullpath of native Windows forms. Path : Dxperience...
asked by 01.09.2017 / 00:15
0
answers

Compile Unity game with native dll

I am trying to mount my Unity project that I created with native code of C++ . I have the library in the root directory of the project and I use this library with dllImport . When compiling the program and creating the .exe...
asked by 01.09.2017 / 10:08
1
answer

How to duplicate GridView columns

I have a gridView as follows: <asp:GridView ID="grid" runat="server"> <Columns> <asp:BoundField HeaderText="aaa" /> <asp:BoundField HeaderText="bbb" />...
asked by 01.09.2017 / 15:59
2
answers

update status strip from child form to parent form MDI

Dear friends. I have a MDI parent form with several menu options, in which I have a Status Strip control, and I give as an example when opening a form of my patient file and when making a query I want to show in my status bar of the form MDI...
asked by 31.08.2017 / 04:37