Questions tagged as 'c#'

1
answer

How to create grid lists with C # in WPF?

I'm new to C #. I would like to know how to create a grid list that contains images, something similar to what android has: Thank you in advance.     
asked by 15.01.2018 / 20:32
0
answers

Call a page via ajax Angularjs

My ajax code: $scope.CarregaMenuPrincipal = function (data) { var req = $http({ method: 'POST', url: '/Home/Index',data:{usuario: data.usuario },}) .then(function (response) { response; }, function (response) {...
asked by 15.01.2018 / 13:51
0
answers

Create application to communicate with SYSFAN output of the motherboard

Hello, I need a library, language, code idea, so you know where I can write the code to communicate with the Fan output from the motherboard. To better understand the idea, there are applications like SpeedFan that do this work. However, I ne...
asked by 15.01.2018 / 01:07
0
answers

sqlite exception in windows 8

I'm getting this exception when trying to open a window inside a program I made, the program was done in visual studio 2017, with sqlite 3, it opens normal only from this problem when trying to open a window that contains sqlite commands. I'm...
asked by 14.01.2018 / 23:13
0
answers

fill combobox with data from another combobox

I have a City table where you have the fields NameChild, IdEst, IdPais, in addition to the State and Parent tables. I'm doing an application in C # where I use 3 combobox. When selecting the first combobox (cboCity) and choosing a record, I want...
asked by 05.01.2018 / 22:58
1
answer

Sending Sandbox notifications from PagSeguro to the local address (C # ASP.NET MVC)

I'm integrating PagSeguro into an ASP.NET environment, and everything was going well until I got to the part of sending PagSeguro notifications. As you can see in the image below, I have configured the following parameters for redirection and fo...
asked by 05.01.2018 / 19:41
1
answer

Grouping and adding in a query in SQL Server

Good afternoon, I have the following problem: I'm developing a C # program to query internal company data. It's working perfectly, but I need to group field (s) and add other value (s). Query(C#+MSSQL):SqlCommandmyCommand=newSqlCommand...
asked by 04.01.2018 / 13:27
1
answer

"Filter" options of a DropDownList based on a selected option from another DropDownList

Greetings from Stack Overflow! I have a cruel question on Javascript/Jquery that is consuming me longer than I would like (heh!) - I would like to filter a Dropdownlist based on the options of another Dropdownlist . The...
asked by 04.01.2018 / 12:14
1
answer

How do I get the value of a checkbox to go through a parameter

I would like to know how I get the status of a checkbox whether it is enabled or not to pass by parameter to the controller     
asked by 04.01.2018 / 14:59
2
answers

C # Calling the Asp.Net MVC5 Controller method with Ajax

Hello, I have a method called GetData() in my HomeController that returns a JSON, I would like to pass the data to my View, but it always comes empty, I'm starting as a developer, and I'm already a few days into it, been clear and someone...
asked by 04.01.2018 / 14:29