c# - Why Visual Studio Controls Event functions written, but it still gives error? -


i working in asp.net, found that, buttons , controls lost code behind, if place button , click on it, , automatically writes functions still gives error 'asp.meeting_schedular_aspx' not contain definition 'button1_click1' , no extension method 'button1_click1' accepting first argument of type 'asp.meeting_schedular_aspx' found (are missing using directive or assembly reference?)

even there definition of function available in csharp file.

this error occurs when hide contents of master pages manual css code, styling display:none default master pages content.


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -