Recently I need a site for my brother, where he want to install some forum, so he can help other in his 3D related software, and animation modelling techinque. Since…
Category: .NET
Sending inline Image using C#.NET
Recently i have to send an inline image in my outgoing automated email. I don’t know that it was that easy.. Read this article for sending inline image using C#.NET…
Strength of .NET
Since I start programming on Microsoft.NET framework, I read that .NET framework has support for multiple languages. I use two -three such languages for my work, Microsoft well know Visual…
Creating on-the-fly PDF using C#.NET
Few days back I post about how to create PDF using PHP. But I always wonder How can I do it using .NET Framework, as what I found that PDF…
Two Forms in ASP.Net
Hi, As any other ASP.Net developer, I was not feeling comfortable with only one form concept that ASP.Net has (not sure about v2.0 as never work on it). Also, when…