Author: Kaushikb2005 | Posted on: 3/31/2009 7:46:45 AM | Views : 1025

 hi frineds how r u,
actually i want to show and hide div when i click on button but it is not work here i m writing code please let me know what is problem it's give me error like
"Error    5    'ASP.default3_aspx' does not contain a definition for 'toggleDiv' and no extension method 'toggleDiv' accepting a first argument of type 'ASP.default3_aspx' could be found (are you missing a using directive or an assembly reference?)    C:\kaushik\SurveryMonster\Default3.aspx    24    "

 
my code is 
 
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

...

Go to the complete details ...