Wednesday, March 4, 2009

.Net Articles, CodeSnippets, FAQs @ CodeDigest.Com!

CodeDigest Article Digest

CodeDigest For the Month 3\2009


New Articles Published
Using JQuery in ASP.Net AJAX Applications–Part 2
In Part 1, we have seen how to make AJAX calls through POST and GET method using JQuery library. , In Part 2 of this article series, we will see some of the advanced usages of JQuery with ASP.Net AJAX application.
Search Content Sources
Part 1 of 3 part SharePoint Search Customization series by Sveta Yerpilev a SharePoint consultant and trainer for KWizCom Corporation.
Sveta gives a clear overview of SharePoint search and how to create the results you want.
How to create a website using 3 tier architecture
In this article, i will explain how to implement a website using 3-tier architecture in a beginner point of view. After reading this article, you will understand how to create a simple 3-tier based architecture project using Visual Studio 2005.
Load Your SharePoint "View" Page Faster
Roi Kolbinger, a SharePoint Consultant for KWizCom Professional Services explains how to load your SharePoint "View" page faster in this straightforward "how to" guide.
Search Scopes & Contextual Search Scopes
Part 2 of 3 part SharePoint Search Customization series by Sveta Yerpilev a SharePoint Consultant for KWzCom Professional Services..
Sveta gives a clear overview of SharePoint search and how to create the results you want.
How do I save a publishing site as a template?
Shai Petel, KWizCom's VP R&D explains how tto save a publishing site as a template
C# Constructor and its Types – A Detailed Look
IntroductionIn a simple words Constructor is nothing but a method, a special kind of method of a class, which gets executed when its (class) object is created.Now, let’s take above in broader sense, a constructor is a class method automatically executed whenever class’s object is created or whenever class is initialized. Consider following bit of code:
State Management in ASP.Net
The State or Cache Management is nothing but the way to storing the data in Client-Side and in Server-Side using preity small memory.
How to Add a web part to your web parts gallery using a feature
Igor Goldshtaub, KWizCom's VP Professional Services explains how to add a web part to your web parts gallery using a feature.

New Codes Published
Calling a Serverside Method from JavaScript in ASP.Net AJAX - PageMethods
Prevent the Page Flickering with AJAXControlToolkit Rating control using JQuery
Enable/Disable Validator controls in ASP.Net
Creating Watermark TextBox in ASP.Net using JQuery
Custom Paging Using Sql Server 2005
Get the ScriptManager Object in MasterPage from ContentPage in ASP.Net AJAX
Get the Element that raised the Asynchronous Postback in UpdatePanel in JavaScript
Open an Outlook window from JavaScript with Pre-populated Subject and Body
A Simple CAPTCHA Image Verification in C# and ASP.Net
How to Refresh a Set of Controls or DIV without Refreshing other Controls Inside UpdatePanel control in ASP.Net AJAX?
How to Add, Remove ListItems from one ListBox to Another Using JQuery?
Display Progress or Loading message without using UpdateProgress Control in ASP.Net AJAX
A VideoPlayer - Custom Control

New FAQs Published
How to Convert an Existing ASP.Net Application to ASP.Net AJAX application?
How to Configure ASP.Net Membership Providers to Use Our Own Database?
Why do some of the characters in DIV tag gets repeated in IE 6.0 ?
How to increase default File Upload size in ASP.Net ?
How to Inject a JavaScript method from CodeBehind Class in ASP.Net?
What is Windows Workflow Foundation(WWF)?

Last Month Winners
Winner:Gaurav Arora
Transcend 2GB Pendrive
Contribution Done:3 Articles or 5 CodeSnippets

Monday, February 2, 2009

.Net Articles, Code Snippets, FAQs - CodeDigest.Com

CodeDigest Article Digest

CodeDigest For the Month 2\2009


New Articles Published
Using Roles in Forms Authentication in ASP.Net 2.0
Authentication is one of the essential parts of any asp.net application we develop. Using authentication, our site visitors can be restricted to access private contents anonymously. Forms Authentication is one of the authentication mechanisms that can be used to authenticate users. With the introduction of 2.0 we have a handful of controls that helps in implementing role based forms authentication very easy with the primary support of Providers in ASP.Net 2.0.
ASP.NET Social Networks—Making Friends (Part 1)
In this article by Andrew Siemer, we will cover the most important aspect of any community site—making friends. We will divide this article in two parts. This part starts with the discussion of Problem, that is, what we need to do to achieve success for the article's topic—finding and inviting friends to your network on a community site. It then moves to Design part where we decide on our requirements, and finally the article reaches Solution part where we begin discussing how to actually implem
ASP.NET Social Networks—Making Friends (Part 2)
In the first part of this article we concentrated on two aspects Problem and Design. We started with the Problem, that is, defining what we need to implement the Friends concept, finding and inviting friends to join our network and developing an alert system. We then moved to Design wherein we actually finalized the requirements. And finally we began with the Solution, that is, actually implementing the features. In this part of the article by Andrew Siemer, we will continue with the solution pa
How to add content to SPList Item view form
Excellent "how to" article written by my company VP R&D.
Custom GridView Paging with ObjectDataSource Control with ASP.Net 2.0
ASP.Net is packed with many data bound control to present the data in tabular form to the users. In GridView control, we can enable the inbuilt paging by setting AllowPaging and PageSize property. In this approach, it will fetch all the records from database to display the records in any page. This will affect the performance when the number of records is really huge. It will be good, if we fetch only those records which are required to display in that particular page. This article will help us
Want to add a rating field to MOSS search results? Here's how!
KWizCom's VP R&D explains how to add a rating field to MOSS search results.!
Using JQuery in ASP.Net AJAX Applications – Part 1
JQuery is a light weight JavaScript library which provides fast and easy way of HTML DOM traversing and manipulation, event handling, client side animations, etc. One of the greatest features of JQuery is, it supports an efficient way to implement AJAX applications because of its light weight nature. This article series will help us understand the usages of JQuery in implementing AJAX applications.
How to import data from AD to InfoPath 2007 Form Template (code free)
Excellent how to guide written by my colleague Shai Petel, KWizCom's VP R&D, explaining step by step how to import data from AD to InfoPath 2007 Form Template (code free!)

New Codes Published
Fit Popup window Size to the Image Size using JavaScript
Fire Validator Controls Before JavaScript Confirm Box Fires in ASP.Net Page
Validate For Invalid File in ASP.Net FileUpload control
String.ReplaceAll function in JavaScript
Display multiple spaces in HTML
Printing ASPX Page by Hiding Some of the Page Elements Dynamically
How to Pass Date from Calendar Pop-Up control To Parent Window in ASP.Net ?
Using the JQuery Library hosted by Google CDN (Content Distribution Network) in ASP.Net Applications

New FAQs Published
How to Host ASP.Net AJAX site on a Server that does not have ASP.Net AJAX Installed ?
What is the difference between Label and Literal Control in ASP.Net?
What is SharePoint?
What is WSS and MOSS? Explain How Sharepoint Works?
What is site and site collection in Sharepoint? And What is the main advantage of using site collections?
What is the concept of virtual path provider in sharepoint?
What is the concept of ghosting and unghosting in SharePoint?
What is the concept of safemodeparser in ASP.NET?
What is the concept of Site pages and Application pages in Sharepoint?
How should I find the temp tables are exists in database?