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
ZAIN ULARIFEEN
1.6k
143
150.2k
How to get data from the above webservice method an android
Aug 10 2017 8:52 AM
[WebMethod]
public string Grade()
{
DataTable dt = new DataTable();
dt = ConnectionClass.Selectcommand(
"
select ProductName,PurchasePrice from Product"
);
resultC res = new resultC { result = dt };
string json = JsonConvert.SerializeObject(res);
return json;
}
How to get data from the above webservice method an android using Soap Method. please, help me
Reply
Answers (
1
)
Sqlite database data show to listView
Connect to sql server from Android Application