Questions tagged as 'c#'

1
answer

Migration with Foreign Characters?

The data is from a Firebird database and even opening with official tools the characters do not come in br format, for example: ÁGUA vem µGUA PÃO vem PÆO Find a site that, when entering a special character, for example µ...
asked by 26.03.2017 / 05:05
0
answers

Same script in several game objects [closed]

I have four on-screen gameobjects (active) each with the same script but renamed to not look exactly the same. My problem is that when I activate via touch one of them the other is who obeys the command. No logical sequence whatsoever. Sim...
asked by 28.03.2017 / 18:38
1
answer

Add column to table (foreign key) using entity framework

I have a C # project on a relatively advanced level. My DB already contains some data for testing. I am using entity framework code first migrations I have the Users and Images tables. The images table has only the Id and ImagePath colu...
asked by 27.02.2017 / 01:36
1
answer

Consume web api with several models

In this my question Doubt GET WebApi I face some error due to relationships . But now taking it as a basis on account of my models, how could I consume this service? Because the Table1 model has relationships and I needed to bring them to the...
asked by 30.03.2017 / 03:41
1
answer

How to keep option after refresh - asp.net

I have a select, some options and a jquery code that does not change the select, updates the screen with the data of the chosen option. The question is, how do I maintain the option after the window.location? Note: I'm using Asp.Net Code...
asked by 30.03.2017 / 22:39
1
answer

FullCalendar C #

I would like to open a modal when I click on a calendar day. script: <script> $(document).ready(function () { $('#calendar').fullCalendar({ header: { left: 'prev,next today',...
asked by 13.03.2017 / 12:53
1
answer

How to send items selected from a Grid by email

I have a grid and I have a different product listings from several suppliers and each supplier has its ID. I would like to select the grid items and send the email to each vendor with their respective items. Icansavethedataapproved.Hereismyc...
asked by 10.03.2017 / 22:05
1
answer

Delete line from a grid (BD) website C #

Good, I need a little help because I'm building a webpage where it shows the DB data in a Grid. I put the Update button and delete. I got through the web to make change to DB. But I'm having trouble deleting the line. protected void l...
asked by 12.03.2017 / 19:52
1
answer

Problem creating a database diagram in Visual C # 2010 Express

Even creating a table called "People" previously, when creating a new database diagram in Visual C # 2010 Express, there is no table option for me to work with, not even the "People" table that I created myself. What could be happening? Thank...
asked by 22.02.2017 / 19:41
0
answers

InvokeMainThread Xamarin

I'm having a problem invoking a UIThread in PCL. I made a method like this: private void PopularConteudo() { Task<List<Departamento>> taskDep = new Task<List<Departamento>>(() => {...
asked by 18.03.2017 / 01:49