Welcome!

How to merge CSS files in ASP.NET

ASP.NET provides ScriptManager using which we can combine our script files. There is already a tip which describes “How to merge your Javascript files in ASP.NET”. But ScriptManager in ASP.NET…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to use Savon in Ruby on Rails Application

In this tips I am going to introduce you to web service API call. I am using “WebserviceX.NET provides programmable business logic components and standing data that serve as “black…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
jQGrid -To show some columns and hide some columns

Here is a simple tip on jqGrid. Sometimes in jqGrid, there might be a requirement that we need to show some columns and hide some columns, let’s say, after save…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
To Generate A Pdf File Using NlapiXMLtoPDF() In Netsuite On A Button-Click

In this tip i am going to create a button on a record. Clicking the button retrieves the necessary data from the current record and creates a PDF file. The…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Bootstrap Progress-Bar with jQuery Ajax

Often, we notify user content is download-in-progress by using loading GIFs, which in background are displayed / hidden by using classical callbacks that jQuery ajax exposes namely beforeSend and success,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Show alert message in a Suitelet page after clicking submit button

I am trying to present two tips in this single tip as both needs the same concept. 1.How to show alert message for a suitelet page after clicking an Submit…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Override ToString() method in C#

Any Object that derives from System.Object implements a method ToString() which upon calling, return the fully qualified name of the class. We can override the ToString() method to return more…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Google Checkout implementation on ASP.NET

In this tutorial, I will be using Google Checkout API which is provided by Google to make online payment. Google has not yet released final version for recurring payment. It…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Exporting Any Data Into Excel File Using Console Application.

It is easy to imporrt the data from a gridview to an excel sheet. But when the data comes from a database or any datasource it becomes difficult for us…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!