Posts by Henrique Mauri • 1 point
2 posts
-
0
votes1
answer119
viewsA: Save XHTML form as PDF
If you’re using Asp.net MVC, the Razorpdf package can help you: http://nyveldt.com/blog/page/razorpdf Or check this site too:…
-
0
votes1
answer510
viewsA: Sql Server Fluent Nhibernate Connection
I’ve been there too Try using the following Connection Tring: <add name="MyConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=True;User…