Questions tagged as 'c#'

0
answers

How do I check and uncheck the Telerik component CheckBox?

I searched the Telerik site and did not find where to show how to to enable the CheckBox ( check and uncheck ) of this component? Home Well I will need to update the profile by sending True or False to the database; HTML:<...
asked by 24.10.2018 / 22:33
0
answers

System.FormatException: 'The input string was not in a correct format.' [duplicate]

I'm creating a program to calculate the consumption of drinks, meat, etc. on a barbecue. When I put the value of the textbox of the woman appears the error of the title. Note: it only gives error in textbox1 , follow my code. using...
asked by 29.10.2018 / 13:51
1
answer

Glimpse ASP.Net running with Dapper

I just saw content I was studying about performance and optimization in ASP.Net applications. They presented me with a diagnostic tool called Glimpse . The tool's operation is perfect, it measures ajax requests execution times, SQL quer...
asked by 24.10.2018 / 15:54
0
answers

Remove a user from a group in AD using .net + powershell

Hello, I'm trying to remove users from a group in AD from a PowerShell script, inside an ASP.NET MVC application. I have a similar script and function to add a user in AD, but it is not working to remove users. Here is my script and my functi...
asked by 23.10.2018 / 21:29
1
answer

Drag and drop Unity

I'm trying to develop a simple Android game in Unity, with drag and drop objects. I used the following method to get the object: public void drag(){ transform.position = Input.mousePosition; } Problem: Accepting simultaneous ringtone...
asked by 30.10.2018 / 17:49
0
answers

ASP.NET - How to send multiple files to the controler using AJAX and Formdata?

I have the following code: JAVASCRIPT: $(function () { $('form[enctype="multipart/form-data"]').submit(function (event) { event.preventDefault(); event.stopPropagation(); var formData = new FormData(); formData.append('Ob...
asked by 27.10.2018 / 20:47
0
answers

How to inform (give refresh) the Asp.Net MVC application that a new user just logged in that already has a user level?

When I create a user the Register AccountController function that is native to Asp.Net MVC frameworks has a feature that I enter that is responsible for giving a user level. I'm having a problem, which I describe right below. User is logge...
asked by 28.10.2018 / 01:14
0
answers

Images For Asp.Net MVC Product

I have a problem, I do not know how to save more than one images to a product. For example, a product X has a Highlight image (which is what will appear in the window), and another 4 images, which will appear on the product detail page. I'm tryi...
asked by 27.10.2018 / 19:52
1
answer

Set difficulty for a question and when selecting the difficulty to search only those questions

Good afternoon! I'm finalizing a C # Quiz done in Unity. The question I have is, I have several issues that I generate via an Asset. But I need to set the difficulties for each of the issues. And by clicking on the Easy difficulty menu, I wan...
asked by 28.10.2018 / 01:02
2
answers

How to Insert a Parameter from My System on an External URL

So, we have a site that when passing the code of a user, it shows the location of the same. URL example: http://npaa1215.example.com/gisb_prod/integration/coordUser.aspx?codUser=30071665&zoom=15 In the URL we can pass the parameter...
asked by 18.10.2018 / 16:16