I am trying to use custom CSS in a Visual Web Part. CSS file is in Style library like
http://mysite:7/Style%20Library/SnehamCss.css
Now in Visual Web Part I am trying to register this using
<SharePoint:CssRegistration Name="/Style Library/SnehamCss.css" runat="server"></SharePoint:CssRegistration>,
At the end Visual Web part isn't rendering using the css defined in file. I have tried to follow many blogs but its not helping.