|
-
Mar 26th, 2008, 04:12 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Is It That Difficult!?
Using ASP.NET with an access DB - (I didnt pick the database!!)
I have a formview1 on my page with databound textboxes... All I need to know is how in gods name do I update my records?? It seems when I attempt to use the following:
dsLeads.UpdateCommand = "UPDATE MYtable SET MyColumn = '" & txtFirstName.Text & "' WHERE ID = txtID.Text
I get an error?? Why cant I find the value of txtFirstName.Text from a Fromview??
PLEASE SOMEONE HELP!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|