No announcements
-
0 Votes
ASP.Net Related Questions
Asp.Net Related Questions should be asked in the Asp.Net forums http://forums.asp.net/Sticky | 1 Replies | 32932 Views | Created by Ken Tucker - Thursday, March 27, 2008 12:19 PM | Last reply by SPanicker - Thursday, June 3, 2010 10:39 PM -
5 Votes
Windows 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 ...Sticky | 40 Replies | 252348 Views | Created by Zhi-Xin Ye - Tuesday, December 4, 2007 3:17 AM | Last reply by Kareninstructor - Saturday, December 9, 2017 10:37 PM -
5 Votes
Need 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 ...Sticky | 12 Replies | 123833 Views | Created by Mark Rideout - Wednesday, November 30, 2005 7:07 PM | Last reply by Steve Thornton - Friday, February 3, 2006 6:03 PM
Found 20774 threads
-
0 Votes
Changing Datagridview Combobox Items Programaticly
Hello there, I am making a Winform application. The form has a datagridview. Datagridview has 6 columns. ID: ...Unanswered | 3 Replies | 2315 Views | Created by yldzmuhammed - Thursday, August 27, 2020 2:28 PM | Last reply by yldzmuhammed - Friday, August 28, 2020 11:54 AM -
0 Votes
HOW TO MULTIPLY DATA FROM DATABASE
Hi, may I know how to get data from database and do calculation of ITEMS PRICE and TOTAL PRICE with the QUANTITY filled in the text box.Proposed | 4 Replies | 2576 Views | Created by stevenyj90 - Wednesday, August 12, 2020 5:38 AM | Last reply by Daniel_Zhang-MSFT - Friday, August 28, 2020 1:56 AM -
3 Votes
DataGridView.CellClick Event is not firing
I have a datagridview. I want to select a row by click a cell on the datagridview. But it is not firing. private void dataGridView1_CellClick(object sender, ...Answered | 15 Replies | 30271 Views | Created by ardmore - Monday, May 28, 2012 1:31 PM | Last reply by James.TM - Thursday, August 27, 2020 3:14 PM -
0 Votes
TB TO LOOK UP LIST ADD TO COLLECTION
Good evening I currently have a code that uses a text ox as look up search from the auto look up collection in TB properties. Currently list box populates lovely,, is there a way I can add the value ...Answered | 1 Replies | 2182 Views | Created by dubiousp - Monday, August 24, 2020 4:33 PM | Last reply by Timon Yang - Tuesday, August 25, 2020 2:19 AM -
1 Votes
ComboBox Items Not Showing On Dropdown
Hi All, I am inheriting a windows form and modifying it in C#. The parent form has three ComboBoxes and all are populated pragmatically to fit ...Answered | 6 Replies | 11578 Views | Created by nautic20 - Monday, December 24, 2007 2:59 PM | Last reply by MikeHammerfish2ndDisplayName - Saturday, August 22, 2020 12:30 AM -
2 Votes
Disable New Row on DataGrid
Is there any way to disable the ability to create a new row at the bottom of a datagrid? The row marked as "*" appears automatically and I want to disable so I can programatically ...Unanswered | 5 Replies | 19895 Views | Created by sandsdad - Tuesday, October 10, 2006 9:19 PM | Last reply by Singh . Brajendra - Thursday, August 20, 2020 1:06 PM -
0 Votes
Dynamic Checkboxes with a eventhandler
Hey! I need some help.. I have created two panels.. One with dynamic checkboxes and one with other dynamic panels in ...Answered | 4 Replies | 2685 Views | Created by Carlo Goretti - Wednesday, August 19, 2020 3:50 PM | Last reply by Viorel_ - Thursday, August 20, 2020 7:40 AM -
0 Votes
How To get Missing Rows
Dear experts, var result = (from p in excel2table.AsEnumerable() join v in LinkedBills.AsEnumerable() ...Unanswered | 9 Replies | 2735 Views | Created by Sushil Agarwal - Wednesday, August 5, 2020 11:45 AM | Last reply by Sushil Agarwal - Friday, August 7, 2020 1:05 PM -
2 Votes
error in datagridview
Dear all , In my data-grid view for one column called "Next calibration" i am using below code to highlight the cell if the date is over( compared to today) ...Proposed | 3 Replies | 3000 Views | Created by Ravi Kumar12233 - Thursday, August 6, 2020 3:44 AM | Last reply by Timon Yang - Thursday, August 6, 2020 6:45 AM -
1 Votes
ComboBox Binding with a Blank Selected Index Initially???
I'm making a search engine windows app that contains ComboBoxes that are bound to my SQL Server database. It would be so much better that once my ComboBox is bound that I could have no item ...Answered | 18 Replies | 39130 Views | Created by iamajloppy - Sunday, May 21, 2006 8:34 PM | Last reply by P Latham - Tuesday, August 4, 2020 5:47 PM -
0 Votes
loop two related datagridviews
Dear experts I have 3 tables cbjmain,cbjdetail,rp_link there relations are as under ds.Relations.Add("relation1", ...Answered | 2 Replies | 2290 Views | Created by Sushil Agarwal - Monday, August 3, 2020 1:23 PM | Last reply by Sushil Agarwal - Tuesday, August 4, 2020 4:55 AM -
0 Votes
[Announcement] "Windows Forms Data Controls and Databinding" Forum will be migrated to a new home on Microsoft Q&A!
This "Windows Forms Data Controls and Databinding" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can ... -
0 Votes
Create a graph and a report from same dataset in rdlc reports
I have created a winform data entry connected to .accdb as source The entry part is done, and i have given a button to open another which must contain the summary of the data in table & ...Answered | 1 Replies | 2576 Views | Created by Ravi Kumar12233 - Thursday, July 30, 2020 8:19 AM | Last reply by Daniel_Zhang-MSFT - Friday, July 31, 2020 6:07 AM -
2 Votes
Cells in DataGridView cannot edit
I use Visual Studio 2005 and create a simple Windows application. I created a DataGridView with 2 textbox columns. Databinding is OK, but I cannot edit any ...Answered | 11 Replies | 30158 Views | Created by UHIB - Tuesday, November 13, 2007 9:44 PM | Last reply by Offspringfan1234 - Friday, July 24, 2020 7:43 PM -
0 Votes
How Can I Save Data to Access database through Windows Form Application C#
Hi I am currently having trouble with saving data back to a Microsoft Access Database. private void ...Proposed | 5 Replies | 2709 Views | Created by Webmasterroot - Friday, July 17, 2020 5:35 PM | Last reply by Kareninstructor - Thursday, July 23, 2020 1:13 PM -
7 Votes
Forcing a virtual DataGridView to refresh its Cell values
I have a virtual DataGridView that has a data cache behind it.Sometimes I update the values in the cache programatically and I want to be able to tell the DataGridView to refresh the cells. That is, ...Answered | 11 Replies | 26903 Views | Created by JeroGrav - Thursday, November 24, 2005 4:23 AM | Last reply by DPalma - Wednesday, July 22, 2020 7:52 PM -
0 Votes
C# Search Datagridview and show results in DGV
I am pasting data in a DGV and want to search the first column [0]. I am using textbox change the code i have so far only highlights the row I need it to only show the rows it equals. This is what I ...Proposed | 4 Replies | 13434 Views | Created by Booney440 - Wednesday, July 8, 2020 10:35 PM | Last reply by Timon Yang - Wednesday, July 15, 2020 9:11 AM -
0 Votes
May i ask how to make textbox only allow (-,.(dot)and number)
I write code about textbox allow numbers (-) and (.) dot However, the (-) aspect is unavailable. can help me take a look. Thanks. Below is my ...Unanswered | 3 Replies | 2310 Views | Created by christing - Thursday, July 9, 2020 8:23 AM | Last reply by Daniel_Zhang-MSFT - Monday, July 13, 2020 5:09 AM -
0 Votes
Windows Forms VBNET (Microsoft Visual Studio Community 2019): DataGridView Problem with Cells.Style.ForeColor after sorting
Hi, The problem is that the foreground-colors of text disappear after sorting (click on a row header) and all rows are again black (default color). How can I solve this ...Proposed | 2 Replies | 2541 Views | Created by CanFra67 - Wednesday, July 1, 2020 9:27 AM | Last reply by Daniel_Zhang-MSFT - Tuesday, July 7, 2020 6:36 AM -
0 Votes
Executing ExecuteReaderAsync resets other controls back to old value
I have different controls and a datagridview on my form. I use EF Core to bind the controls to a SQL Server DB. I use the following code to fill the controls except the ...Unanswered | 5 Replies | 2801 Views | Created by QuestionBot - Tuesday, June 30, 2020 10:24 AM | Last reply by Daniel_Zhang-MSFT - Monday, July 6, 2020 6:18 AM - Items 1 to 20 of 20774 Next ›
No announcements