skip to main | skip to sidebar

APARTHA77

My Technical Blog - All my thoughts on technical issues mostly and rest are from other areas of my interest

Friday, February 19, 2010

How do you find BUZZ!!
Posted by Partha Das at 9:18 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Home
Subscribe to: Comments (Atom)

Social Connects

  • https://www.linkedin.com/in/parthasarathidas/

Search This Blog

Followers

Blog Archive

  • ►  2023 (4)
    • ►  December (2)
    • ►  August (1)
    • ►  July (1)
  • ►  2022 (2)
    • ►  September (1)
    • ►  August (1)
  • ►  2021 (6)
    • ►  November (1)
    • ►  September (2)
    • ►  August (1)
    • ►  June (2)
  • ►  2020 (2)
    • ►  July (1)
    • ►  January (1)
  • ►  2019 (2)
    • ►  September (1)
    • ►  August (1)
  • ►  2013 (1)
    • ►  April (1)
  • ►  2012 (25)
    • ►  May (6)
    • ►  April (10)
    • ►  March (8)
    • ►  January (1)
  • ►  2011 (43)
    • ►  November (7)
    • ►  October (5)
    • ►  September (7)
    • ►  August (6)
    • ►  July (6)
    • ►  June (4)
    • ►  May (4)
    • ►  April (2)
    • ►  March (2)
  • ▼  2010 (20)
    • ►  October (2)
    • ►  July (7)
    • ►  June (7)
    • ►  May (3)
    • ▼  February (1)
      • How do you find BUZZ!!

About Me

My photo
Partha Das
View my complete profile

Total Pageviews

free counters

Popular Posts

  • Creating Dynamically GridView with custom Template Field in C#
    GridView – big brother of data grid, one of the mostly used controls for its effective use of representing data. Ok ok, let us get to the t...
  • Creating and Using Virtual Environments in Visual Studio Code on macOS
    Virtual environments are crucial for managing Python project dependencies. In this tutorial, we'll explore how to create and activate a...
  • How to refer custom.css into SharePoint 2010 sites
    This time I got to create my custom css for my SharePoint 2010 custom master page. Now, how to add/refer my custom css? The Solution is si...
  • Opening Doc Files in Browser from SharePoint Document Library – SP2007 Troubleshooting
    Opening Doc Files in Browser from SharePoint Document Library When you click on a file in a SharePoint document library, it l...
  • How to Get SPUser Collections from SPListItem
    In my previous post I have shown the code snippet to fetch SPUser from ListItem, now at times the user field may contain more than one user....