Anas Baig

Anas Baig

  • NA
  • 18
  • 602

How i can fully customize my .NET Identity Framework

Aug 31 2017 5:19 AM
Hi everyone!
 
i want to change my identity framework builtin code into my requirenment code as
how i can get access of all table in ViewPage like i need to pass value from action in ViewData["list"].
then ho i can use this in view Page
 
@{
    IList<table_name> mylist=List<table_name>(ViewData["list"]);
 table name show me error why ?
how i can get all table name from models ?
 
Thank you. 

Answers (2)