akshaya-m.blogspot.com
Akshaya Mashankar: SQL Server Query :Sort Ordering Query
http://akshaya-m.blogspot.com/2014/09/sql-server-query-sort-ordering-query.html
My Work, My Finding, My Exploring and Development in todays Technology. SQL Server Query :Sort Ordering Query. Sorting and re-ordering is one of the most common requirement in today's demanding industry and there are many approaches to achieve the same. Here I'm sharing one of the easiest back-end solution to over come re-Ordering from database function/Store Procedure. Below shows the ordering after removing few titles. Link 02 - 2. Link 03 - 4. Link 04 - 6. Link 05 - 7. Link 06 - 8. Exploring SharePoin...
akshaya-m.blogspot.com
Akshaya Mashankar: Silverlight and SharePoint connection with MVVM
http://akshaya-m.blogspot.com/2012/11/silverlight-and-sharepoint-connection.html
My Work, My Finding, My Exploring and Development in todays Technology. Silverlight and SharePoint connection with MVVM. BasicHttpBinding binding = new BasicHttpBinding(); EndpointAddress Address = new EndpointAddress(new Uri("http:/. Vti bin/lists.asmx") ; / Required to initialize variables ListsSoapClient proxy = new ListsSoapClient(binding, Address); proxy.GetListItemsCompleted = new EventHandler. Null, query, viewFields, null, queryOptions, null); Handler : void proxy GetListItemsCompleted(object sen...
akshaya-m.blogspot.com
Akshaya Mashankar: Sandbox Solution: Overview
http://akshaya-m.blogspot.com/2011/02/sandbox-solution-overview.html
My Work, My Finding, My Exploring and Development in todays Technology. What is sandbox solution. Sandbox is a restricted environment where programs are deployed with restrictions. It plays valuable role for developers to test their application by using sandbox solution. Once this is tested it can be later deployed to full use in the farm. Solution that are deployed into sandbox are called sandbox solutions. If farm is load balanced. Release code which is fully not tested for production release. Thanks f...
akshaya-m.blogspot.com
Akshaya Mashankar: ORACLE : WITH Block statement
http://akshaya-m.blogspot.com/2012/07/oracle-with-block-statement.html
My Work, My Finding, My Exploring and Development in todays Technology. ORACLE : WITH Block statement. Query writing is fun but can be complex when we are referring multiple tables/views which has inlet/Joins /sub-query referred. on the best solution and organized way of writing such query in Oracle is using WITH Blocks. Below I'm using simple example to help you get started with WITH-blocks. First block starts with "WITH" keyword. WITH block name AS ,. CONDITION 01: Using blocks in WHERE clause. WITH B...
akshaya-m.blogspot.com
Akshaya Mashankar: SharePoint Error :The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service
http://akshaya-m.blogspot.com/2013/02/sharepoint-error-form-cannot-be.html
My Work, My Finding, My Exploring and Development in todays Technology. SharePoint Error :The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. InfoPath forms are giving following exception when trying to activate or add any new workflow. 8220;The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more information, contact your server administrator.”. You will see the status.
akshaya-m.blogspot.com
Akshaya Mashankar: Hide the extension .aspx in the url of page ...
http://akshaya-m.blogspot.com/2011/12/hide-extension-aspx-in-url-of-page.html
My Work, My Finding, My Exploring and Development in todays Technology. Hide the extension .aspx in the url of page . Now a days customers are more concerned with site URL and its relative path displayed on the browser address. Many Suggest having interceptor/handler or use the existing global.asax (Application Begin Request handler) for modifying the URL shown in the browser window, Web Routing is the concept (4.0 framework). ISAPIRewrite to enable Extension-less URL Rewriting for IIS5 and IIS6. InfoPat...
akshaya-m.blogspot.com
Akshaya Mashankar: SharePoint-GridView & PeopleEditor control.
http://akshaya-m.blogspot.com/2013/07/sharepoint-gridview-peopleeditor-control.html
My Work, My Finding, My Exploring and Development in todays Technology. SharePoint-GridView and PeopleEditor control. Developer usually invest much time when the control are sharepoint and binding data is not made straight forward. Below is simple example to get SharePoint:PeopleEditor control in SPGridView Control on application page. Step 01: Add SPGridView control on Application /Webpart page. Step 02: Add needed columns in the Sp GridView. Step 03 : Add Sharepoint PeopleEditor column. WSS 30: Permiss...
akshaya-m.blogspot.com
Akshaya Mashankar: SharePoint User Profile Synchronization.
http://akshaya-m.blogspot.com/2013/03/sharepoint-user-profile-synchronization.html
My Work, My Finding, My Exploring and Development in todays Technology. SharePoint User Profile Synchronization. SharePoint portals are tightly integrated with Active Directory and since SharePoint has a additional Database to maintain user profiling, However many times user alias names are shown inconsistent on welcome.ascx section For some it's show :. First name , last name. Last name, first name. This means AD-Profile Synchronization is not enabled or not happening for some reasons.
akshaya-m.blogspot.com
Akshaya Mashankar: Remove line with keyword from Text file :C#
http://akshaya-m.blogspot.com/2012/09/remove-line-with-keyword-from-text-file.html
My Work, My Finding, My Exploring and Development in todays Technology. Remove line with keyword from Text file :C#. Requirement : Huge text file needs to be parsed and the output file needs should eliminate. Lines having special characters/words. Solution: This is a 3 step solution : (1) reade file (2) Parse File with key word. 3) Output as required. Declare Source and Destination file - Setting parameter:. String SourceFile= @"c: Sample IN.txt"; string DestinationFile= @"c: Sample OUT.txt";. Exploring ...
akshaya-m.blogspot.com
Akshaya Mashankar: Failed to initiate the upgrade sequence. An exception of type System.IO.IOException was thrown.
http://akshaya-m.blogspot.com/2013/09/failed-to-initiate-upgrade-sequence.html
My Work, My Finding, My Exploring and Development in todays Technology. Failed to initiate the upgrade sequence. An exception of type System.IO.IOException was thrown. Failed to upgrade SharePoint Products.". I have installed the office web app patch and re-run the configuration wizard when I encountered this exception. Please Note the GUID. Is vital for clearing cache. Stop the Timer service. To do this, follow these steps:. Point to Administrative Tools. And then click Services. And then click Stop.