Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 09, 2012 07:17 AM by BU XI - MSFT
Member
20 Points
120 Posts
Jul 04, 2012 12:00 PM|LINK
Sir
i have two link button in my master page
one is admin and another one is user
i have another 6 pages in ma project
while mouse over on admin i want to the pages related to admin
and want go that pages,
same like in user link button
how to do this using aja hover control,,,
pleae give me full code asap,,,,
thank you
All-Star
65749 Points
11148 Posts
Jul 05, 2012 03:16 AM|LINK
Please refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HoverMenu/HoverMenu.aspx and http://www.asp.net/ajaxLibrary/act_HoverMenu.ashx
22367 Points
2704 Posts
Microsoft
Jul 09, 2012 07:17 AM|LINK
Hello
You'll look into onmouseover event. When your mouse is over the link, redirect the page by window.location = 'somepage.aspx';
http://msdn.microsoft.com/en-us/library/ie/ms536949(v=vs.85).aspx
insafkpm
Member
20 Points
120 Posts
ajax hover control
Jul 04, 2012 12:00 PM|LINK
Sir
i have two link button in my master page
one is admin and another one is user
i have another 6 pages in ma project
while mouse over on admin i want to the pages related to admin
and want go that pages,
same like in user link button
how to do this using aja hover control,,,
pleae give me full code asap,,,,
thank you
chetan.sarod...
All-Star
65749 Points
11148 Posts
Re: ajax hover control
Jul 05, 2012 03:16 AM|LINK
Please refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HoverMenu/HoverMenu.aspx and http://www.asp.net/ajaxLibrary/act_HoverMenu.ashx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: ajax hover control
Jul 09, 2012 07:17 AM|LINK
Hello
You'll look into onmouseover event. When your mouse is over the link, redirect the page by window.location = 'somepage.aspx';
http://msdn.microsoft.com/en-us/library/ie/ms536949(v=vs.85).aspx
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework