Error While Installing InfoPath Toolkit for Visual Studio
Error Description: Check out the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Setup\VS\BuildNumber\1033 If this key is not available the installation will not succeed. Solution of this problem is to reinstall/repair the Visual Studio and get this key.
How to Put Banner on DotNetNuke Portal?
Here are a step by step guide to put a banner on your DNN portal. Go to “Admin” > “Site Settings”.Expand the node “Advanced Settings”.Expand the node “Other Settings”.Set the “Banner Advertising” to “Site”. Now go to “Admin” > “Vendor”.Add new “Vendor”.Add “Banner” for the newly added vendor.Remember(/copy) the “Banner Group”. Add “Banner Module” to…
Parser Error Message: Access is denied: ‘Ajax’
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Solution For Access Is Denied Error There are three solutions for this error. Try it one by one. Give the user “machine_name\ASPNET” appropriate access rights on…
Subtract Time in Infopath
Infopath is a great tool for rapidly developing an application which gathers information from the user. Many times these applications uses start time and end time as their fields. Infopath has a “Time” datatype. We can directly assign this datatype to the fields. You can compare two fields of this datatype but subtraction of fields…
Be Careful When You Are Using Javascript parseInt() Function
First of all guess the result for the following JavaScript code. In JavaScript if the string starts with “0”, the string will be parsed as if it is octal number. (i.e. base 8) instead of decimal number(i.e. base 10). So if you are parsing a string containing integer value and fear about leading zeroes, always…
Cross Browser Javascript Code to Get/Set Caret Position in Textarea/Input Textbox
Note: In year 2024, this solution still works for textarea/input. Here is a working snippet of code to get and set the caret position in HTML textarea and textbox. This code works for IE 6, 7, 8, >=9, Edge, Chrome, Safari, Firefox and Opera.
SequoiaView: Pictorial Representation of the Drive
Have you ever tried to find out which directory of your computer drive is eating up more space? If yes, then how did you do that? I think you would have done same way as I usually do. Right click on the folder and click “properties…” . What if you run a program and it…
ASP .NET 1.x 2.0 application switcher
I recently installed Microsoft Visual Studio Express Edition. It also installed .NET framework 2.0 in my machine. When I wanted to switch to the different version, I used “ASP .NET” tab in the IIS MMC > Default Website > Properties. After few days suddenly the tab “ASP .NET” disappeared. Now there was no way I…
MS Access: Pass Variable Value from One Form to Another Form
Few days back, I was creating a small prototype for my project using MS Access. It required to pass values from one form to the other form. I searched online to find out away to pass values but couldn’t succeed. The only hint I got is of using Me.OpenArgs argument variable to pass the value…
Firefox – Choose User Profile
Today I was browsing using Firefox and suddenly it got stuck. I closed the browser window and tried to open it again but I got the screen for user profile. I tried to use “default” profile but gave me error that “Firefox cannot use the profile ‘default’ because it is in use”. I created another…