- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
I programmatically edit my datagridview cell values. I use the vertical scrollbar to find the row I want to edit, select the row then click an edit button that takes me to another form where changes to the record are made. I then click a button which saves the changes …
[QUOTE=choosechrist;1767629]but if the text is made blank again, it still asks to save?, hw will i proceed from here.[/QUOTE] I solved this problem by creating hidden text boxes for each text box/combo that stored the original text box/ combo value. Also, a hidden check box (f_DataChanged). The coding is a …
I'm quite new to .net so would appreciate your help. My project is nearing completion and I would like to save my work prior to making changes each day, should something go wrong. Eventually I would like to end up with a series of archived projects so that I could …
[QUOTE=AfreenJamadar;1704163]Hi everyone, Well, First of all m glad to join a community of all master minds. My question is : I have a datagridview and each time i enter values in database the values are not reflected in the datagrid untill i load the form again. I want a method …
My project utilizes a DataGridView that retrieves its data from an Access database file. Is there a "snippet" of code available that prompts the user to locate the database file should it be removed or renamed that will overwrite the connection strings used to create the project's Data Source.
[QUOTE=Aviplo;1700357]i have tried math.round(12.5) but it didn't work. May be i have to write my own function??[/QUOTE] Add .49999999 first then Int it! Assuming you want to round up to the nearest whole number.
When I open my form that contains a DataViewGrid the first row is always automatically highlighted in blue showing that it is selected. If I use Me.DataGridView.ClearSelection() the highlighting disappears and the row "appears" to be unselected but when I check with Me.DataGridView.CurrentRow.Index the value returned indicates that the row …
The End.
pROKO