Hi,I am using a syncfusion grid and the JSRender template control to link pages. I would like to place a 'template="_blank"' statement inside the anchor tag in order to display the liAppvalleynked page in a new window. However, it seems that wherever I place the 'target="_blank"' statement within the anchor tag, it is always causing problems and I get a parser error.Where is the correct positioning for a 'template="_blank"' statement inside of an anchor tag using JSRender for programmatically populating the URL from code-behind?Tweakbox
Hi all,
I am wondering what is the best way to setup Ninject, ASP.NET Identity and Entity Framework? Normally (without Ninject) I would create my solution by separating the MVC project from Data project and things would work just well, but I can't really figure out the best way to add Ninject there. https://vlc.onl/
Is there any good example out there? I would like to handle user authentication with roles on my ASP.NET MVC project and handle the data access via EF.
Cheers,