If you have landed on this blog post, good chances are you are having issues with cookies of your web application which are being blocked by recent browser versions. Our case was no different. We have an enterprise web application built on .Net which is deployed on a...
Anyone working with XML would know the following 5 characters are reserved in XML and need to be encoded/escaped anytime they occur as content in XML (which could either be as attribute or element values): < (which needs to be escaped as & lt; in content)>...
So we have this Template Engine in ItNet which can generate beautifully formatted Reports for our customers by processing template Office documents, including Word, Excel and Powerpoint files stuffing data into them to produce the final report. We use combination of...
Hello everyone, I am back 🙂 .In my last blog post, I promised I would be sharing my thoughts here more often, but it still took me almost an entire year to come back and write again on my blog. Anyways, I did something recently which was intriguing and exciting enough...
We have been using Crystal Reports for our Travel CRM with good results for a few years now. We use a completely custom ExtJs based experience for Report viewing which includes a custom user interface for entering report parameters (see screenshot below for an...
I have to acknowledge, it has probably been more than a couple of years since I have done any real DNN (formerly DotNetNuke) development. Quite a few things seem to have changed in this time, especially with DNN 7.x.One of those changes I got stumped on recently...
Recent Comments