Welcome!

To Run Javascript On Generated PDF In NetSuite

In NetSuite you can generate the pdf, along with that you can also add form elements in your document like text box, drop-down list, and radio buttons to make your…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
DropDownList Validation problem in ASP.NET

Suppose in your application you are using a DropDownList in a Form and depending upon the item selection you are showing/hiding some views inside a Multiview and you want that…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to validate reCAPTCHA through AJAX in ASP.NET?

If you want to know what is reCAPTCHA and how to use it in your ASP.NET Web application then please refer to the Tip “How to use reCAPTCHA in your…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Increase LINQ to ENTITY performance using Compiled Query

If you are having an application that executes structurally similar queries many times in the Entity Framework, you can increase the performance by compiling the query once and executing it…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
MidPointRounding for Math.Round() method in .Net Application

Math.Round(doubleValue, precision, MidpointRounding.AwayFromZero) where   1. doubleValue is the Decimal valuewhich needs to be Rounded.   2. precision is the number of significant decimal places(precision) in the return value.   3. MidPointRounding…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Bind jQuery Grid without service call

Query Grid plugin is an Ajax Enabled Javascript control that represents tabular data on web page. It loads data on client side, dynamically through Ajax callbacks. To bind the grid…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Power of Save Search

When we add any item (which is an Assembly/Bill of Materials) in a Sales Order record, we have to create Work Order for that Item. And to build that Item…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create a folder and file using suitescript.

To Create a folder and file in Netsuite’s file cabinet using suitescript. In this tip i am going to show how to create a folder and file inside Netsuite’s file…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Breadcrumb menu in Cakephp

To do this in Cakephp, we just need to add few lines in the design template where one like to show the breadcrumb: Explanation: $html->getCrumbs :  It gets all the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!