S
Sudip_inn
Guest
see this is my code
private void ButtonStart_Click(object sender, EventArgs e)
{
wb.Navigate("Inline XBRL Viewer");
}
when try to load this url Inline XBRL Viewer into Web browser control then browser control freezing and not being able to scroll down but when i load the same page in IE web browser then no problem occur. problem only occur when loading this page in browser control.
i also set false to AllowNavigation property but still no luck. please give me some work around to get rid of freezing long web site. thanks
Continue reading...
private void ButtonStart_Click(object sender, EventArgs e)
{
wb.Navigate("Inline XBRL Viewer");
}
when try to load this url Inline XBRL Viewer into Web browser control then browser control freezing and not being able to scroll down but when i load the same page in IE web browser then no problem occur. problem only occur when loading this page in browser control.
i also set false to AllowNavigation property but still no luck. please give me some work around to get rid of freezing long web site. thanks
Continue reading...