avinashkt.blogspot.com
Avinash: August 2010
http://avinashkt.blogspot.com/2010_08_01_archive.html
Thursday, August 19, 2010. Impersonation in Console/Windows Application. In this post I tried to cover the way to implement Impersonation in Console or Windows application. In Web application by setting Impersonation="True" in web.config we can do Impersonation but in Windows/Console it is not that straight-forward. Here in Windows/Console we have to perform following steps [ as per me. 1 Write un-managed LogonUser. Function that will return UserToken based on passed input parameters. Retrieve the Window...
avinashkt.blogspot.com
Avinash: November 2009
http://avinashkt.blogspot.com/2009_11_01_archive.html
Wednesday, November 25, 2009. Nice links related to SharePoint. Some nice links related to SharePoint. SharePoint Server 2010 Search. Determine sites and subsites. A preview of Office SharePoint Server site templates. Best Practices Resource Center for SharePoint Server 2007. SharePoint Object model code using JavaScript. WSPBuilder - Walkthrough of the Visual Studio Add-in. Creating a SharePoint Solution Package (.wsp) in 5 steps. SharePoint 2007 Escaped Column Names. SharePoint 2007 Maximum Limitations.
avinashkt.blogspot.com
Avinash: March 2011
http://avinashkt.blogspot.com/2011_03_01_archive.html
Wednesday, March 23, 2011. JavaScript in Elements.xml file of a SharePoint Feature. Here my requirement was to create a menu/link in SharePoint's SiteActions. On click of which it redirects to custom site page created under Pages. 1 To execute JavaScript code on menu/link click. 2 Build the absolute URL of custom page. 1 First create a SharePoint Feature to add a new menu/link in SiteActions. 2 Modify the Elements.xml using CustomAction/URLAction to execute the JavaScript code. Elements xmlns="http:/ sch...
avinashkt.blogspot.com
Avinash: September 2009
http://avinashkt.blogspot.com/2009_09_01_archive.html
Wednesday, September 16, 2009. Sun One Active Directory in SharePoint. In this post I will focus how to use Sun One. Active Directory (AD) in SharePoint. 1) Install Sun one Server 5.2 and add some users:. Uid=JSmith, ou=SPUsers, dc=CompanyName,dc=co, dc=in. 2) On central admin site,. Go to Application management - Sharepoint Web Application Management section - Web application list. Select the web application which you want to bind to Sun one DS. UserContainer="ou=SPUsers,dc=CompanyName,dc=co,dc=in".
avinashkt.blogspot.com
Avinash: March 2010
http://avinashkt.blogspot.com/2010_03_01_archive.html
Thursday, March 18, 2010. SPFolder related operations in SharePoint. 1) Get SPListItem(s) of a particular SPFolder. SPFolder spfolder; / Get the required folder instance. SPQuery spquery = new SPQuery();. Spquery.Query = string.Empty;. Spquery.Folder = spfolder;. Spquery.ViewAttributes = "Scope= "Recursive " ; / For nested folder structure. SPListItemCollection itemCol = splist.GetItems(spquery). 2) Create a SPListItem based on a custom ContentType or SPFolder ContentType. Links to this post. After check...
avinashkt.blogspot.com
Avinash: July 2011
http://avinashkt.blogspot.com/2011_07_01_archive.html
Tuesday, July 12, 2011. Undo "Add To Reject List" in Samsung Mobile. Navigate to following menu options to Add/Edit/Delete. Any number from reject list:. Settings Application settings Call All calls Auto reject Reject list. Here you can find the Reject list. You can Add/Edit/Delete number which you want to maintain in Reject List. Links to this post. Labels: Tips n Tricks. Monday, July 11, 2011. Creating Custom Field in SharePoint 2010. In this post basically I tried to answer following questions:. In Sh...
avinashkt.blogspot.com
Avinash: Creating Custom Field in SharePoint 2010
http://avinashkt.blogspot.com/2011/07/creating-custom-field-in-sharepoint.html
Monday, July 11, 2011. Creating Custom Field in SharePoint 2010. In this post basically I tried to answer following questions:. A What is Custom Field in SharePoint? B What are the steps to implement Custom Field in SharePoint? C How to override Save button while creating New Item in SharePoint's List? D How to consume Custom Field? I explained the above questions with following scenario:. 1 Created a column based on custom field. 2 Override the Save button. Of New Item page. Exceprt from MSDN site-.
avinashkt.blogspot.com
Avinash: Display SharePoint ListItem's Attachments
http://avinashkt.blogspot.com/2010/10/display-sharepoint-listitems.html
Friday, October 22, 2010. Display SharePoint ListItem's Attachments. Steps to create a separate page to display all the attachments of a particular SPListItem using SharePoint Designer:. 1 Create an ASPX page using SharePoint Designer (SPD). 2 Add a DataView. Control in page in-between HTML form. Note: First save the page then add control. 3 Select the Data Source Library. Select your SharePoint List (in my case it is MyTest SPList). Open its context menu and select Show Data. 5 Insert Selected Fields as.
sites.google.com
Avinash
https://sites.google.com/site/avinashkumarthakur
I am a very simple person, who believe in live and let live. Like to read any novels/books, that helps to keep my mind diverted from work. Sports that I like to watch and play are: Badminton and Volley Ball.