<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>.Net,Asp.Net and Sharepoint Forum &#187; Recent Topics</title>
		<link>http://www.codedefiner.com/forum/</link>
		<description>Post your queries here</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 21:29:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.codedefiner.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.codedefiner.com/forum/rss.php?topics=1" rel="self" type="application/rss+xml" />

		<item>
			<title>elizas on "Create custom property in a web part as a dropdown list"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=308#post-430</link>
			<pubDate>Wed, 23 Jun 2010 11:11:14 +0000</pubDate>
			<dc:creator>elizas</dc:creator>
			<guid isPermaLink="false">430@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;SharePoint allows you to create custom web parts to help you provide highly customized solutions to your clients/users. The properties of these web parts are added by default but to further customize the solution, you can also create custom properties. The following example demonstrates how to add a custom dropdown property to a custom webpart.&#60;br /&#62;
// Create a Enum for Languages&#60;/p&#62;
&#60;p&#62;public enum LanguageByEnum&#60;/p&#62;
&#60;p&#62;{&#60;br /&#62;
       English = 0,&#60;br /&#62;
       French,&#60;br /&#62;
       Spanish&#60;br /&#62;
};&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Eliza&#60;br /&#62;
&#60;a href=&#34;http://www.mindfiresolutions.com/Sharepoint-Support.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.mindfiresolutions.com/Sharepoint-Support.htm&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vaibhavss on "How to create referiential integrity between two lists?"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=305#post-424</link>
			<pubDate>Mon, 18 Jan 2010 05:56:19 +0000</pubDate>
			<dc:creator>vaibhavss</dc:creator>
			<guid isPermaLink="false">424@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I am running into a problem where I am having two lists say EmployeeDetails and LibraryDetails. In LibraryDetails i am having a lookup column say EmployeeId which derives from EmployeeDetails--&#38;gt;ID column. Now as the library details containg details books issued to the employees having EmployeeId in LibraryDetails--&#38;gt;EmployeeId column. If we delets the EmployeeDetails list item it can be removed and leaving LibraryDetails--&#38;gt;EmployeeId column leaving as &#34;NULL&#34;. Please suggest how to restring deleting the ListItem which is lookuped in other list.&#60;/p&#62;
&#60;p&#62;Thanks In Anticipation.&#60;br /&#62;
Vaibhav Bhagwat
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elizas on "How to use &#34;Windows Explorer&#34; option to the Visual Studio tools menu for"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=307#post-428</link>
			<pubDate>Thu, 28 Jan 2010 06:57:10 +0000</pubDate>
			<dc:creator>elizas</dc:creator>
			<guid isPermaLink="false">428@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;Most of the times we need to refer to the folder path containing the project in Visual Studio platform, for that we need to go to Windows Explorer and then search for the folder name containing the project you are currently working on, then select the folder for further actions.Now by using this tip we can directly add the &#34;Windows Explorer&#34; in Visual Studio Tools menu for easy access. And by selecting the &#34;Windows Explorer&#34; option from the Tools menu we can directly go to the folder containg currently  edited file selected of the running project in Visual Studio environment.&#60;br /&#62;
Steps to Create new menu option in Tools Menu section :&#60;/p&#62;
&#60;p&#62;1.Open the any ASP.NET Project using Visual Studio .&#60;/p&#62;
&#60;p&#62;2.Click Tools menu, then External Tools... option from Tools Menu, then click Add.&#60;/p&#62;
&#60;p&#62;3.Now enter the following data in respective textbox provied:&#60;/p&#62;
&#60;p&#62;Title: Windows Explorer&#60;br /&#62;
Command: explorer.exe&#60;br /&#62;
Arguments: /select,&#34;$(ItemPath)&#34;&#60;/p&#62;
&#60;p&#62;4.Just leave Initial directoy textbox as blank, and click OK. &#60;/p&#62;
&#60;p&#62;5.Now click on Tools menu, Windows Explorer option.&#60;/p&#62;
&#60;p&#62;Windows Explorer will open the folder path for the current project with selected the current file we are working on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elizas on "ASP.Net Validators within Sharepoint"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=306#post-425</link>
			<pubDate>Thu, 28 Jan 2010 06:37:35 +0000</pubDate>
			<dc:creator>elizas</dc:creator>
			<guid isPermaLink="false">425@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;Many a times we have requirements of adding different client side validations on the web pages and the most convenient way to do this in ASP.Net is to use the existing set of validator controls.In SharePoint when we design custom webparts which takes some data as input, we might need to add some client side validations using ASP.Net validator controls, but there are a few things that always need to be taken care of while using ASP.Net validator controls within SharePoint custom webparts&#60;br /&#62;
1. Within a webpart we might have more than one control triggering server side postbacks. In this case the validator controls will validate with each and every postback, but the actual need might be to only validate the form with a single postback event, let's say through the &#34;SUBMIT&#34; button. To avoid this, one need to set the CausesValidation property to false for all those controls causing server side postabacks where you do not want the form to get validated.&#60;/p&#62;
&#60;p&#62;e.g. CausesValidation=&#34;false&#34;&#60;/p&#62;
&#60;p&#62;2. A SharePoint page can generally contain multiple webparts. So, if we have an ASP.Net validator control integrated within one webpart it's always going to create issues with the postback events from within other webparts present on the same page. To overcome this issue and restrict the validation to a specific webpart, ValidationGroup property can be used with a unique name within a specific webpart. All the controls (validator controls and controls to be validated) coming under a common validation logic should have the same ValidationGroup name.&#60;/p&#62;
&#60;p&#62;e.g. ValidationGroup=&#34;UniqueGroupName&#34;&#60;/p&#62;
&#60;p&#62;3. After having all these checks in place, there still remains a big problem which needs to be handled for ASP.Net validators within SharePoint. With ASP.Net validators within a webpart, when you try to edit the webpart properties, it does not allow you to save the changes within the property pane because of the validators (even with ValidationGroups set).&#60;br /&#62;
To fix this you need to check for the Form Mode within the Page Load event of the webpart and then disable the ASP.Net validator controls when the form is in either EDIT or NEW mode.&#60;/p&#62;
&#60;p&#62;e.g.&#60;br /&#62;
If SPContext.Current.FormContext.FormMode = SPControlMode.Edit&#60;br /&#62;
    Or SPContext.Current.FormContext.FormMode = SPControlMode.New Then&#60;br /&#62;
            'Set the visibility of the required field control to False&#60;br /&#62;
End If&#60;/p&#62;
&#60;p&#62;Note: From the above mentioned points, Point 1 &#38;amp; 2 are generic points which can be followed (or needs to be followed) inside general ASP.Net web pages as a better programming practice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srujana on "Service broker and MSMQ"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=304#post-422</link>
			<pubDate>Mon, 28 Sep 2009 07:17:02 +0000</pubDate>
			<dc:creator>srujana</dc:creator>
			<guid isPermaLink="false">422@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is service broker and MSMQ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "CLR integration in SQL Server"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=101#post-193</link>
			<pubDate>Sun, 13 Sep 2009 09:28:58 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">193@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;how to execute .Net programms in SQL Server?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohan on "Joins"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=32#post-115</link>
			<pubDate>Sun, 23 Aug 2009 14:58:43 +0000</pubDate>
			<dc:creator>mohan</dc:creator>
			<guid isPermaLink="false">115@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;what is join?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rahim on "subquery"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=33#post-116</link>
			<pubDate>Sun, 23 Aug 2009 15:00:45 +0000</pubDate>
			<dc:creator>rahim</dc:creator>
			<guid isPermaLink="false">116@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;what is subquery and how to write subquery?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jain on "primary key &#38; Unique key"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=34#post-117</link>
			<pubDate>Sun, 23 Aug 2009 15:02:36 +0000</pubDate>
			<dc:creator>jain</dc:creator>
			<guid isPermaLink="false">117@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;what is primary key and what is Unique key? and differences between them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srujana on "Alter table"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=31#post-114</link>
			<pubDate>Sun, 23 Aug 2009 14:57:19 +0000</pubDate>
			<dc:creator>srujana</dc:creator>
			<guid isPermaLink="false">114@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;how to add column to table by Alter statement?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "Normalization"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=30#post-113</link>
			<pubDate>Sun, 23 Aug 2009 14:54:10 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">113@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is Normalization and what are the advantages of Normalization?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jain on "Global.asax"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=29#post-111</link>
			<pubDate>Fri, 21 Aug 2009 01:17:19 +0000</pubDate>
			<dc:creator>jain</dc:creator>
			<guid isPermaLink="false">111@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is global.asax file and how it is useful for an Asp.Net Application?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rahim on "group by clause"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=28#post-109</link>
			<pubDate>Thu, 20 Aug 2009 10:22:44 +0000</pubDate>
			<dc:creator>rahim</dc:creator>
			<guid isPermaLink="false">109@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;what is group by clause and how use it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Questpond on "19 Practical Points to be remembered while working on project/software Company"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=27#post-107</link>
			<pubDate>Wed, 19 Aug 2009 11:55:56 +0000</pubDate>
			<dc:creator>Questpond</dc:creator>
			<guid isPermaLink="false">107@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;Introduction&#60;/p&#62;
&#60;p&#62;This article will talk about some important points we should note while working with tight dead line project. I am sure every one has some or other important points to share while working with software companies and projects. Do put your points here I will consolidate and make nice list, which will help the software professional community.&#60;/p&#62;
&#60;p&#62;I have been writing and recording lot of architecture related videos on design patterns, UML , estimation and C# projects. You can see the sample videos at &#60;a href=&#34;http://www.questpond.com/FreeDesign1.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.questpond.com/FreeDesign1.htm&#60;/a&#62;  . &#60;/p&#62;
&#60;p&#62;There is life outside projects….your life and your family. Love your work but not your project or the company. Many developers after a certain amount of time become possessive about the project and the company. Try to come on time and go on time. So that you do not get saturated and work on the project for a longer time and effectively.&#60;/p&#62;
&#60;p&#62;Do not try be a hero in the project. Because heroes also have to go through all hardships. So believe in equal load distribution which is not only good for the project but also for you on long run.&#60;/p&#62;
&#60;p&#62;Every project has parasite developers. In short every project has developers who constantly take help from others thus bringing down productivity. Yes its is possible that those are your friends , but remember one thing do not give fish to the needy teach him how to fish. If you are project manager you should analyze such kind of developers and ask for replacement and if you are a developer avoid doing their work from start to finish. Yes give them hint but do not do complete coding for them.&#60;/p&#62;
&#60;p&#62;Do not make projects your learning ground. Customer’s pay heavy for making software do not make it a learning ground. In many projects developers try to implement new technologies in mid of the project just by hearing jargons.&#60;/p&#62;
&#60;p&#62;Do not treat your project people as a resource. Project managers have these jargon of thinking every one as a resource. Thats bookish thinking. Any one working in a project is finally a human with emotions. The time you consider them as resource they will consider you as resource.&#60;/p&#62;
&#60;p&#62;Try to freeze your requirements before the start of the project. In practical scenarios it is very difficult to control the end customer. But if you can atleast control the changes that will make the project more comfortable. The best way to control changes is by taking official sign offs or non-official sign offs from the end Customer.&#60;/p&#62;
&#60;p&#62;Test, Test and Test. That’s the key to success for any software project.&#60;/p&#62;
&#60;p&#62;Do not hide your defects. Developers are the best guys who know where the code will crash. Do not hide it , analyze and fix it. Do not cheat and leave the same till it goes to the end client.&#60;/p&#62;
&#60;p&#62;Avoid ego issues during project. Many times in project developers and managers get stuck up with ego issues. Sometimes moving back makes the project move further.&#60;/p&#62;
&#60;p&#62;Tackle bigger problems of the project first. The best way to complete any project is to start those screens which are used by the customer more often. For instance every project has non-frequent masters code them later and start the transaction screens first. Many time developers end up doing nitty gritty work and forget the bigger part of the project.&#60;/p&#62;
&#60;p&#62;Do not talk about stars. Every project starts with talking about stars but later end up somewhere else. Developers talk about concept of OOP’s , full database normalization , design patterns etc etc. These fundamentals are important but it should not end up with only jargons. Some times practical deadlines makes it impossible to implement these features. Keep yourself flexible and compromise with quality when you have deadlines…..believe me its not a sin if customer is giving you unreasonable deadlines.&#60;/p&#62;
&#60;p&#62;Maintaining a right project hierarchy is very important i.e. the A model. In A model you have one senior person at the top , project manager , team leader , senior developers and then juniors. The right proportion of people from each grade is important. On any level if you have too much concentration you will have ego issue and promotion issues.&#60;/p&#62;
&#60;p&#62;Make yourself visible. If you think you have done something good show it , advertise it , make it visible. Will help you during your assesment.&#60;/p&#62;
&#60;p&#62;Avoid getting in to project politics. Peace of mind is the most important thing. Getting in to egos and politics will only complicate things.&#60;/p&#62;
&#60;p&#62;If you are working on maintenance project upgrade yourself time to time.&#60;/p&#62;
&#60;p&#62;In case you are maintaining some other Developers code do not criticize the code. Who knows in what circumstances was the project made.&#60;/p&#62;
&#60;p&#62;If you are project manager in the project do not make it a compulsory rule that you will never touch coding. Remember juniors respect their seniors if they sit with them for development and know their difficulties.&#60;/p&#62;
&#60;p&#62;If any resource is working on a project for more than a year his performance comes down. Prepare a proper KT plan and bring in new resources and roll the old resources off for some better prospects.&#60;/p&#62;
&#60;p&#62;Avoid unnecessary meetings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "dataset to xml file"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=26#post-105</link>
			<pubDate>Tue, 18 Aug 2009 12:23:13 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">105@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;how to write dataset table data to xml file
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "MSIL"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=17#post-30</link>
			<pubDate>Sun, 16 Aug 2009 11:54:27 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">30@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is MSIL?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "Code Access Security"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=25#post-79</link>
			<pubDate>Sun, 16 Aug 2009 12:33:11 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">79@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is Code Access Security (CAS)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srujana on "Serialization in .Net"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=24#post-65</link>
			<pubDate>Sun, 16 Aug 2009 12:19:18 +0000</pubDate>
			<dc:creator>srujana</dc:creator>
			<guid isPermaLink="false">65@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is serialization?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "Garbage Collection"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=23#post-51</link>
			<pubDate>Sun, 16 Aug 2009 12:09:14 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">51@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is garbage collection?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rahim on "Application Domain"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=22#post-46</link>
			<pubDate>Sun, 16 Aug 2009 12:04:48 +0000</pubDate>
			<dc:creator>rahim</dc:creator>
			<guid isPermaLink="false">46@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is an Application Domain?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jain on "Assembly"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=20#post-38</link>
			<pubDate>Sun, 16 Aug 2009 11:59:40 +0000</pubDate>
			<dc:creator>jain</dc:creator>
			<guid isPermaLink="false">38@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is an assembly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jain on "Private and Shared Assembly"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=21#post-39</link>
			<pubDate>Sun, 16 Aug 2009 12:00:30 +0000</pubDate>
			<dc:creator>jain</dc:creator>
			<guid isPermaLink="false">39@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is the difference between a private assembly and a shared assembly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "Managed code"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=19#post-36</link>
			<pubDate>Sun, 16 Aug 2009 11:58:03 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">36@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What does 'managed' mean in the .NET context?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "CLS"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=18#post-34</link>
			<pubDate>Sun, 16 Aug 2009 11:56:56 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">34@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is CLS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "CTS"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=16#post-29</link>
			<pubDate>Sun, 16 Aug 2009 11:53:49 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">29@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is CTS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peter on "CLR"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=15#post-28</link>
			<pubDate>Sun, 16 Aug 2009 11:53:05 +0000</pubDate>
			<dc:creator>peter</dc:creator>
			<guid isPermaLink="false">28@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is the CLR?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srujana on "Authentication in Asp.Net"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=10#post-17</link>
			<pubDate>Sun, 16 Aug 2009 05:33:10 +0000</pubDate>
			<dc:creator>srujana</dc:creator>
			<guid isPermaLink="false">17@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What do you mean by Authentication and Authorization in Asp.Net?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srujana on "about web.config"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=11#post-18</link>
			<pubDate>Sun, 16 Aug 2009 05:33:51 +0000</pubDate>
			<dc:creator>srujana</dc:creator>
			<guid isPermaLink="false">18@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;Can a user browsing my Web site read my Web.config or Global.asax files?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srujana on "Response.Redirect &#38; Server.Transfer"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=12#post-19</link>
			<pubDate>Sun, 16 Aug 2009 05:34:38 +0000</pubDate>
			<dc:creator>srujana</dc:creator>
			<guid isPermaLink="false">19@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srujana on "aspnet_regiis"</title>
			<link>http://www.codedefiner.com/forum/topic.php?id=13#post-20</link>
			<pubDate>Sun, 16 Aug 2009 05:36:43 +0000</pubDate>
			<dc:creator>srujana</dc:creator>
			<guid isPermaLink="false">20@http://www.codedefiner.com/forum/</guid>
			<description>&#60;p&#62;What does aspnet_regiis -i do ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
