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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -