Questions tagged as 'c#'

1
answer

XtraGridView - Where with variable

Have a good night, how are you? I'm creating a user registration screen, where every user has an ID, on this screen, I have an xtragridview, which loads some address information. However, in this xtragridview table, you have addresses of s...
asked by 10.07.2016 / 01:44
1
answer

How to import data from DataGridView to textboxs

As I do for, when I click the Modify button bring the data from a row of the DataGridView to the fields above and also if I save as inactive leave the row as Enabled = false.     
asked by 02.07.2016 / 20:45
1
answer

Create a Table at runtime. W#

Hello, I am having to create a table within a DB Access at runtime. The database already exists, I would just like that by clicking on a button a new table was created within this DB with Field Name and...
asked by 25.08.2016 / 22:57
0
answers

Ajax redirects to url

Good morning guys, I'm having a little problem, I guess it's simple, but I can not solve it. Next, I have to upload a user profile photo, the code is working beauty:    JAVASCRIPT $(".change-photograph").change(function (event) {...
asked by 25.08.2016 / 16:10
0
answers

Report viewer with parameters. W#

Hello The report (.rdlc) is successfully returning data with the help of a datatable , however I need to put parameters and it does not work. Follow the code: private void frmReportTeste_Load(object sender, EventArgs e) {...
asked by 01.07.2016 / 17:05
0
answers

Doubts Set Property - Get

I'm having a question regarding the Set and Get property. I am using them to validate textbox , which are empty. However, after the value is entered and saved in the database, the value is stored in the variable, causing it t...
asked by 01.07.2016 / 20:17
1
answer

XtraGrid - GrdView - Click event

Well, guys, good morning. How are you? I'm having a hard time implementing an event when I click the GridView. I'm using the DevExpress components, XtraGrid.GridView. Well, I'm adding the event: this.gridView1.Click += new System.EventHan...
asked by 01.07.2016 / 14:14
1
answer

How to make a ComboBox with GridView?

I'm trying to make a ComboBox that I click to be filled with a GridView, I know it's from DevExpress, I use version 16.1 now. example:     
asked by 27.07.2016 / 03:46
1
answer

How to remove Essentials Web extension from visual studio 2015?

I added this extension in Visual Studio 2015 to test, but it disables all native Visual Studio commands, I wanted to remove this to never install again. link Getting this garbage out in Tools / Extension and Updates, plus Visual Studio d...
asked by 27.07.2016 / 01:03
1
answer

How to save RadioButton in Oracle

How do I save only the Dialed RadioButton? Images below what I did. It is saving a value even though I have marked the other one. In my database do I have to create a single field to save any of the information? Note: I'm using Visual Studio...
asked by 27.06.2016 / 23:43