No announcements
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky0VotesASP.Net Related Questions
Asp.Net Related Questions should be asked in the Asp.Net forums http://forums.asp.net/ -
Sticky5VotesWindows Forms Data Controls and Databinding FAQ
This material should not be considered as a complete coverage of the frequently asked questions, but it tries to capture the high-level features with some depth in ... -
Sticky5VotesNeed Help? Check out the DataGridView FAQ!
I've finished writing the first DataGridView FAQ. This isn't just a list of questions, but a comprehensive overview of the DataGridView. Please reply to this thread with addition Q/A ...
-
Unanswered0VotesButton click event does not fire if grid's RowValidating event shows a MessageBox or has a breakpoint.
I have a form with a DataGridView and a Button, both having CausesValidation = true. In thr grid's RowValidating and the button's click event, I am showing a MessageBox to notify ... -
Unanswered0Votesdatagridview columnheadermouseclick doesn't work
I'm using Datagridview control with 2 Checkbox column, one button column and few text columns. Datagrid text columns are populated from database table. I'm setting Checkbox column as 'selected' during ... -
Unanswered0VotesHow to save chnages from datagridview into access database?
I have defined others members at the begining. I have lloking for many ways to save datagriview values to access database, but with out results, thats why ask you guys for ... -
Discussion0VotesValue of Existing Control
I'm attempting to determine the value of an existing control, so I can compare it original value against a new value that the user may have input. I borrowed some code off the ... -
Unanswered0VotesSystem.bytes
Hi Guys anybody know why I gotting error "Parameter is not valid" in this code I'm trying to write the sql table back to datagridview1. ... -
Answered0VotesText box data binding help needed
Hi, Just learning C# and I am making a simple form based application that has a datagridview control and a series of text box controls. I want the datagridview to list people ... -
Unanswered0VotesHow to convert datagrid image to data binary using memory stream
Hi There I need to convert datagrid image to data binary using memory stream. my datagrid contain 30 rows . Thanks gdeal++ -
Answered2VotesProblems with the Data Source Configuration Wizard in Visual C++ 2008 Express Edition
In my Visual C++ 2008 Express Edition in the Data Source Configuration Wizard I don't have the Database option as Data Source Type. The only option that I have available is Object. ... -
Unanswered0VotesRetrieve data from sql
0 BEGIN SET @_DataRow = CAST(SUBSTRING(@_DelimitedString, 0, CHARINDEX(';', @_DelimitedString)) AS nvarchar(MAX)) SET @_CurrentField = 1 WHILE ... -
Unanswered0VotesExce and DatagridView
Hi, I have Windows 7 64 bit OS and MS visual studio 10. I build a C# Windows Form app that loads data from Excel 2010 using a System.Data.OleDb ... -
Unanswered0Voteshow to export multiple database tables in one excel sheet?
Hi, how to export multiple database tables in one excel sheet? with this code am exporting one table data in excel ... -
Unanswered0VotesHi I am develoing a C# and sql application in which I have to display table rows and columns in a DataGrid AND in the same form I have to perform insert, update, delete operations.
Hi I am develoing a C# and sql application in which I have to display table rows and columns in a DataGrid AND in the same form I have to perform insert, update, delete operations. -
Answered1VotesData Bound list box is always selecting the first item.
Hello , I am new at visual basic 2012 and i have an issue with the list box control selected item I have a data base with 3 tables 1.Doctors 2.Names ... -
Answered2VotesHow to populate a combo box with a DataSet in C#
Hello, I am using C# 2005. I am needing to populate a combo box with data from a dataset. Below is my code, which does not work. I was hoping someone could tell me if I was on the ... -
Answered2VotesDataGridView and property ReadOnly
Hello. I have dataset, which contains tableadapter. On my Windows Form I have two DatagridView. I set Datasources on my Grids from dataset, but ... -
Unanswered0VotesSimple Transaction for vb.net
I would like to know how to use transaction for saving the sale records into SaleMaster and SaleDetail. Sincerely, Nyein Nyein Ei -
Unanswered0Votesdisplaying mutually exclusive options in DataGridView
I have a DataGridView with a combobox column. the DatagridViewComboBoxColumn is bound to a BindingSource and the data is options are displayed properly. What i would like to ... -
Answered0VotesNeed a DataGridView Custom Column of Type ListView or CheckedListBox
I am attempting to write a new DataGridView custom column type based on the samples I have found so far but cannot get a ListView or CheckListBox to work correctly. One issue is that the list needs to ... -
Answered0VotesQuery columns from a table to be shown in a datagridview
Hello Community, I am currently using the code below in order to fill my datagridview. However, my datagridview will display columns I do not need to be seen. Also, ... -
Answered0VotesCreating a custom widget with a Forms.BindingSource
I’m building a custom widget for displaying 2 dim data, much like Windows.Forms.DataGridView, and I want to use a Windows.Forms.BindingSource with it. There appears to be plenty ... - Items 1 to 20 of 20429 Next ›



