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
Ilkin Turk
NA
349
160.5k
DataTable
Mar 19 2013 5:59 PM
Hello
I tried add values to datatable below code.But it just add only ones ,and the same value.I need to add values from parameter.
public DataTable create_table ( string a)
{
DataTable dt = new DataTable();
dt.Columns.Add("Fields",typeof(String));
dt.Rows.Add(new object[] { a });
return dt;
}
thanks in advance.
Reply
Answers (
5
)
how can control my andriod mobile through voice using c#.net
Get host name from the URL