No announcements
Found 3033329 threads
-
1 Votes
How to update a database with a value from textbox and combobox
it shown after i change value in textbox and press save button to update the ...Answered | 4 Replies | 810 Views | Created by Faizal Nurizal - Sunday, November 10, 2013 2:27 AM | Last reply by Faizal Nurizal - Monday, November 11, 2013 4:06 PM -
1 Votes
Updating a database from bound textbox
How do I go about binding the textbox to the binding source?Answered | 10 Replies | 2027 Views | Created by AndyNakamura - Sunday, May 29, 2016 9:23 AM | Last reply by AndyNakamura - Monday, May 30, 2016 9:45 AM -
2 Votes
Update database from varable or textbox
I have 20 Textboxes with several values.Answered | 4 Replies | 2836 Views | Created by johmolan - Monday, August 10, 2009 9:11 PM | Last reply by Waleed El-Badry - Sunday, August 16, 2009 7:03 PM -
1 Votes
Insert data in database from textboxes
I solved the problem with selecting only some of textboxes in this way: (it gets all the data and then delete those lines in database in which is 0 in ...Answered | 3 Replies | 686 Views | Created by Marziz - Friday, December 1, 2017 3:28 PM | Last reply by Jimmie C. Allman - Tuesday, December 5, 2017 4:28 PM -
0 Votes
How to save data from a textbox into a database?
How do I write the code so that when the employee enters the customer information, the data is saved on to a database.Answered | 4 Replies | 518 Views | Created by newtoprogramming0407 - Sunday, September 13, 2015 11:43 AM | Last reply by Mr. Monkeyboy - Sunday, September 13, 2015 7:01 PM -
3 Votes
question about retrieving/updating data from database
string sData = "Here is some data to encrypt.Answered | 10 Replies | 3049 Views | Created by Talkabout23 - Monday, January 4, 2010 5:35 PM | Last reply by Vladimir.Ilic - Monday, January 4, 2010 10:17 PM -
0 Votes
Updating Data in an SDF Database
www.primeworks-mobile.com has some good tools to help you move data from Access to SQL Compact.Answered | 1 Replies | 8814 Views | Created by Determined Developer - Monday, July 12, 2010 5:53 PM | Last reply by ErikEJ - Monday, July 12, 2010 6:13 PM -
0 Votes
How to show data record in textbox ?
The DataAdapter Class represents a set of SQL commands and a database connection that are used to fill the DataSet and update the data source.Answered | 7 Replies | 1901 Views | Created by Atta zaib - Monday, December 26, 2011 8:48 PM | Last reply by Atta zaib - Friday, December 30, 2011 6:43 PM -
2 Votes
Pass data from a database to textbox with vb2008 express
Hi Phil, ADO.net is the object used to interact with a database and other datasources.Answered | 5 Replies | 3328 Views | Created by PhoenixPhil - Thursday, March 4, 2010 3:08 PM | Last reply by Jeff Shan - Monday, March 8, 2010 7:52 AM -
0 Votes
How to assign textbox to another textbox and store the content of the textbox
Hi imaginaryhos, How is it going with our friends’ suggestions?Answered | 3 Replies | 2060 Views | Created by imaginaryhos - Saturday, April 21, 2012 1:52 PM | Last reply by Bob Wu-MT - Monday, April 23, 2012 6:32 AM -
2 Votes
How to kill a data in a TextBox
Hi, I have a dialog box (UserForm) which displays the data of the previous project, even if it is closed.Answered | 2 Replies | 1100 Views | Created by WLID1966 - Friday, December 9, 2016 4:59 PM | Last reply by John - Project - Friday, December 9, 2016 8:48 PM -
4 Votes
UPdate db based on TextBox change
How do i check if the value of every textbox has changed?Answered | 6 Replies | 454 Views | Created by BuilderTheBob - Thursday, January 7, 2016 7:57 PM | Last reply by DA924 - Thursday, January 7, 2016 11:51 PM -
0 Votes
update database with datagridview based on own data-collection
I cam acroos the same question as how to handles updates from a DataGridview with a Collection as Datasource.Answered | 13 Replies | 3500 Views | Created by Torsten Tiedt - Saturday, April 17, 2010 10:29 AM | Last reply by DeborahK - Saturday, April 24, 2010 2:21 PM -
1 Votes
How to update a Textbox in a User Control
I am also experiencing similar problem but mine I am updating to the database using Entity framework this my Table Products with following Columns: ProductID ...Answered | 6 Replies | 8437 Views | Created by eamo2020 - Wednesday, February 16, 2011 1:02 PM | Last reply by Brianbk86 - Monday, February 28, 2011 2:08 PM -
0 Votes
Update textbox
If you want your textbox to be updated every second, you have to use a timer.Answered | 9 Replies | 1127 Views | Created by Stavnbo - Thursday, October 10, 2013 4:54 PM | Last reply by Amanda Zhu - Friday, October 11, 2013 8:46 AM -
1 Votes
how to save data dynamically from textbox to datagridview as well as to database
When you save your data, you will be doing everything with the data in the DataTable ... no need to access any of the controls on your Form!Answered | 5 Replies | 7068 Views | Created by haqayyum - Wednesday, September 28, 2011 6:20 AM | Last reply by BonnieB - Sunday, October 9, 2011 11:51 PM -
0 Votes
Unable to update data from database in COMBOBOX and displaying data in textboxes ...pleasee help me ...unable to find errors..!!!
.:( Wolfdale's Here is an example that works against Microsoft NorthWind database, customer table.Answered | 4 Replies | 2533 Views | Created by WolfdalesCV - Friday, January 27, 2012 6:10 PM | Last reply by WolfdalesCV - Saturday, January 28, 2012 7:32 PM -
0 Votes
I want to Update the database only if NEW data is entered.
How will I check whether the information I have put in the TextBox is new?Answered | 3 Replies | 2504 Views | Created by Shavendra Chand - Thursday, December 29, 2011 2:20 AM | Last reply by Kareninstructor - Friday, December 30, 2011 9:28 PM -
1 Votes
how to display data in label or textbox from database (VB.net)
Hello, the following example uses an MS-Access 2007 database (see here for other connection strings), we want the company name from a table called Customer.Answered | 2 Replies | 31185 Views | Created by i am kem - Monday, July 30, 2012 11:22 AM | Last reply by Kareninstructor - Monday, July 30, 2012 1:07 PM -
0 Votes
how to update textbox
Could you present some more of the code, where and how are you binding ?Answered | 5 Replies | 2011 Views | Created by Newmanb1 - Tuesday, February 28, 2012 5:58 PM | Last reply by SharpAspirant - Tuesday, February 28, 2012 7:57 PM - Items 1 to 20 of 3033329 Next ›
No announcements