Hi,
I am using webtab and webdatamenu inside the updatepanel control. When i am doing a mouse over on <webdatamenu> menu is appearing behind the <webtab>. Do we have to change any properties of <webdatamenu> to resolve this issue?
Thanks,
Mit
Hello Mit,
Which Version and build of NetAdvantage are you using? Also, are you placing the WebDataMenu inside the WebTab?
Could you please attach a sample reproducing your issue and then we would be able to take a look at it.
Please let me know if you have any further questions regarding this matter.
I am using version 2010.3. I have not placed WebDataMenu inside WebTab. Both are in seperate lines. My code is like below
<div><table><tr><Td><WebDataMenu></td></tr><tr><td><WebTab></td></tr><div/>
In first row i kept a <WebdataMenu> and in second row i kept a <WebTab>