Click here to Skip to main content
15,898,134 members

Comments by AnirbanM 2 (Top 5 by date)

AnirbanM 2 21-Apr-16 11:42am View    
Hi Ryan, as you said, I tested with browser tool, mouseover auto generated script is not showing at all in server mode. Sub menu items are also not showing there.

onmouseover="Menu_HoverDynamic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(event)" id="Menu1n12

This code is there in local site, but not showing in server mode.
AnirbanM 2 21-Apr-16 11:33am View    
Hi Karthik, it's not only IE but Mozila and Crome also not showing Sub Menu items, otherwise Menu Control is showing only Top Level items. In the same browser, when I'm testing locally, sub-menu items are showing.
AnirbanM 2 21-Apr-16 11:31am View    
Hi RyanDev, actually no error is showing, menu control is working and top level items are showing perfectly, only "sub menu items" are not showing. But locally sub menu items are also showing perfectly.
AnirbanM 2 28-Jul-13 7:11am View    
Excellent code, many thanks to John. You saved lots of time.
AnirbanM 2 28-Aug-12 1:57am View    
Though i'm not using any controls inside gridview, still i'm facing same problem, not getting updated value once i hit update button. after doing database update, binding again with databound function inside pageload if(!ispostback) function. still no use, even database's not updating anything.