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
man alman
NA
7
8k
saving in bindingsource
May 23 2013 4:41 AM
good day..
any one can help me>>
connection
new SqlConnection("Data Source=\\");
SqlDataAdapter customersTableAdapter =
new SqlDataAdapter("Select * from Customer", connectionString);
DataTable customerTable = new DataTable();
customersTableAdapter.Fill(customerTable);
bindingSource1.DataSource = customerTable;
i made save button with code
private void button6_Click(object sender, EventArgs e)
{
this.bindingSource1.EndEdit();
this.customerTableAdapter.Update(dataSet1.customer);
}
but it's not working what is the solution
please reply soon
Reply
Answers (
0
)
c problem
status and commenting in C#