abinjaik.com
June « 2010 « Abin Jaik Antony
https://abinjaik.com/2010/06
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. Lets move to C# 4.0. June 29, 2010. June 30, 2010. Some features like Dynamic programming,Optional arguments,Named arguments. The below mentioned code is a small example for the dynamic programming. The main use of this dynamic programming is to support the compilation during interfacing of our managed code with COM , Javascript DOM or any dynamic languages. Optional and Named arguments:. Now we can have optional values for...
abinjaik.com
October « 2010 « Abin Jaik Antony
https://abinjaik.com/2010/10
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. Html Editor Control for SharePoint Web parts. October 10, 2010. March 14, 2014. Hello SharePoint Developers,. This time i have a simple stuff on SharePoint , it is regarding the rich text editor control on SharePoint. During our custom webpart developement if we want a HTML Editor/rich text editor on our webpart, we can utilize InputFormTextBox. Class of the SharePoint Object Model. On the MSSHAREPOINTTIPS.COM.
abinjaik.com
July « 2010 « Abin Jaik Antony
https://abinjaik.com/2010/07
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. HTML5 video tag and my concept of Video mailing. July 30, 2010. For the last couple of weeks I am surfing a lot for HTML5 features and whatever new features it have is really amazing. You can also find many articles on web related to the HTML5. I found this article as the best describer , html5demos. When you check new elements that added on this new HTML version , you can find the tag video . Kindly comment on my idea of V...
abinjaik.com
Post your issue « Abin Jaik Antony
https://abinjaik.com/itissue
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. Post your IT related issues to me. It can be your development issues related to ASP.NET,C#,Sharepoint,Webservices etc. If i know, i will surely help you and if not, we will explore together…! Don’t worry its a free service. Click to share on Twitter (Opens in new window). Share on Facebook (Opens in new window). Click to email (Opens in new window). Click to share on Reddit (Opens in new window). Hits till last second.
abinjaik.com
March « 2014 « Abin Jaik Antony
https://abinjaik.com/2014/03
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. Translating Text (NOT regular files and sites) using SharePoint 2013 Machine Translation Service Application. March 14, 2014. March 14, 2014. But there is no straight forward API function to translate the TEXT data, which can provide functionality similar to Google. Of course, we can tweak the existing API functions to achieve this functionality. So below mentioned code explains how we can achieve this. Hits till last second.
abinjaik.com
HTML /HTML5 « Abin Jaik Antony
https://abinjaik.com/category/technical-posts/html-html5
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. HTML5 video tag and my concept of Video mailing. July 30, 2010. For the last couple of weeks I am surfing a lot for HTML5 features and whatever new features it have is really amazing. You can also find many articles on web related to the HTML5. I found this article as the best describer , html5demos. When you check new elements that added on this new HTML version , you can find the tag video . Kindly comment on my idea of V...
abinjaik.com
May « 2010 « Abin Jaik Antony
https://abinjaik.com/2010/05
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. Cascading dropdowns in InfoPath from SharePoint. May 26, 2010. September 7, 2011. It is very common for every developer to have a situation to develop cascading dropdowns during their development life. It can be Category Product scenario, Country-State scenario etc. Here the case is something different; cascading is not on regular ASP.NET Page or not a simple web part. But it’s on a InfoPath form! Create a blank InfoPath fo...
abinjaik.com
February « 2014 « Abin Jaik Antony
https://abinjaik.com/2014/02
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. Formatting Date, Number Data on BCS OOB Business Data List Webpart. February 26, 2014. March 14, 2014. Recently I came across an interesting issue/requirement with our Business Data List WebPart. The issue is “Data fetched from an External datasource via BCS (External Content Type). Need to be displayed on OOB Business DataList Webpart. And date should display in MM/DD/YYYY format without time part. In the above scenario, t...
abinjaik.com
June « 2011 « Abin Jaik Antony
https://abinjaik.com/2011/06
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. Multiple listing controls with a single datasource – InfoPath. June 8, 2011. March 14, 2014. The scope of this article is to explain how to populate multiple InfoPath listing controls like a Drop-Down List and a List Box with only one datasource. The scenario can be like this:. This entry was posted in CodeProject. Enter your email address to follow this blog and receive notifications of new posts by email.
abinjaik.com
August « 2011 « Abin Jaik Antony
https://abinjaik.com/2011/08
Microsoft Technologies unleashed – .NET , SharePoint, ASP.NET, BI and lots more…. When or How to Use Run With Elevated Privileges (RWEP) in SharePoint. August 7, 2011. March 14, 2014. The scope of this article is to explain the usage of RunWithElevatedPrivileges() [RWEP] – a method for security elevation for custom SharePoint components. 8220;The RWEP method enables you to supply a delegate that runs a subset of code in the context of an account with higher privileges than the current user”. Arun Asokan ...