TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mike Chambers
NA
3
2.2k
populating a form with data from a SQL server, then updating
Dec 22 2010 2:10 PM
Hello, I wrote a form which so far just consists of text fields and checkboxes. The data from previous entries is loaded when the page loads and then I set the values of each field (for example, contactname.Text = dbread["contactname"].ToString();). The problem is that when I populate the fields on page load, the stored procedure I'm using to update the values uses this information rather than the information actually current in the TextBoxes. I want users to be able to change and update the information, but also have it preloaded with the last data they submitted. Any advice would be greatly appreciated.
Thanks.
Reply
Answers (
2
)
Event Calender
Modify form in another thread