• Handlers in ASP.NET

    HTTP Handlers is a new technique presented in ASP.NET that was not present in the “Classic ASP”. HTTP Handlers are components that implement the System.Web.IHttpHandler interface. Unlike ASP.NET pages Handlers dont have HTML-markup file, no events and other supporting. All they have is a code-file (written in any .NET-compatible language) that writes some data to the server HTTP…

    Read more…

  • Upload Files in ASP.NET at Production server

    In this article, i am going to demonstrate that how to upload the file in ASP.NET production server. Most of the case, a developer created a code to upload the file and test it on his local machine. program runs smoothly, but as he forward the same code on production. He stuck in the file permission error as on…

    Read more…

  • cannot access a closed file – FileUpload in ASP.NET

    This was very interesting error, i got during development of file upload control in ASP.NET. On my local system, every thing was just fine. but when i deployed my application on development server, my control was able to upload only small size files. whenever i tried to upload large size file i got error “cannot access a…

    Read more…

  • XML Parsing Error: no element found

    Few Days ago, i found strange error like “XML Parsing Error: no element found“. I was unable to find the exact root cause. Most of the times it happens if you are missing any closing tag in your ASPZ application. I checked my complete page and reconfirmed but error still persist. somehow i found that…

    Read more…

  • WordPress Error: “missing A Temporary Folder.” After Uploading A File

    Recently i got the error “missing A Temporary Folder.” After Uploading A File After digging lots of sites, i was unable to fix the problem. Maximum sites offer solution like change php.ini etc. but changing configuration file and using shell command can be avoided by a simple trick. Go to Plugins Tab in wordpress after…

    Read more…

  • Display author name in wordpress

    Look in the default theme’s index.php file for the proper template tag: and a good place to put it. Display Author’s ‘Public’ Name Displays the value in the user’s Display name publicly as field. Get Author link The Author’s Post The Author’s Post Link for more info check below URL http://codex.wordpress.org/Template_Tags/the_author

    Read more…

  • Install the OS on CD/DVD/Flash/Pen Drive

    Pocket PC..

    Read more…

  • Install OS From Your Flash/Pen Drive.

    Simple way to take your Desktop PC into your pocket via USB.

    Read more…

  • Windows 7 theme in XP

    First,  download some of the themes you like to your Windows XP or Vista desktop. These files have a unique .themepack extension which is just another zip format containing all of the elements of a theme including the background images, Aero glass colors, sounds, cursors, icons, screen savers, etc. To use these files on an…

    Read more…

  • ClearType in IE

    Recently, during development i encountered in interesting issue related to internet explorer. There is one property in IE known as cleartype, which results in different display of font. you can see in below snap : The Browse button at left side has shadow effect in font or we can say Cleart type is enable for that control. the…

    Read more…