I’m new in the asp.net . I’m having one web page in asp.net which is developed in vs2010 & for design i’m using devxpress control. I’ve designed one page & the code behind file is “cs” file . I’ve used page load event. & set a break point to the page load event. but it is not showing me in the debug mode. And code which i’ve written in the page load that code is also not executing. I don’t know why it is happened for my web page. Also i’ve used master page for designing my web page.
How to resolve this problem?
thanks.
Take a look at the page ASPX on the first line there is the @Page directive.
Check if there is the attribute CodeBehind on that line like this :