i am using one popup on mouseover using jquey/javascript in asp.net for showing one message like tooltip.
consider i have one webform called webform1.aspx
In that webform, All controls (other click event ) works fine before i put on mouseover. but after i put on mouseover on linkbutton , it poped up the window and showing message. but remaining asp.net controls(click event) is not working or firing. here
i give my coding..please help me out.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="jqueryanimatedpop.WebForm1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css" ...
Go to the complete details ...