Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~8K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for pROKO

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 …

Member Avatar for Trần Hoàng Sơn
0
5K
Member Avatar for choosechrist

[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 …

Member Avatar for pROKO
0
462
Member Avatar for pROKO

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 …

Member Avatar for pROKO
0
178
Member Avatar for AfreenJamadar

[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 …

Member Avatar for pROKO
0
216
Member Avatar for pROKO

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.

Member Avatar for Oxiegen
0
86
Member Avatar for Aviplo

[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.

Member Avatar for adam_k
0
228
Member Avatar for pROKO

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 …

Member Avatar for pROKO
0
1K

The End.