473,396 Members | 1,777 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

winapp: bound textbox doesn't update

nev
251 100+
i have a bound textbox. i am in record 2 and textbox displays 'hello'. now i added code to automatically save a new word entered in textbox. for example, while in record 2 which textbox displays 'hello', i modify it into 'helicopter'. when i process the save, the word will become 'hello' again (but i'm still in record 2). and i know it saved because when i do...

bindingsource.movenext
bindingsource.moveprevious

my textbox displays 'helicopter' correctly for record 2.

i need help pls.
Dec 4 '07 #1
4 1612
Plater
7,872 Expert 4TB
This is on a web-application yes?
Sounds like an issue of postback woes.
You are probably binding the controls in the page_load() function, which would be run before any button clicks/actions, so it will be bound BEFORE the save call is made.
Note: Oops, I completely blanked the winapp in the title, that's my fault
Dec 4 '07 #2
nev
251 100+
This is on a web-application yes?
Sounds like an issue of postback woes.
You are probably binding the controls in the page_load() function, which would be run before any button clicks/actions, so it will be bound BEFORE the save call is made.
its a winapp. i'm using vb 2005 and a bindingsource with mysql as a backend.

as of the moment i'm using...

bs.moveprevious then
bs.movenext

to update my display controls such as the textbox.
Dec 4 '07 #3
nev
251 100+
hello? can anyone help this poor dude?
Dec 5 '07 #4
Plater
7,872 Expert 4TB
Can you call a refresh, or a re-bind of the data?

I don't ever use the binding source stuff, so I'm unfamiliar with what's available to you.
Dec 5 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Alpha | last post by:
Hi, I have a window based program. One of the form has several textboxes and a datagrid. The textboxes are bind to the same dataset table as the datagrid and the text changes to reflect different...
6
by: Frank | last post by:
Hopefully this is the correct group for this message. My previous post to (I assume) a non-.net group was not welcomed. I have a form with 7 text boxes that are all bound to fields of a...
6
by: JohnR | last post by:
I have a table with 1 row which is used to hold some application wide items (one item per field, hence I only need 1 row). I want to bind one of the fields to a textbox. After setting up the...
6
by: timbobd | last post by:
I have a Windows form that displays a database table in a DataGrid. When you click on a row, the row's values get copied to bound TextBoxes below, and when the "Save" button is clicked the database...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.