Questions tagged as 'c#'

0
answers

View with filters and grid in Asp.Net MVC

I'm new to Asp.Net MVC and I need to create a View similar to the following image: Inthe"Filters" box the user will select the filters to be used in the query and click the "Filter" button to bring the data. The data will compose a list a...
asked by 22.09.2017 / 18:59
1
answer

Web Service NFE Prefecture of São Paulo Error 1402

Good afternoon. I am creating a code to access the Web Service of NFE of the City of São Paulo, calling the method of Request for Consultation of NF-e Issued. I created all the integration code, including generating the XML signed by the digital...
asked by 06.10.2017 / 23:14
1
answer

I can not use the Date field. I am using Asp.Net C # MVC

function set_dados_form(dados) { $('#id_cadastro').val(dados.Id); $('#txt_Nome').val(dados.Nome), $('#txt_Telefone').val(dados.Telefone), $('#txt_Endereco').val(dados.Endereco), $('#txt_Data').val(dados.DataNascimento),...
asked by 01.10.2017 / 19:20
0
answers

C # - Additional information: Out of memory

Good afternoon,  I have the following error in my solution I do not know how to solve thank you to who can give me a hand. privatevoidbtnSeleciona_Click(objectsender,EventArgse){SelecionaOpenFileDialog.Title="Selecione a foto"; Selec...
asked by 01.10.2017 / 22:58
0
answers

How to Reverse an animation (execute it in reverse) via pure xaml

I made an animation OpenMenuzin Storyboard and so on, I already did this before reversing the animation by C # //pode estar errado mas foi mais ou menos isso sb = (Storyboard)Resources["Animaçao"]; sb.AutoReverse = true; sb.Begin(); sb.Seek(Ti...
asked by 02.10.2017 / 01:52
0
answers

Create Grid Master / Detail

How do I create two Grid Master / Detail in Xamarin.Forms (Android / IOS)? The difficulty is not in creating the grid, but rather implementing the Master / Detail     
asked by 08.10.2017 / 20:51
1
answer

How to make a count so that a certain event starts

Good morning guys, I'm new to programming in C # I created a method to load a npc that appears on the map where I was a member of Party, type a boss invasion just wanted to do a timer to make it happen. Any tips? Ex. The Event starts at 10 p....
asked by 08.10.2017 / 16:16
0
answers

Doubt over C # int [-1,1]

Good person, I made a script where it exchanges objects with setactive in int connected to onclick buttons 1,2,3,4 and so on I need help from you to make the exchange of the int to -1,1 in the onclick buttons the idea would be like this...
asked by 09.10.2017 / 03:10
1
answer

Blank Tablix

I am trying to use the Report Viewer, but the Tablix data is blank Loadtheform:reportViewer1.LocalReport.DataSources.Add(newMicrosoft.Reporting.WinForms.ReportDataSource("Tablix1", NCategoria.Mostrar())); Business Layer ReportViewer C...
asked by 09.10.2017 / 00:17
1
answer

EntityFramework: There is no mapping of the ObjectParameter object type to a native type managed provider

I'm developing an MVC application with Entity Framework in Code First. As my database has procedures, I chose to use SQLQuery to execute the procedures, but I'm getting away with this error: Não existe mapeamento do tipo de objeto System.D...
asked by 21.09.2017 / 19:46