Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Browsing all 2535 articles
Browse latest View live

create a new folder in bin\debug

Hi,I wanted to create a new folder in bin\debug and iam saving my xml file in that new folder in my windows forms application.how to achieve this.Regards,Praveen

View Article


system.form exeception data gridview combobox cell while inserting data to...

I have a data grid view,,in third column of data grid view is combox box,,am filling thise   Dim c As DataGridViewComboBoxColumn            Dim cmd2 As New SqlCommand("select desigID,DName from...

View Article


Importing Data from different Excel Sheets into the same Datagridview without...

I am currently working on a system and I have a number of spreadsheet that come in via email and they all hold the same type of data just from different people. I want to be able to upload each of...

View Article

datagridview.AutoSizeColumnsMode =...

I set my datagridview autosizecolumnmode to be all displayed cells.My datagridview gets loaded many times with different data and sometimes it just doesn't autosize to the displayed cells? Does anyone...

View Article

C# Winform Returns in Subroutines

I have a subroutine in C# that executes code:  private void txtPrice_TextChanged(object s, eventargs e)        {            if (!goThroughProcedure)            {                goThroughProc = true;...

View Article


Add new Row into databse only using datagridView

I have GridView in windows Form using C# ...The data is showing Successfully a and update can also being done successfully ...but problem is with insertion .... when I try to insert multiple data into...

View Article

how do fill datagridview combobox column using sql on selection of other...

dear sir, how do fill datagridview combobox column using sql on selection of other datagridview comboboxcolumn, here is my database with two column groupwise & itemwise groupwiseitemwise CABLE...

View Article

SyntaxErrorException was unhandled by user coe

Hi,I want to make a searchbox in my windows form but I'm having an exception errorI wish someone will help me fix thisI have a code in my textboxprivate void textBox1_TextChanged(object sender,...

View Article


Datagridview Selectionchanged event not firing when I programmatically select...

I have a datagridview in my c# winform and I want that whenever I come onto the page with the datagridview that the datagridview should be selected on the first row regardless of where it was before...

View Article


How to use sql select that combines data from multiple tables into single...

hi my name is vishal for past 5 days i have been nuts of how to combine data from multiple tables into single table using sql select query (join query) Given below i have tried solution but i get error...

View Article

Update multiple rows combobox selected item

I have datagrid with multiple rows and I am working in WPF.Each row has a combobox. I have selected a few rows and I want to update the combobox selected item data to all the other row's combobox after...

View Article

how to stop a databound combo box from selecting first item when refreshing...

I have a form with several comboboxes that have databound lists. Everything works fine when using the form normally but I have a "Quick Add" button that opens the related maintenance form for that...

View Article

Search a list box while typing in a text box in Winforms C#

Hi,I have a listbox where the current list items are being loaded and show and when user types anything in textbox the program will hide all the other items and shows only items that has the same name...

View Article


DataGridView.DataMember property not behaving as explained in Class description

Hello,Developing a C sharp Windows Forms program in VS 2013 Pro to consume a web service.When I run this program:using System; using System.Collections.Generic; using System.ComponentModel; using...

View Article

Tableadapters and SQL

Hello, I used the Tableadapter wizard to create a Tableadapter that is composed of two tables via a SQL statement. I need to be able to specify a condition programmatically (like where ID = 1). Is...

View Article


Image may be NSFW.
Clik here to view.

how to put check mark on cited source

Hi, I have a ListBox that show the Current List and what I want is to put check mark on cited source or put a check mark on item that has been already inserted in the active document. looks like this...

View Article

Image may be NSFW.
Clik here to view.

how to put check mark on cited source

Hi,I have a ListBox that show the Current List and what I want is to put check mark on cited source or put a check mark on item that has been already inserted in the active document.looks like this by...

View Article


DataGridView RowsAdded event not giving expected results

Hello,Developing a C sharp Windows Forms program in VS 2013 Pro to consume a web service.When I run this program:using System; using System.Collections.Generic; using System.ComponentModel; using...

View Article

How Do I Access The Value of a Selected Enum?

I am using visual studio to create an application that would allow the user to select an item out of a listbox and hit "Run". Once the user hits run I want the application to write the byte value...

View Article

HELP

Hi Guys I have a Nokia Lumia 800 and 2 things r bugging me with the phone 1. When i make a call the phones screen goes black and dead, i have tried *incall* to get the screen back on to send detail to...

View Article
Browsing all 2535 articles
Browse latest View live