Harinis Blog

.NET, Reporting Services, Sharepoint Related

Tuesday, February 11, 2014

Windows Azure

›
Recently, I was researching about Windows Azure benefit from msdn to see how it would add value to our dev team. All the msdn subscribers g...

Budget Tracking Template

›
Few months back, I got a request to create a site using Budget Tracking Template on our SharePoint 2010 Farm. Initially, I got the followi...
Wednesday, March 13, 2013

RadCompression and SharePoint Designer

›
For some reason when I added RadCompression related entries to my config file in SharePoint, I was not able to connect to that site in Sha...
Thursday, October 04, 2012

Ajax Control Toolkit Masked Edit Extender

›
Masked Edit Extender I had a need to use the Masked Edit Extender to limit the number of decimals entered by the user on a Form. It work...

Formatting Numbers for decimals

›
Javascript: We can use Number.toFixed(x) to format any number for "x" number of trailing decimals in Javascript In .NET we ca...
Monday, August 27, 2012

Disable Postback using Javascript

›
'asp:button onclick="btn1_Click" onclientclick="return VerifyCondition(this);" runat="server" tabindex=...
Wednesday, July 25, 2012

SharePoint's Hidden User List

›
This morning I got a weird HelpDesk request. A user's first name was incorrectly put in Active Directory. The user logged in to SharePoi...
Wednesday, May 30, 2012

Disable Mouse Wheel Zoom

›
Visual Studio 2010 started behaving weird suddenly. It would zoom the text when using the mouse wheel. Could'nt find the option to disab...

WCF Timeout Issues

›
When I first converted my SharePoint Webpart to use the locally deployed WCF service, no compile errors occured. However, when I deployed ...

Ajax Update Panel and Required Field Validators

›
Ran in to an issue this morning, where the cancel button's causesvalidation="false" property was not functioning correctly. ...

Enable Debugging in SharePoint

›
In WSS 3.0/MOSS 2007 to enable debug information we have to modify only the web.config related to your web application. Instead, in Share...

Enable SessionState in Sharepoint

›
1) Open SharePoint 2010 Management Shell (As Administrator) and type the following command: Enable-SPSessionStateService –DefaultProvisi...

Enable Diagnostics in WCF service

›
Add these entries to the web.config file of the WCF service site(application) in question. Consume the service. After the operati...

Javascript Error

›
http://sympmarc.com/2010/08/28/how-to-fix-sys-argumenttypeexception-object-of-type-sys-_application-cannot-be-converted-to-type-sys-_applica...

Microsoft JScript runtime error: Object expected

›
It turns out I was missing a curly brace in Javascript. This post saved me lots of time. http://social.msdn.microsoft.com/Forums/en-US/n...

Raising Javascript Event in ASP.NET user control

›
Raising Javascript Event in ASP.NET user control http://stackoverflow.com/questions/389450/raising-javascript-events-in-asp-net-user-contro...

WCF Service Troubleshooting

›
WCF Service Troubleshooting tips http://www.infosysblogs.com/microoft/2009/06/troubleshooting_wcf_service_ap.html ​ http://msdn.mic...
Thursday, March 29, 2012

Assigning Guids to variables in C#

›
Assigning Guids to variables in C# Guid invt_id = new Guid("abcd-efg-etc.....Any Guid String"); Guid invt_id = Guid.Empty;
›
Home
View web version

About Me

Harini
I like to program for SharePoint-2010.
View my complete profile
Powered by Blogger.