Questions tagged as 'c#'

4
answers

What does the "@" sign in C # mean?

I have the following string @"\servidor01\arquivos" . What is the function of @ in front of string ?     
asked by 20.11.2014 / 12:56
0
answers

How to implement a PushNotification

I know I need a notification server for this. I chose the firebase because it is free and does not require a credit card. What I want to do: 1) When the user changes the Flag to the bank, then a service will pick up this change and send it to...
asked by 24.09.2017 / 21:51
1
answer

With calling a form from another project in Webforms?

I have two Webforms projects with one authentication and one without. I need to call a project form without authentication inside from the project with authentication. How do I?     
asked by 14.09.2017 / 15:03
0
answers

Save text on visual

I'm trying to create a journal that has a reminder class to add just the reminder out of the journal. Well, I have a problem here at school and I wanted to know one thing, how to make the text I wrote get saved, even after closing the console...
asked by 14.09.2017 / 15:05
2
answers

ASP .NET MVC and JavaScript - Open modal with ID of the selected object in a list

INITIAL QUESTION I'm working on an ASP.NET MVC project with bootstrap and need to open a modal for editing and deleting records from a listing. The idea is not to leave the buttons next to each row (like table columns), but rather to sel...
asked by 14.09.2017 / 16:03
2
answers

Is there anything in MVC that is equivalent to asp: repeater of Web Forms?

I am putting together a form where some fields may or may not be repeated, for example:    Course 1: Course [input text] Institution [input text] Completion year [input text]    Course 2: Course [inpu...
asked by 14.09.2017 / 20:40
0
answers

Incorrect Serial Port Read (Regardless of Programming Language)

I bought a card that sends data through the serial port and along with it, came the demo software. When using the software, it correctly displays the data (it is RFID reader) 005827006004007914307F76 Corresponding to the chip's Hexadecimal...
asked by 13.09.2017 / 01:17
1
answer

Error using bootstrap with ASP.NET MVC

I'm having the error while using bootstrap.min.js, the error is that it does not find a function. Here is the error below and setting up my system. Is there anything else you need to post to help me find the problem?    Error   Errorfunc...
asked by 12.09.2017 / 00:36
1
answer

How to compile a software through a website?

I'm making a website where the person can create software through it. But my question is: How to do this in an automated way? The proposal would be to have the software done in WPF and the code be customized from a lot of switch-case a...
asked by 12.09.2017 / 02:41
1
answer

How to leave a Datagridbview column invisible to the user

Good afternoon. I have a theme in C # which contains a datagridviwer, and I am populating this direct datagridiview with a database query, but it has a column that needs to be in the select, but I can not show the user in the datagridiview, how...
asked by 11.09.2017 / 19:00