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
Riddhi Valecha
441
3.3k
413.1k
Getting Data From WebAPI
Dec 23 2019 5:13 AM
Dear Team,
I have received 1 API (hyperlink).
I have to get data from that API into a datatable and display it on gridview.
API -
http://abcd.efg.com:8081/ManagerWebService/computer.computertype,model.brand.name,model.name,computer.tcpiphostname,asset.serialno,user.username,RIL_Inventoried_User.username,Asset.Field1%20where%20model.parent.name='Desk%20Comp'%20AND%20RIL_cUser_Acceptance=0%20AND%20user.username='efgh.ijkl'
Input Parameter is -
'efgh.ijkl'
- That will vary for each user.
How do I do this task??
Please guide...
Reply
Answers (
11
)
How to detect which datbase view that is used
How to access a view in layout.cshtml in mvc??