Welcome!

Removing Malware Manually

Manages the configuration and tracking of Component Object Model (COM)+-based components. If the service is stopped, most COM+-based components will not function properly. Enables ClipBook Viewer to store information and share…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Screen all incoming query-strings to prevent SQL injection

Description: Web sites initially started to show static information to the user on plain HTML pages with some graphics and colorful text. But with the growing pace of the IT,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Disable row selection as well as the whole row in DevExpress gridview, based on the cell value in IE and Firefox.

The following tip demonstrates how to enable or disable a row based upon one of its column value Let us say we want to disable the whole row if OnHand…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Dynamic Allocation Of Vertical Scroll Space In JQGrid

 While using jQgrid, most of us have faced a situation when after displaying all the columns, there is an extra space for scrollbar at very end of the grid. The…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to modify web.config file programmatically ?

Web.config plays an important role when we create web application in ASP.NET. Normally here we store some custom application level settings (like Database Connection String, Mail Server address, etc…). Some…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to get list of Local and Network Printers

To get the list of printer queue we call the method GetPrintQueues. This method has a number of signatures for populating different kind of printers. PrintServer localPrintServer = new PrintServer();…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Execute sql stored procedure or sql query from Access.

If we need to execute sql stored procedure or a sql query from Access 2007, we can do it by following steps:- On the create tab, click Query design in…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating Downloadable PDF in ASP.NET With Client Side Event Call

Scenario : There will be a button, when user clicks it, a dialog box will open that provides user with two options, either user can directly view or save the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Cloning a XLS worksheet in PHP | Mindfire Solutions

Instead of designing and writing the data in a Excel file, it is much easier to have a template with all the designs embedded.  We have to just read the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!