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
vinod jangir
NA
53
1.1k
updete Amount Column??
Oct 8 2015 2:20 AM
hello
i want to update Amount Column in Table that have 1000 and i add 1000 agin add value then update vale is 2000 are written i table colum
what can i do
upQuery = "UPDATE FeeDeposit SET Amount ='" + textBox1.Text + "'WHERE Admission_ID=" + labstuid.Text;
SqlCommand cmd = new SqlCommand(upQuery,con);
cmd.ExecuteNonQuery();
con.Close();
Reply
Answers (
1
)
Add the row to the datatable..
why we cannot use fields in interface c#