KaushaL.NET

Posts Tagged ‘ASP.NET

This is a mere note to remember for future rather than a blog entry. While I am working on code to download file from server. I write below code:

{
[...]

Issue: Session Auto Expire Earlier in ASP.NET

Posted by: Kaushal on: May 4, 2009

There are possible work-a-round and solution to work upon “session auto expire earlier” issue. Setting SessionTimeOut in web.config would no be enough to have your session persist for the said time or you want it to be.
Here I have found some solution which worked in my case:
Read More…

Core ASP.NET Card, Get it Free

Posted by: Kaushal on: May 4, 2009

Core ASP.NET Card, Get it Free

Core ASP.NET: This Refcard summarizes the most commonly used core functions and controls in ASP.NET
Try it! Its free but requires registration.
Read More…

Here is another requirement (perhaps a common requirement!) I needed to implement in one of on-going project website application. I needed to generate a PDF file as output from the inputs entered by end-user in a form. On [...]

While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion. Even, I got succeeded in implementing that but i come accross an issue of – flickering the Accordion control in  IE while opening and closing and navigating thru panes.
After googling, I came to know about the solution [...]

Cross browser compatibility struggle is getting upsetting while working with asp:Menu Server Control. Anyhow, It was not rendering/working well with Safari and Chrome.
A bit of googling… and I have a solution for this.
I have added below small piece of code snippet in my MasterPage’s Page_Load event
Read More…

While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion. Even, I got succeeded in implementing that but i come accross an issue of – flickering the Accordion control in IE while opening and closing and navigating thru panes.
After googling, I came to know about the [...]

You would obviously have come across the “Browser Compatibility” issues many times while designing a webpage. For example, assigning a CSS class to any control may render well with IE but it may not get rendered that perfect way in Mozilla; and if you fix for Mozilla then IE rendering may get affected. But, we [...]

How to send an email with attachment in asp.net 2.0

Posted by: Kaushal on: September 11, 2008

I have seen many posts over forums asking for how to send emails in asp.net.
In this blog post, I am going to post code snippet to send email in asp.net (with / without attachment).
MoreOver, for Complete FAQ for the System.Net.Mail namespace found in .NET 2.0 (Click here for System.Web.Mail). This is an excellent resource [...]

Generate Thumbnail images in ASP.NET

Posted by: Kaushal on: September 8, 2008

I needed to generate Medium (250 X 250) and small (150 X 150) size images from Large (500 X 500) size images as Product images to display in a shopping cart application.
To generate thumbnail images (for scenario I wrote above, or to display iconic Product images within GridView along with Product Details):
Read More…


Victims

  • 38,598 Hits

Calendar

November 2009
M T W T F S S
« Jun    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Archives

KaushaL Parik (Microsoft MVP – ASP.NET)