Click here to Skip to main content
16,019,120 members

Comments by Pooja Dhanani (Top 8 by date)

Pooja Dhanani 22-Oct-13 4:53am View    
In ICCEntites class constructor initialize Batting and Bowling List as per it's types. So that it does not reference to null value.
Pooja Dhanani 22-Oct-13 3:38am View    
I thought, when you set Model = new ICCEntities();Batting and Bowling property not get initialize.
Pooja Dhanani 27-Sep-13 4:22am View    
As @Faraaz say,Store Enabled or Disabled parameters for particular User modified by Admin. So When User Login, get permission of user and stored in Session and that Session is used to display Controls.
Pooja Dhanani 27-Sep-13 0:02am View    
Rather than discussing, give some situation, when Admin/User has Enabled or Disabled controls, to have some practical solution
Pooja Dhanani 26-Sep-13 9:46am View    
From RouteConfig file, whatever the First Controller-Action get called(your start up page), make sure that, that ActionMethod view [View Engine] is created as ASPX (c#), not Razor(CSHTML)