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
Reylin Mathew
NA
347
75.1k
Value using data merging
Dec 19 2018 2:41 AM
DataTable dt = ex.data(name,age);
DataTable Stud = new DataTable();
if (dt.Rows.Count > 0)
{
for (int i = 0; i < dt.Rows.Count; i++)
{
name = dt.Rows[i]["name"].ToString();
address= dt.Rows[i]["addres"].ToString();
DataSet dtList = ex.Result(id);
dtStud.Merge(dtList.Tables[4]);
dtStud.AcceptChanges();
}
}
Stud = Stud.DefaultView.ToTable(true, "name", "age", "add1", "add2", "phn",);
first user login time this code will working. den another user login after processing this code will'nt working. what should i do?
thnkx in adv.
Reply
Answers (
0
)
multiple file upload with multiple fileupload control.
Download Image in Folder Images