liveprojectsourcecode.blogspot.com
Live Project Source Code
http://liveprojectsourcecode.blogspot.com/2008/05/live-projects-free-download-complete.html
Live Project Source Code. Monday, May 5, 2008. Live Projects - Free Download Complete source code, documentation. Project # 1 eBilling and Invoice System. Computerization of Billing and Invoice system, Download project documentation, project source code, project executable files. Technology : Visual Basic, MS ACCESSCredit : Mr. Atanu Maity. Project # 2 SQL Tuner. Project # 3 IMPRO (Industrial Manpower Resource Organizer). Project 1 : eBilling and Invoice System. Link Code are well commented for your refe...
sharepointcustomui.blogspot.com
Sharepoint Custom Look and Feel: June 2008
http://sharepointcustomui.blogspot.com/2008_06_01_archive.html
Sharepoint Custom Look and Feel. Wednesday, June 25, 2008. How to build a Sharepoint Silverlight Beta 2 Webtart? How to build a Sharepoint Silverlight Beta 2 Webtart? If anyone is in need of the above topic pls add your comments. Tuesday, June 17, 2008. SharePoint Silverlight Browser WebPart. Subscribe to: Posts (Atom). View my complete profile. List of Popular Sharepoint blogs. A to Z of Computers. How to build a Sharepoint Silverlight Beta 2 Webta. SharePoint Silverlight Browser WebPart.
sharepointcustomui.blogspot.com
Sharepoint Custom Look and Feel: Creating a site administration page that looks like a real SharePoint administration page
http://sharepointcustomui.blogspot.com/2008/05/creating-site-administration-page-that.html
Sharepoint Custom Look and Feel. Wednesday, May 14, 2008. Creating a site administration page that looks like a real SharePoint administration page. This page will have to run in the context of the site. At the end of this article our administration page will look like this:. When a user submits the page, the page will also validate if the url that was entered is a valid SharePoint site. Step 1 Add a link to the. Title="Custom Navigation Site Menu items by Ton". Version="1.0.0.0". Location – The lo...
visual-studio2008.blogspot.com
Visual Studio 2008: March 2009
http://visual-studio2008.blogspot.com/2009_03_01_archive.html
Wednesday, March 4, 2009. Encoding and Decoding string Values in Silverlight. Silverlight allows us to Encode and Decode string values which can be used when we pass the values between Javascript functions or between two xap files in the same browser. To Encode a string use the following code. Byte[] bt = Encoding.UTF8.GetBytes("This is a Encoded String");. String encodedData = Convert.ToBase64String(bt);. Will be the Encoded string. To decode the Encoded String use the following code. Links to this post.
visual-studio2008.blogspot.com
Visual Studio 2008: January 2010
http://visual-studio2008.blogspot.com/2010_01_01_archive.html
Wednesday, January 6, 2010. Hey here's is a simple example of invoking a function in a different thread. Deployment.Current.Dispatcher.BeginInvoke(. Your code goes here. Links to this post. Subscribe to: Posts (Atom). Find funny emails, funny pictures, jokes, interesting facts, a whole collection of emails with various topics. We have thousands and thousands of Emails from the year 2000 in our Inboxes.and we have created this site so that we can share those with you all. List of other sites.
visual-studio2008.blogspot.com
Visual Studio 2008: August 2008
http://visual-studio2008.blogspot.com/2008_08_01_archive.html
Tuesday, August 5, 2008. When an application stores data in a file, the file name and storage location must be carefully chosen to minimize the possibility that the storage location will be known to another application and, therefore, vulnerable to corruption. Without a standard system in place to manage these problems, developing ad hoc techniques that minimize storage conflicts can be complex and the results can be unreliable. System.IO.IsolatedStorage Namespace. Class handles reading and writing files...
sharepointprogrammers.blogspot.com
Sharepoint Tips and Tricks: SharePoint impersonation: Id and Ego
http://sharepointprogrammers.blogspot.com/2008/05/sharepoint-impersonation-id-ego-and.html
Sharepoint Tips and Tricks. Visit http:/ www.a2zofcomputers.com to read more of articles. news. tutorials. FAQ etc. Wednesday, May 14, 2008. SharePoint impersonation: Id and Ego. Another solution would be to change the identity to an account with more privileges during the web part life cycle, do the stuff which demand additional privileges, and change the identity back again to the original context. In this article we will show you three different approaches to impersonation and we’ll use the ...To be a...
sharepointcustomui.blogspot.com
Sharepoint Custom Look and Feel: Custom Site Definitions
http://sharepointcustomui.blogspot.com/2008/05/custom-site-definitions.html
Sharepoint Custom Look and Feel. Monday, May 12, 2008. Did you know you can create your own tab for organizing your custom site definitions? The tabs I am referring. To are located on the new web/site page ( layouts/newsbweb.aspx). To add your own tab you will want to add your own unique DisplayCategory attribute to the configuration section of the WEBTEMP*.XML file for your new site definition. Configuration ID=”2″ Title=”Sample Document Workspace” Hidden=”FALSE” Imag...Subscribe to: Post Comments (Atom).