Questions tagged as 'c#'

0
answers

@ HTML.CheckBoxfor does not pass value to the model [closed]

I have the following problem: I have a checkbox on the page but even marking it, in controller Model continues with field lavagem = false . Model public bool lavagem { get; set; } View @Html.CheckBoxFor(m...
asked by 06.06.2015 / 19:46
1
answer

Mount Grid according to XML tags

I have a headache in my project here ... I have to consume data from a webservice that sends them in xml format. Currently, I can get this xml from webservice , but I can not scan all the xml and mount my grid according to all tags wh...
asked by 09.06.2015 / 14:49
0
answers

Create phase menu that auto updates on Unity 5? [closed]

Example: At the beginning of the game, the menu will only have the Level 1 button, so the guy will pass the level to create an automatic button for level 2 in that menu? This button will redirect you to level 2, as it passes level 2, a button wi...
asked by 30.04.2015 / 19:17
0
answers

Call EF entity by name and perform dynamically search [closed]

In the WindowsForm application I'm developing, I want to create only a%% default for listing the records that will be called through the system's logs menu. This form of listing, in addition to the include, edit and delete buttons of...
asked by 03.05.2015 / 15:10
1
answer

Searching Data with DataGridView

I'm working with WinForms and I'm trying to implement a DataGridView(dgv) in a search form that I have in my project. What happens is: I have two dgvs that form the kind of master-detail. I did this by following this tutorial . The wa...
asked by 01.05.2015 / 20:48
0
answers

Unity 5: How to make the game go back exactly where it had ended up in your last run? [closed]

Example: the guy was playing and in the middle of the phase he closed the game, so how to make it when he opens the game again he comes back exactly in the part (or phase) that he had been closed?     
asked by 30.04.2015 / 19:11
0
answers

Unstable filter at the beginning [closed]

I'm having a problem with my filters IIR . I am trying to filter a ECG (Electrocardiogram) signal through a filter that passes low IIR, and then through a high pass IIR. The problem is that this filter is unstable at first. And be...
asked by 03.05.2015 / 22:45
3
answers

Delete a row in Datagrid

I'm trying to delete the line in which it has the focus of a datagrid , I've used the following code: datagrid.Rows.RemoveAt(e.RowIndex); You are returning the following message:    Uncommitted new row can not be deleted. Wha...
asked by 21.03.2015 / 15:41
0
answers

Upload PDF or P7S file into XML

I have the following XML line in an XML Schema. {**<nomeArquivoP7S><nomeArquivoP7S>**} and I want to include a file in p7s named copia1.pdf.p7s on this line, that is I want to load this file into XML to be transmitted by...
asked by 17.03.2015 / 20:55
1
answer

Web Forms Custom Element

How can I make a custom element in aspx that inherits DropDownList ? I would like the element to look this way when I call it: <componente:DropPersonalizado runat="server" id=""></componente:DropPersonalizado>  ...
asked by 09.10.2015 / 14:35