Click here to Skip to main content
15,897,187 members
Articles / Programming Languages / C#

Add value in a table through text box

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
6 Oct 2012CPOL 1.9K  
if i add value in a table through text box, it should automatically update in another table with same coloumn name, and must apear in text box of that form......What to do ?? Plz help me with this.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
6 Oct 2012Sandip.Nascar
If I have got you correctly, you need to update a value in another table when a value is added to a table.1. Write sql to update the value to another table just after adding to 1st table (use transaction)2. Use Trigger, if you are using RDBMS databasecheers

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions