Questions tagged as 'c#'

1
answer

Clustering

I have to do a clustered C # application, what happens is that I do not know what to do. It is a simple application. Does anyone have any examples of such an application that I can make available?     
asked by 12.05.2015 / 07:29
3
answers

Problems with Data and Globalize

When submitting a form with a dd / MM / yyyy date, the value is converted to the US format in the controller, leaving MM / dd / yyyy. Through the response question , I configured globalize to solve this problem. However, the error persists....
asked by 14.05.2015 / 14:43
1
answer

How can I be solving these Errors in Unity 5 and adding these components?

using UnityEngine; using System.Collections; public class RandomParticlePoint : MonoBehaviour { [Range(0f, 1f)] public float normalizedTime; void OnValidate() { particleSystem.Simulate(normalizedTime, true, true); }...
asked by 07.04.2015 / 03:51
1
answer

Get value inside the 'ContentControl' of a button

I have the following code in XAML : <Button Grid.Column="0" Grid.Row="1" x:Name="btnSete" Click="btn_Click"> <ContentControl> <Viewbox Margin="3"> <TextBlock Text="7"/> </Viewbox...
asked by 06.04.2015 / 14:47
1
answer

C # and mysql pagination

I have a form and a datagrid, in this form I am using a timer to do a search in mysql that fills the datasouce of the datagrid, so far everything is right. Now I need to limit the amount of search. For example: Select <campos> from tabel...
asked by 25.03.2015 / 13:22
1
answer

How to execute a method inside a textBox only if the user give enter?

I am trying to execute a method inside a textBox, only if the user gives enter. Check that I have to use Keypress, but I'm not able to apply. I want it when the user places the product code inside the textbox and enter, he can see the product. C...
asked by 26.03.2015 / 04:54
1
answer

How to use UpdatePanel in gridview?

I have a grid and I want to make it not give postback when clicked on some boundfield (those action buttons). I did it this way, but it always refreshes the page. <asp:ScriptManager ID="ScriptManager" runat="server"><...
asked by 06.06.2015 / 04:47
1
answer

MessageBox with autoclose

I'm having some problems with an application I created, using C# and Windows Forms , and the situation is as follows: The application is a chat. It does not keep track of conversations; When the application is closed I request...
asked by 23.03.2015 / 15:36
1
answer

Transfer date value from Form1 to class c # windows form .net [closed]

I'm working with windows form .net c # but I do not have much practice and would like some help ... I have a calendar component in a form1 and after running the application, a date is selected which is stored in a var.Até alright. I created a...
asked by 13.03.2015 / 20:49
1
answer

How to populate a code column for query with repeated values

I have a query where I have multiple data return from each user. But when I perform a search, I have the returned data as a return. I know that this repetition of the data occurs because I do not contain a single data (not repeated) in this q...
asked by 13.03.2015 / 12:45