i tried this code but not working........
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
<table width="100%"><tr><td>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>jQuery Simple Slideshow with text overlay Example in Asp.net</title>
<script src="http://code.jquery.com/jquery-1.8.2.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#hidebtn").click(function () {
$("#homedata").hide();
});
});
</script>
</head>
</html>
</asp:Content>
button---------------------------------
<asp:Button ID="hidebtn" runat="server" Text="Hide" onclick="javascript:hideFunction()"/>