Skip to content

Sumit Gupta

bookmarking my life

Category: ASP.NET

Tip: ToString() for your custom Class

May 31, 2022 by Sumit Gupta .NET, ASP.NET, C#.NET, Programming

While writing code and then debugging with step by step debugger you often just roll over a variable to see what it contain. With custom class it shows the class…

Read More

ASP.NET MVC 5: Session not working

May 23, 2015 by Sumit Gupta .NET, ASP.NET

Just encounter an issue with ASP.NET MVC 5, the sessions are not working. i.e. when I put a value in controller like Session[“mysession”], it do not shows the same value…

Read More

PDF Creation: wkhtmltopdf

September 6, 2014 by Sumit Gupta Article, ASP.NET, HTML/CSS, PHP, Programming

In past I post about how good wkhtmltopdf is. I have used it for few of my projects. Really it is the cheapest [as it is open source and free]…

Read More

ASP.NET: Why my cookie is not saving

April 19, 2012 by Sumit Gupta .NET, ASP.NET, C#.NET, VB.NET/VB

Funny, today after years I thought to finally use Cookies in one of my project. It is probably my first attempt to use Cookie in ASP.NET in last 5 yrs….

Read More

WKHTMLTOPDF: A Free PDF solution

March 28, 2012 by Sumit Gupta Article, ASP.NET, Bookmarked, C#.NET, PHP, Programming, VB.NET/VB

As any other developer we often find it difficult to get a Website to print something accurately, specially when printing labels for mailing as they are outside the default print…

Read More

Sandcastle: Code Documentation in C#

February 24, 2012 by Sumit Gupta .NET, ASP.NET, C#.NET, Programming

Over the years I use lot of documentation and those help me build my software with ease. However, never need to build one for my projects as they are not…

Read More

GDI+ Generic Error

October 11, 2011 by Sumit Gupta .NET, ASP.NET, C#.NET, VB.NET/VB, WPF

I see lot of people asking about GDI+ Generic Error. Since this is “generic” error nobody can tell what is wrong with code. So did a work around and get…

Read More

Posts navigation

1 2 3 Next →

© 2025 Sumit Gupta // Powered by WordPress