I have this class example:
public class User : APerson
{
private string _userName;
[DataMember]
public virtual string UserName
{
get { return _userName; }
set
{...
I wanted to know how to make a if work only when combobox has any items selected.
I'm doing a program in windows forms and I need a if to limit the program to only doing that function when combobox contains something...
I have a back button that supposedly should return to the previous page, regardless of which page on the system. How can I do this using MVC 4? Does returnURL have anything to do with this feature?
I have a field in the database (SeqAlteracao) of type timestamp and I need to map it to the C # (Entity Framework).
What is the corresponding type in C # for this type in the bank?
public **Tipo** SeqAlteracao { get; set; }
The teacher asked for semester work a code in C # that encrypts a text from a file.
The code is still not polished or anything, I'm only doing the brute then I'll add more things, but my problem is that every time the last letter of my text c...
I would like to return an object with your children, but only wanted to bring the children that corresponded to a certain condition.
ex:
I have the following classes:
public class Fornecedor
{
public int FornecedorID { get; set; }...
I want to hide my password.
What I want to happen is that as long as I type the "*" is shown instead of the characters, the problem is that this happens only when I click the "Log in" button.
Yes, I know this happens because the commands a...
Would it be possible to bind the unique selection between two ListView objects via XAML?
For example, I have two ListView , TopListView and BottomListView , both configured for simple selection, ie only one item can...
Does anyone know why it looks like this?
Resolution:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingMySql.Data.MySqlClient;usingSystem.Data;namespaceMySqlSe...
How to remove the numbering of this line and then add it again in another format?
Input:
N0006 G90
N0007 G90
N0008 G92 X21.7301 Y88.9657
N0009 S555
N0010 D14
N0011 G42 G01 X22.0659 Y89.3015
N0012 X22.4194 Y89.655
N0013 (PATHSTART0)
Output...