Questions tagged as 'c#'

1
answer

Doubt about ContainsIgnoreCase in a textBox

The problem is in the following description:    Error CS1061       "string" does not contain a setting for "ContainsIgnoreCase" and has not been   possible to find any "ContainsIgnoreCase" extension method that   accept a first argument of t...
asked by 08.05.2017 / 22:11
1
answer

SQL Report Builder 3.0 Merge Rows into a Totalizer column

Considering a simple query where you bring a list of people containing your name, code and your age, I would like the last number of the right column to appear in the sum of the ages according to the image (in this example I consider that each o...
asked by 02.05.2017 / 15:56
1
answer

Kendo grid XML remote data

I have a WCF that returns the data of a remote MySQL database, the return is a simple XML, I believe that being a simple XML is not populating my kendo grid. I would like an example to mount my return XML and meet the kendo grid requirements,...
asked by 27.04.2017 / 22:55
1
answer

What tools are available for creating C # project installers?

I'm having trouble finding a satisfactory installer solution for my Windows forms and WPF applications. What does Microsoft have to offer or do I have flexibility? What do you use? What do you recommend?     
asked by 13.05.2016 / 13:07
1
answer

How to read a JSON Object Array with Xamarin Android Newtonsoft.Json

I'm working on an application that gets a JSON response and inserts some fields from it into an textfield android , here is the code: using System; using Android.App; using Android.Widget; using Android.OS; using RestSharp; using Newto...
asked by 08.05.2017 / 15:06
1
answer

Doubt about searching buttons [duplicate]

The idea is: In the "Find Game ..." field, I look for the buttons, which are already named with their respective games: btnArcheAge , btnDiablo3 , btnWoW , etc. The tags are also already named with the actual name of eac...
asked by 08.05.2017 / 11:23
1
answer

Difference between StaticResource and ThemeResource UWP uses?

To declare a TextBlock with style HeaderTextBlockStyle you can use these two ways where the result is the same: <TextBlock Text="Olá, Mundo!" Style="{StaticResource HeaderTextBlockStyle}" /> <TextBlock Text="Olá, Mundo!" Style="{Theme...
asked by 27.04.2017 / 20:30
1
answer

How to use ValidationMessageFor in DropDownListFor?

Please can someone tell me how to use the @Html.ValidationMessageFor for a @Html.DropDownListFor? Assuming that the user has triggered the option to save from the system screen he should inform that the field is mandatory; instead, the syste...
asked by 25.04.2017 / 22:58
2
answers

Hide menu on login screen C #

I'm having a problem, I need to hide a menu on the login screen when it loads. I used a solution that works locally, but the server does not happen, it follows: //MENU QUE FICA NA MASTER PAGE <asp:Panel ID="Panel1" runat="server">...
asked by 11.05.2017 / 18:42
2
answers

ActionLink + data-loading-text

I need to put this date-loading-text in this action link only I'm not able to Action Link @Html.ActionLink("Voltar", "Listar", "Cadastro", new { cadastroId = id, area = "Formulario" }, new { @class = "btn btn-warning", @style = "margin-r...
asked by 24.04.2017 / 21:10