Click here to Skip to main content
15,896,207 members

Comments by shanalikhan (Top 23 by date)

shanalikhan 17-Mar-14 17:01pm View    
my my template there is styles of input , also bootstrap provides their own styles of input
so when the document is rendered my styles are overwritten by bootsrap all of them.
is there any way to remove those styles from any tool rather then checking one by one.
shanalikhan 5-Jan-14 8:51am View    
i have set the supplier class as :
public class Supplier
{
[Key, ForeignKey("Person")]
public int ID { get; set; }
public Person Person { get; set; }
public virtual ICollection<supplieritem> Items { get; set; }

}

but getting same error
shanalikhan 5-Jan-14 8:50am View    
no i havent used any. How to use fluent API
shanalikhan 5-Jan-14 8:38am View    
thanks but now i started to created controller i am getting the error as
Unable to retrieve metadata for models.Person
shanalikhan 2-Jan-14 2:54am View    
which more reference i have to added in it. as i have referenced all the packages from nuget that i defined ?