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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -