Can any of you guys help me to make my html view page visible in this webservice application! I have tried several attempts to debug the page, but i dont have a clue as to why the markup for the Index page will not make itself visible. Can anyone help me
to fix this in a timely manner. Thanks, Markus33
So I would like to confirm that if your problem is that you cannot make the data displayed?
Or you can not bind the index.html as the start page to consume the webservice?
Best regards,
Sean
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
251 Points
423 Posts
Can i make this html active."
Mar 04, 2020 02:19 PM|Markus33|LINK
Can any of you guys help me to make my html view page visible in this webservice application! I have tried several attempts to debug the page, but i dont have a clue as to why the markup for the Index page will not make itself visible. Can anyone help me to fix this in a timely manner. Thanks, Markus33
https://github.com/Andrew112/SuperHeroDB.git
Contributor
2840 Points
840 Posts
Re: Can i make this html active."
Mar 05, 2020 07:17 AM|Sean Fang|LINK
Hi, Markus33,
I have tried your code from my side and it seems working well. (Edge, Chrome, FireFox, IE)
The only problem is that the data is not displayed until I remove the spaces between the "url" inside the file "service.js".
Before:
After:
Result in Chrome:
So I would like to confirm that if your problem is that you cannot make the data displayed?
Or you can not bind the index.html as the start page to consume the webservice?
Best regards,
Sean
Member
251 Points
423 Posts
Re: Can i make this html active."
Mar 05, 2020 05:07 PM|Markus33|LINK
Thanks for the help Sean, i really appreciate it! markus