Feeds:
Posts
Comments

Archive for January, 2008

       You may receive this error when you write a code that allows user to download a file instead of opening it in IE other browser. In my code I have to show Open/Save dialog for PDF file. I wrote the following code.

1: Response.Clear();
2: Response.Buffer = true;
[...]

Read Full Post »

   Recently I need to generate restore point on my Windows Server 2003 Statndard Edition. For windows XP restore point is available at Start -> Program Files -> Accessories -> System Tools – > System restore. I looked in Windows Server 2003 and it was not there. I search on google and found a really good link [...]

Read Full Post »