File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
ADONETWithSqlServerMVCApp Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -169,11 +169,11 @@ public ActionResult DeleteRecord(int id)
169169 }
170170
171171 // This action is used for Dummy page only
172- public ActionResult showData ( )
173- {
174- Employee emp = new Employee ( ) ;
175- List < EmployeeAccessLayer > List_EmployeeAccess = emp . GetData ( ) ;
176- return View ( List_EmployeeAccess ) ;
177- }
172+ // public ActionResult showData()
173+ // {
174+ // Employee emp = new Employee();
175+ // List<EmployeeAccessLayer> List_EmployeeAccess = emp.GetData();
176+ // return View(List_EmployeeAccess);
177+ // }
178178 }
179179}
Original file line number Diff line number Diff line change 99
1010/**
1111 * This is used for Dummy page which is directly get data from database.
12+ * this calss is not in use on application. It is used only for Dummy page.
1213 */
1314
1415namespace ADONETWithSqlServerMVCApp . DBAccessLayer
Original file line number Diff line number Diff line change 66
77/**
88 * This is used for Dummy page.
9+ * this calss is not in use on application. It is used only for Dummy page.
910 */
1011namespace ADONETWithSqlServerMVCApp . Models
1112{
Original file line number Diff line number Diff line change 1313 <system .web>
1414 <compilation debug =" true" targetFramework =" 4.7.2" />
1515 <httpRuntime targetFramework =" 4.7.2" />
16- <customErrors mode =' Off ' ></customErrors >
16+ <customErrors mode =' On ' ></customErrors >
1717 </system .web>
1818 <runtime >
1919 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
You can’t perform that action at this time.
0 commit comments