Jump to content
Xtreme .Net Talk

IE error occur when dynamic pop-up menu and a custom made table be used..


Recommended Posts

Posted

Dear all, I am now working on a web application which contain a pop-up menu as headbar and a "dynamic content table" as content.

 

The headbar is in fact a user control. It contain a skmmenu (which is downloaded from http://www.skmmenu.com) and several button control and dropdownlist control.

 

The "dynamic content table" is in fact a htmltable control. It is created out based on the data of a dataview. By making some process from users (like selecting on checkbox and button click), the dataview will be modified hence the table will be reconstructure dynamicly. The process is:

1. Generate a htmltable from dataview

2. User modify

3. By a handler of button click, dataview was modified. Then a Table.Rows.Clear() will be called.

4. Repeat step 1.

 

The web application runs smooth when 2 parts are seperated. It runs ok when both occur in the same webform too. However, once 1-3 change is made on "dynamic content table", then move the mouse on the skmmenu, IE error occur....

 

After some tests, I found that error mostly occur in "mshtml.dll", which is told by the IE error catalog. And also, ntdll.dll is common too. Something else (by the way, they are all dll files) will also be the reason.

 

When come to IE error, it is completely out of my scope of knowledge. Please give me some idea. How to solve it out? If I must kill either "skmmenu" or "dynamic content table", which one should I kill is better in order to prevent same problem occur again? Thank you very much!

  • 7 months later...
Posted

skmMenu and SmartNavigation Don't work together

 

Make sure you do not have this property in your page directive or your web.config

 

SmartNavigation="true"

 

 

Many web sites have stated there are many problems with SmartNavigation and javascript generated Menu controls.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...