473,835 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Formview update--one field won't update

I added another column to a table, a varchar(1000), added a textbox to
the formview, bound it (2 way), added the parameter to the update, but
it won't update.

I ran SQL Profiler, and the variable is set to NULL. It's like the
databinding isn't going on.

As the tree said to the lumberjack "I'm stumped!!!"

Jul 11 '07 #1
1 1730
On Jul 11, 10:26 am, Larry Bud <larrybud2...@y ahoo.comwrote:
I added another column to a table, a varchar(1000), added a textbox to
the formview, bound it (2 way), added the parameter to the update, but
it won't update.

I ran SQL Profiler, and the variable is set to NULL. It's like the
databinding isn't going on.

As the tree said to the lumberjack "I'm stumped!!!"
Ok, figured out what was causing it, but not why.

The field is in the table, and I had the table row runat="server",
because I want to hide/show this row depending on a condition...

Seems like a bug to me that just having runat=server for a table row
would prevent the databinding from occuring.

Any insight?

Jul 11 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3138
by: Silas | last post by:
Hi, I use view to join difference table together for some function. However, when the "real" table fields changed (e.g. add/delete/change field). The view table still use the "old fields". Therefore everytimes when I change the real table, I also needed open the view table and save it by SQL enterprise manager manually for update the view table field.
0
3183
by: Kumar | last post by:
Hi Folks, I am trying to do the following functionality. Add employee ID in OtherHomePhone field in that user Active directory profile. I created DirectoryEntry object. While assiging the values I am getting the error as below. The requested operation did not satisfy one or more constraints associated
6
1731
by: Brett | last post by:
Not sure what the problem is here... Trying to update from a datagrid to an access database using vb.net... Its not updating the database but Im not getting any errors... Here is my code... 'OleDbUpdateCommand1 Me.OleDbUpdateCommand1.CommandText = "UPDATE tblGifts SET gift = ?, name = ?, purchased = ? WHERE (autonum = ?) AND (gi" & _ "ft = ? OR ? IS NULL AND gift IS NULL) AND (name = ? OR ? IS NULL AND name IS NUL" & _
1
1126
by: tmilewski | last post by:
Hi, For some reason, when I put this query in all it does is give me the old value and doesn't subtract the value by 1. I'm not new to SQL but this is quite odd. UPDATE Rental_Line_Items SET Rental_Line_Items.Days_Left = (Rental_Line_Items.Days_Left-1) WHERE (((Rental_Line_Items.Returned_Date) Is Null));
3
3014
by: Arthur Dent | last post by:
Hello All,.. I have some settings stored in the project settings which show up under My.Settings. ... All works fine. Now, I wanted to change the value of one of these settings, so I went into the app.config file, and changed the value, and reran the app. But it still picks up the old value, and doesn't pay attention to the new value which I entered in the app.config file.
6
1911
by: PsyClone | last post by:
Im fairly new to access and would prefer not to use any scripting as such, but Im trying to create aselect query based on two tables: tblProduction, from which the query uses DeptID, ProductionQty, and ProductionDate fields; - and tblDepartment table, from which ive used the Department field to simply link a department name to the corresponding DeptID. the criteria are made up of user prompts, which basically allow the user to input a dept...
6
2934
by: KDCinfo | last post by:
Although I'm making an ajax call, this is really a javascript question (although it could be even more of an HTML or DOM question... not exactly sure) I'm doing an ajax call to a remote php file... it returns a value fine, and even enters a value into a text field on my form. The problem is, right after the function call to the ajax function, I do an alert of what the field value is, and it doesn't recognize the field value has been...
4
8799
by: mmanojkumar | last post by:
Sir, I have a recordset "ADODC_path.recordset" which takes input from two tables When the field values are put into the textboxes and then edited and updated back into the tables, using the following codes, everything works fine. "select * from path,Station where path.StationCode=Station.StationCode and path.traincode=" & Text2.Text Two tables Station(fields: StationCode and StationName) and Path(fields: StationCode ,TrainCode...
1
1634
by: =?Utf-8?B?UmljaA==?= | last post by:
Private Sub UpdateTblHistory() Dim strSql As String strSql = "Update tbl_History set SubscrID = @SubscrID Where ID = @ID" da.UpdateCommand.CommandText = strSql da.UpdateCommand.Parameters.Add("@SubscrID", SqlDbType.VarChar, 50, "SubscrID") da.UpdateCommand.Parameters.Add("@ID", SqlDbType.Int, 4, "ID") da.Update(ds, "tbl_History")
1
1245
by: D | last post by:
I am trying to add records to a database and getting no errors but the databse is not updated. Not sure what is wrong maybe in my function I'm losing some thing? What do you think? My code is below. Thanks using System; using System.Collections.Generic; using System.ComponentModel;
0
9810
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10815
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10526
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10237
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9348
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7770
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6970
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4435
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3999
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.