No announcements
Found 2877793 threads
-
0 Votes
Not displaying continues data of networkstream in DataGridView
read method reading networkstream data of particular number of bytes and trimming the string as my need and updating to a database and trying to show the ...Unanswered | 6 Replies | 1125 Views | Created by kida.altantis - Monday, March 25, 2013 6:15 PM | Last reply by Lisa Zhu - Thursday, March 28, 2013 7:35 AM -
1 Votes
DataGridView not displaying data
It seems that the data grid is not detecting changes in the collection. Have I setup Map class correctly for the datagridview to get ...Answered | 11 Replies | 5280 Views | Created by Raven Shadow - Wednesday, May 18, 2011 5:44 AM | Last reply by Neddy Ren - Tuesday, May 24, 2011 1:56 AM -
0 Votes
Datagridview not displaying data
Thanks for the reply! al is an arraylist that i use to store the objects from the Product class using the GetAllProducts() method. Then i bind the data from that array list to the ...Answered | 6 Replies | 4618 Views | Created by Palastiaz - Monday, May 28, 2012 2:08 PM | Last reply by Venkat Gopalakrishnan - Thursday, May 31, 2012 7:14 AM -
1 Votes
DataGridView not displaying current data
reopen it then go to frmTwo. the new name is there. The DataGridView doesn't get bound until i create the instance of frmTwo. I have verified that the new name is ...Answered | 4 Replies | 2547 Views | Created by cking2600 - Thursday, September 18, 2008 4:03 AM | Last reply by cking2600 - Saturday, September 20, 2008 6:03 AM -
0 Votes
Displaying Object Data in DataGridView
Hi all, I have a list of objects which I Add to a dataGridView. By default the first field of each row contains the object type. I found that by overriding the ToString ...Answered | 6 Replies | 1589 Views | Created by Grovesy - Wednesday, July 4, 2012 10:44 AM | Last reply by Grovesy - Wednesday, July 4, 2012 12:52 PM -
0 Votes
proplem displaying data ina datagridview
comboboxes stores the id but displays the text. I need the datagridview to display the text as well in that column and not the id that is stored. any ...Answered | 1 Replies | 2750 Views | Created by GConst - Thursday, October 30, 2008 4:38 PM | Last reply by Xingwei Hu - Friday, November 7, 2008 10:33 AM -
0 Votes
Built in tool tip of datagridview displaying mismatched data
searched for data with a different search criteria and it returned a different set of data and accordingly populate the datagridview. However, when the user hover ...Unanswered | 4 Replies | 3044 Views | Created by online123 - Tuesday, May 12, 2009 11:07 PM | Last reply by online123 - Thursday, May 14, 2009 1:48 PM -
0 Votes
Displaying data in TextBox control in DataGridView
We cannot have multiple cell in edit mode. Only one cell can be in edit mode at a time. One way is to set EditMode of Datagridview as EditOnEnter. So as soon as ...Answered | 3 Replies | 4265 Views | Created by sawhneyg - Wednesday, January 27, 2010 7:31 PM | Last reply by Khanna Gaurav - Friday, January 29, 2010 6:35 AM -
0 Votes
Datagridview not displaying record
Can some please tell me what is wrong with this code. The datagridview is not displaying data. The rows and coloumns are displayed but no data. The query ...Answered | 1 Replies | 4184 Views | Created by Umoetuk - Saturday, September 15, 2007 5:05 AM | Last reply by Dig-Boy - Sunday, September 16, 2007 2:56 AM -
0 Votes
reading XML and displaying in DataGridView (not showing data)
hmm thanks for reply .. i set breakpoint into code and look into DataTable Visualizer.. it shows 1 record (yup only 1 record is there in each table).. ...Answered | 3 Replies | 2856 Views | Created by Akshay17.6 - Friday, June 18, 2010 2:17 PM | Last reply by Akshay17.6 - Sunday, June 20, 2010 5:56 PM -
0 Votes
NetworkStream not working when requesting large amount of data
You do understand that NetworkStream.Read only returns as much data as is ready on the stream at the time. If you ask for a very large amount of data, it is quite ...Answered | 3 Replies | 831 Views | Created by Cubangt - Thursday, February 21, 2013 6:00 PM | Last reply by Cubangt - Monday, February 25, 2013 5:31 PM -
0 Votes
My datagridview is not displaying data
yes, i have looked around the forums for answers. for a long time now in fact. unfortunately, none of the answers worked for me, so i'm just gonna ask ...Answered | 2 Replies | 1884 Views | Created by awesomesauce_broncosaurus - Thursday, February 16, 2012 4:40 PM | Last reply by awesomesauce_broncosaurus - Thursday, February 16, 2012 5:38 PM -
0 Votes
DataGridView not displaying.
property of the objects in the data source.  Answered | 2 Replies | 3688 Views | Created by Bandit390 - Thursday, December 2, 2010 2:25 AM | Last reply by Jing0 - Tuesday, December 7, 2010 3:53 PM -
0 Votes
Displaying data from Access in custom DataGridView
statement to retrieve the data, but rather the way that i will fill the datagridview. Can you please provide me with some ...Answered | 2 Replies | 3393 Views | Created by globemast - Thursday, November 9, 2006 3:02 PM | Last reply by globemast - Thursday, November 9, 2006 11:03 PM -
1 Votes
displaying data in datagridview takes much time
With the VirtualMode property set to true will help you to display large sets of data in the DataGridView more quickly. It makes the application only fill ...Answered | 5 Replies | 3378 Views | Created by stylish16 - Sunday, October 31, 2010 6:02 AM | Last reply by Mike Dos Zhang - Tuesday, November 2, 2010 10:04 AM -
0 Votes
networkStream
NetworkStream(_socket); // Receives The Binary Data From PortUnanswered | 0 Replies | 3556 Views | Created by ShawnieBrown - Friday, August 10, 2007 1:10 AM | Last reply by ShawnieBrown - Friday, August 10, 2007 1:10 AM -
0 Votes
Datagridview not displaying correct value
correct value during run time, but as soon as i click on the datagridview, it sets back to the wrong value that was in the first place. I wonder if i set the ...Unanswered | 6 Replies | 3407 Views | Created by Newt.Net - Friday, January 19, 2007 6:42 AM | Last reply by DamPee - Friday, January 19, 2007 8:34 AM -
0 Votes
Reading data from networkstream
in the way you described as a matter of course. The only situation in which it might not lock up is if you happen to process incoming ...Answered | 18 Replies | 5525 Views | Created by ahmedilyas - Sunday, July 9, 2006 2:54 AM | Last reply by ahmedilyas - Tuesday, July 11, 2006 2:46 PM -
0 Votes
Networkstream
hi, My problem is the following. I want to send an array over a network stream. How do i convert my array in an array of ...Unanswered | 0 Replies | 3996 Views | Created by fromie - Tuesday, March 7, 2006 10:55 AM | Last reply by fromie - Tuesday, March 7, 2006 10:55 AM -
0 Votes
networkstream problem
recieved, almost as though networkstream is reporting the length of the data read wrong (bRead) resulting in junk data at the end of the ...Unanswered | 1 Replies | 5098 Views | Created by MarvinTPA - Saturday, December 17, 2005 3:45 PM | Last reply by MarvinTPA - Sunday, December 18, 2005 10:12 AM - Items 1 to 20 of 2877793 Next ›
No announcements