简体   繁体   中英

VB.NET: Webbrowser control unable to show local webpage properly

I'm building an application in which the data from the database will be shown through a webbrowser control, built in html table. The purpose of using this is to allow multiple lines in the datarow and html-based formatting as well.

The webpage I have built to use in webbrowser control is working fine on a normal browser (IE, Chrome, FireFox). But it does not work when used inside webbrowser control. My webpage is using jquery, css and some script work to highlight selected rows, freeze top row, etc. This file is auto-generated by my code and is kept inside the exe directory.

Can someone guide me how to enable this webpage to be used inside webbrowser control.

The link to html files is: source files

Thanks in advance. Faraz.

Solved the problem. There was an incompatibility with the reset.css file in my code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM