Application Begin request is not getting called
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have created menu controls with the help of <code><ul><li><a></code> tag. The url page defined in the href attribute of anchor tag does not actually exist in the application directory instead, it comes from database and the logic for it is written in the application begin request event in global.asax.cs. but this event is getting called only once and is not getting fired whenever any menu is clicked. Please tell what could be the reason for it. If this event will not be called dynamic pages will not be created. Please help me.