Problem with DataGridView Update not accepting all the data from a richtextbox
I am having a slight problem with adding a new row of data from several textbox fields and a richtextbox field. Everything works fine except for that if I have a large amount of data in my richtextbox...
View ArticleWindows Form integrated with Sql Server Connection Error
HI guys i have created a windows form application in visual studio 2012. In the load of the form i load a couple of datatables. But everytime one of the clients machine tries to access the server it...
View ArticleWindows Form integrated with Sql Server Connection Error
HI guys i have created a windows form application in visual studio 2012. In the load of the form i load a couple of datatables. But everytime one of the clients machine tries to access the server it...
View ArticleWindowsClient.net is GONE.
Please refer to this thread.http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/thread/5378b9af-d0b6-4041-80ab-e76ac21c1cd4The links that Mark Rideout posted are redirected to another...
View ArticleShow text textBox1 in textBox2 C#
Hi,I have a textBox1 and textBox2. I want to make a sort of encryption program. So, when I typ 'A' in textBox1, I want to show '/' and when I typ B I want to show '['. But here is the problem: the...
View ArticleHow to I update the Array List from the DataGridView
I have a DataGridView bound to an Array List. The grid displays the contents of the Array List perfectlyI would like to enter changes in the Grid and have them update the Array List items. The Grid...
View ArticleWinforms Tabcontrol issue
I am aware that tabcontrol has many issues (which there is a trend from MS to call them limitations but I call them bugs) and unfortunately I am here to add another. Here is my sitution: I am using...
View Articledatagridview doesn't display all entered data
Hi, i'm trying to enter data into data grid view from FaxOutgoingJobs object collection , when i do this i cant see the data of two first rows i just see data of the last row in dgv ,when using break...
View ArticleWorking with comboxes and radio buttons
Hello i am a new C# student and i am building a simple student management system and i wanna know how to store the values of a radio button for example gender (Male/Female) in a mysql database and...
View ArticleForeignKeyConstraint s_p requires the child key values (2) to exist in the...
Dear all,I met the problem with the following codes. In my scenario, the application has to create the new dataTable in the dataSet, then hook the two tables by using the relation. E.g. Table["p"] is...
View ArticleHow can i make folder type hierarchy in tree view in asp.net(vb.net) dynamacally
How can i make folder type hierarchy in tree view in asp.net(vb.net) dynamacally in user based and folder name is in sqldatabase and by coding i make in vb.net
View ArticleC++ Windows Form
i am making a program that has 5 text boxes (TextBox1-TextBox5) and i am wanting to be able to click a save button and it pop up a SaveFileDialog asking me where i want to save the file in and under...
View ArticleHow to allow users to only check one checkbox in a datagrid view
Hi all, I am working on a project affiliated to customer's database and i am required to insert, update, delete the data through a window's form program. The database i am using is MS SQL server 2005...
View ArticleHow to remove all rows in a DataGridView
I have a DataGridView that takes data from a textbox that user inputs. Then, a button that lets user save all rows to database. After saving, I want to remove all rows in the DataGridView. However, the...
View ArticleHow to Populate a comboBox Column with another ComboBox column in a...
I have a datagridview comboBox column with 2 items in it,"Cars" & "Bikes". I also have another datagridview combo Box column in the same datagridview.When i select "Cars" in the 1st comboBox, i...
View ArticleDAta grid view autosize mode fill column broken!
I have problem with the data gridview where the auto size columns fill mode where the smaller columns get sized in weird ways when the user maximizes and restores the window. Here is a simple steps...
View ArticleDataGridView Expand And Collapse C#
Hi All,I want to make my datagridview to expand and collapse rows, here i have found an example of exactly what i want but i have been trying for the past two days but i couldn't get anywhere with...
View ArticleAdd Row with Button control in Data Grid View in Visual Basic 2008
hi, i want to add rows with buttonControl in form1 then when i click buttoncontrol in form1. form2.show with data like in datarows, in every time i change data in form2 data in row in form1also...
View ArticleDataset HasChanges method - command button vs menu item
I have a winform app containing a datagridview, a command button and a menu bar with an item for searching.The datagridview is bound to a dataset. If I change the contents of a cell, then click on the...
View ArticleCan DataGridViewComboBoxCell be able to edit by user (like a normal Combobox)?
Can DataGridViewComboBoxCell be able to edit by user, like a normal ComboBox?If can't, how to customize a cell/column to get this feature?Thanks a lot!
View Article