In Application_Start I’m trying to filter datatable. In other code behind files I’m able to use AsEnumerable() of DataTable; but not in Global.asax. Any reason?
In Application_Start I’m trying to filter datatable. In other code behind files I’m able
Share
I made separate code behind file for
Global.asaxGlobal.asax:
Global.asax.cs: