<?xml version="1.0" ?>

<rss version="2.0">
  <channel>
    <title>Prince's Technical Blog</title>
    <description>The Weblog of Prince P Y  </description>
    <link>http://www.princepy.com/</link>
    <guid>http://www.princepy.com/</guid>
    <author>
        <name>PRINCE P.Y</name>
    </author>
    <copyright>Copyright (c) 2006 Prince P.Y</copyright>
    <language>en-us</language>

  <item>
    <title>SQL Server 2000 Survival Guid Part 1</title>
    <link>http://www.princepy.com/Post.aspx?postID=20</link>
    <guid>http://www.princepy.com/Post.aspx?postID=20</guid>
    <pubDate>Tue, 09 Oct 2007 03:19:43 GMT</pubDate>
    <category>MS SQL 2000</category>
    <description>&lt;p&gt;&lt;span class=&quot;sqlComments&quot;&gt;f--* Show information about Database&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;sqlComments&quot;&gt;--* Syntax &amp;gt; sp_helpdb [databasename]&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;sqlComments&quot;&gt;--* Eg : for pubs&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;brownText&quot;&gt;sp_helpdb&lt;/span&gt; pubs&lt;/p&gt;</description>
  </item>

  <item>
    <title>Blog Starter Kit</title>
    <link>http://www.princepy.com/Post.aspx?postID=30</link>
    <guid>http://www.princepy.com/Post.aspx?postID=30</guid>
    <pubDate>Tue, 09 Oct 2007 02:58:16 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;font size=&quot;2&quot;&gt;Blog Starter Kit&lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Introduction&lt;/span&gt;&lt;/p&gt;&lt;p&gt;You are just a few steps away from starting to publish posts on your Blog site. The following sections explain how to customize and use the Blog Web Site.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Creating an Administrative User &lt;/li&gt;&lt;li&gt;Customizing the Blog &lt;/li&gt;&lt;li&gt;Administering the Blog&amp;nbsp; &lt;/li&gt;&lt;li&gt;Further Resources &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Creating an Administrative User&lt;/span&gt;&lt;br /&gt;The first step you must take is to create an administrative user. The administrative user has permission to post articles, moderate feedback, and manage categories.&lt;/p&gt;&lt;p&gt;To create an administrative user&lt;/p&gt;</description>
  </item>

  <item>
    <title>sp_makewebtask in MS SQL 2000</title>
    <link>http://www.princepy.com/Post.aspx?postID=29</link>
    <guid>http://www.princepy.com/Post.aspx?postID=29</guid>
    <pubDate>Tue, 02 Oct 2007 05:55:15 GMT</pubDate>
    <category>MS SQL 2000</category>
    <description>&lt;h3&gt;sp_makewebtask&lt;/h3&gt;&lt;p&gt;Creates a task that produces an HTML document containing data returned by executed queries.&lt;/p&gt;&lt;p&gt;Other Sp's are &lt;/p&gt;&lt;h4&gt;sp_runwebtask&lt;/h4&gt;&lt;h4&gt;sp_enumcodepages&lt;/h4&gt;&lt;h4&gt;sp_dropwebtask&lt;/h4&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Note&lt;/span&gt;&amp;nbsp;&amp;nbsp;All Web jobs are categorized as Web Assistant in the &lt;span style=&quot;font-weight: bold&quot;&gt;Job Categories&lt;/span&gt; dialog box in SQL Server Enterprise Manager. For more information.&lt;/p&gt;&lt;p style=&quot;margin-top: -1.1em; margin-left: 1.5em&quot;&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: -1.1em&quot;&gt;&lt;span class=&quot;alert&quot;&gt;S&lt;/span&gt;&lt;span class=&quot;alert&quot;&gt;yntax&lt;/span&gt;&lt;/p&gt;</description>
  </item>

  <item>
    <title>WAITFOR in MS SQL 2000</title>
    <link>http://www.princepy.com/Post.aspx?postID=28</link>
    <guid>http://www.princepy.com/Post.aspx?postID=28</guid>
    <pubDate>Tue, 02 Oct 2007 05:27:18 GMT</pubDate>
    <category>MS SQL 2000</category>
    <description>&lt;h3&gt;WAITFOR&lt;/h3&gt;&lt;p&gt;Specifies a time, time interval, or event that triggers the execution of a statement block, stored procedure, or transaction.&lt;/p&gt;&lt;h5&gt;Syntax&lt;/h5&gt;&lt;p&gt;WAITFOR { DELAY &lt;span style=&quot;font-weight: bold&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;font-style: italic&quot;&gt;time&lt;/span&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;'&lt;/span&gt; | TIME &lt;span style=&quot;font-weight: bold&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;font-style: italic&quot;&gt;time&lt;/span&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;' &lt;/span&gt;}&lt;/p&gt;&lt;h5&gt;Arguments&lt;/h5&gt;&lt;p&gt;DELAY&lt;/p&gt;&lt;p class=&quot;indent&quot;&gt;Instructs Microsoft&#174; SQL Server™ to wait until the specified amount of time has passed, up to a maximum of 24 hours.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;font-style: italic&quot;&gt;time&lt;/span&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;'&lt;/span&gt;&lt;/p&gt;</description>
  </item>

  <item>
    <title>How to send the output of a web control through mail</title>
    <link>http://www.princepy.com/Post.aspx?postID=27</link>
    <guid>http://www.princepy.com/Post.aspx?postID=27</guid>
    <pubDate>Mon, 01 Oct 2007 03:19:13 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>&lt;p&gt;Many a time we want to send Email, which resembles the output of a web control.&amp;nbsp;At these occasions it would be great to be able to send the output of a web control.&lt;/p&gt;&lt;p&gt;For this article I am assuming that the SMPT server is configured. We can capture the output of most of the control using their Render Control method. After that you can send the output of the control through a mail.&lt;br /&gt;Here is the code for &lt;/p&gt;</description>
  </item>

  <item>
    <title>How to add a static Item to dynamically populated list</title>
    <link>http://www.princepy.com/Post.aspx?postID=26</link>
    <guid>http://www.princepy.com/Post.aspx?postID=26</guid>
    <pubDate>Mon, 01 Oct 2007 03:12:55 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>&lt;p&gt;There are quite a few features in ASP.NET 2.0. One of new healthy features in list controls (CheckBoxList, ListBox, DropdownList etc...) is the new property &amp;quot;&lt;span class=&quot;keyWords&quot;&gt;AppendDataBoundItems&lt;/span&gt;&amp;quot; You can bind the list controls to some data source and also add some static data.&lt;/p&gt;&lt;p&gt;If the &amp;quot;&lt;span class=&quot;keyWords&quot;&gt;AppendDataBoundItems&lt;/span&gt;&amp;quot; property is set to &lt;span class=&quot;keyWords&quot;&gt;true &lt;/span&gt;then you will get all the date (static data and data populated by data source) in the list. This is very handy if you want to add a &amp;quot;Select One&amp;quot; item in the Dropdownlist and listbox.&lt;/p&gt;&lt;p&gt;The full Syntax is &lt;/p&gt;</description>
  </item>

  <item>
    <title>Manipulating special string character in C Sharp</title>
    <link>http://www.princepy.com/Post.aspx?postID=25</link>
    <guid>http://www.princepy.com/Post.aspx?postID=25</guid>
    <pubDate>Mon, 01 Oct 2007 03:07:12 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>&lt;p&gt;\n = New Line&lt;br /&gt;\r = Carriage return&lt;br /&gt;\r\n = Carriage return and New line&lt;br /&gt;\” = Quotation mark&lt;br /&gt;\\ = Backlash character&lt;br /&gt;\t = Tab&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;tiny&quot;&gt;[Note: Even though escaped characters involve two characters (backslash \ plus the escaped character) the compiler treats the sequence as one character. That means that \n is a single character and the same is true for \&amp;quot;, \\, etc]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span class=&quot;tiny&quot;&gt;Thanks Vikram&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;</description>
  </item>

  <item>
    <title>Life Cycle of the page in ASP.NET 2.0</title>
    <link>http://www.princepy.com/Post.aspx?postID=24</link>
    <guid>http://www.princepy.com/Post.aspx?postID=24</guid>
    <pubDate>Mon, 01 Oct 2007 03:02:30 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>It talked about the entire event that takes place when a request is made. You can read the article here. This Article talk about the event that takes place in the Page.&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;alert&quot;&gt;PreInit()&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;alert&quot;&gt;&lt;/span&gt;In this event all the page level controls are created. The property assigned in the HTML is also assigned to the controls in this event. This event is only there for page and not present in user control (Hence not present in Master Page also). If we want to change the Theme and master page of a page, we need to override this event.&lt;br /&gt;&lt;span class=&quot;tiny&quot;&gt;[Note: When you override this event remember to call the base pages preInit command.]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There is a big difference in the event when we have a master page for the page. If there is a Master page associated with the page then the controls on the page are not initialized. In this case the controls will be initialized only after the Init event. As I said earlier that master page does not have any</description>
  </item>

  <item>
    <title>Dynamically changing themes and applying styles in asp.net 2.0</title>
    <link>http://www.princepy.com/Post.aspx?postID=23</link>
    <guid>http://www.princepy.com/Post.aspx?postID=23</guid>
    <pubDate>Mon, 01 Oct 2007 02:48:30 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>&lt;p&gt;How users can change the look and feel of the site?&lt;/p&gt;&lt;p&gt;User&amp;nbsp;can change the full theme (images, skin, and css) will change. This can be done very easily in asp.net 2.0. &lt;/p&gt;&lt;p&gt;All my pages are inheriting from basewebpage which inherits from &lt;span class=&quot;keyWords&quot;&gt;System.Web.UI.Page&lt;/span&gt;. In basewebPage I overrode the &lt;span class=&quot;redText&quot;&gt;StyleSheetTheme&lt;/span&gt; method like this.&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;keyWords&quot;&gt;public override string&lt;/span&gt; StyleSheetTheme&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=&quot;keyWords&quot;&gt;get&lt;/span&gt;{ &lt;span class=&quot;keyWords&quot;&gt;return &lt;/span&gt;HttpContext.Current.Profile[&lt;span class=&quot;brownText&quot;&gt;&amp;quot;StylesheetTheme&amp;quot;&lt;/span&gt;].ToString();}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class=&quot;keyWords&quot;&gt;set&lt;/span&gt;{ HttpContext.Current.Profile[&lt;span class=&quot;brownText&quot;&gt;&amp;quot;StylesheetTheme&amp;quot;&lt;/span&gt;] = value; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;</description>
  </item>

  <item>
    <title>Using sorting / paging on GridView</title>
    <link>http://www.princepy.com/Post.aspx?postID=22</link>
    <guid>http://www.princepy.com/Post.aspx?postID=22</guid>
    <pubDate>Mon, 01 Oct 2007 02:32:50 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>If you set AllowPaging=&amp;quot;true&amp;quot; or AllowSorting=&amp;quot;true&amp;quot; on a GridView control without using a DataSourceControl DataSource (i.e. SqlDataSource, ObjectDataSource), you will run into the following errors:&lt;br /&gt;&lt;br /&gt;When changing the page on the GridView control:&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;boldItalic&quot;&gt;The GridView 'GridViewID' fired event PageIndexChanging which wasn't handled. &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;boldItalic&quot;&gt;&lt;/span&gt;&lt;br /&gt;When clicking a column name to sort the column on the GridView control:&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;boldItalic&quot;&gt;The GridView 'GridViewID' fired event Sorting which wasn't handled.&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;boldItalic&quot;&gt;&lt;/span&gt;&lt;br /&gt;As a result of not setting the DataSourceID property of the GridView to a DataSourceControl DataSource, you have to add event handlers for sorting and paging.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;font size=&quot;2&quot;&gt;&lt;span style=&quot;font-family: courier new&quot;&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #a52a2a&quot;&gt;asp&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;:&lt;/span&gt;&lt;span</description>
  </item>

  <item>
    <title>Scrollable Div position and Post back</title>
    <link>http://www.princepy.com/Post.aspx?postID=21</link>
    <guid>http://www.princepy.com/Post.aspx?postID=21</guid>
    <pubDate>Mon, 01 Oct 2007 01:53:23 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>&lt;a href=&quot;http://www.vikramlakhotia.com/Scrollable_Div_position_and_Post_back.aspx&quot; target=&quot;_blank&quot;&gt;My friend&lt;/a&gt;&amp;nbsp;was working on a page, which had a scrollable div. The problem was that after the post back the div would loose its scroll position. Now when there is a lot of data it is very inconvenient for the user to again scroll back to the position where he was before the post back.&lt;p&gt;The solution was quite simple. We saved the value of the scroll in a hidden variable. This was done on the onscroll event of the div. On the page load event of the page we again set the scroll of the div to the value saved in the hidden variable. That’s all. Here is a simple code to show the actual working.&lt;/p&gt;</description>
  </item>

  <item>
    <title>How to create a database with previous data from a backup file(.bak)?</title>
    <link>http://www.princepy.com/Post.aspx?postID=19</link>
    <guid>http://www.princepy.com/Post.aspx?postID=19</guid>
    <pubDate>Tue, 18 Sep 2007 07:40:07 GMT</pubDate>
    <category>MS SQL 2000</category>
    <description>&lt;p&gt;Situation: U have only a backup file of a database abcdatabase with extension of .bak (&lt;span style=&quot;font-weight: bold&quot;&gt;abcdatabase.bak&lt;/span&gt;), and u want to create a database called abcdatabase with the data with are in bak files.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Things to remember :&lt;br /&gt;Database Name : &lt;span style=&quot;font-weight: bold&quot;&gt;abcdatabase&lt;/span&gt;&lt;br /&gt;Backupfile Name : &lt;span style=&quot;font-weight: bold&quot;&gt;abcdatabase.bak&lt;/span&gt;&lt;br /&gt;SQL SERVER NAME: your system name is it is local (EG: PRINCEPY)&lt;/p&gt;</description>
  </item>

  <item>
    <title>Password Validation</title>
    <link>http://www.princepy.com/Post.aspx?postID=18</link>
    <guid>http://www.princepy.com/Post.aspx?postID=18</guid>
    <pubDate>Tue, 18 Sep 2007 07:04:31 GMT</pubDate>
    <category>Javascript</category>
    <description>&lt;p&gt;When it comes to password validation using regular expressions, things can get a bit complicated. Normally, you want people to enter a &amp;quot;good&amp;quot; password that has a mix of numbers and letters. But you may not care where the numbers and letters appear. So you're not looking for a &amp;quot;pattern&amp;quot; in the string. You just want a letter somewhere and a number somewhere.&lt;/p&gt;&lt;p&gt;In this first example, the password must be at least 8 characters long and start and end with a letter.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;var re = /^[A-Za-z]\w{6,}[A-Za-z]$/;&lt;br /&gt;if (!re.test(myString)) { alert(&amp;quot;&lt;span style=&quot;color: #0000ff&quot;&gt;Please enter a valid password&lt;/span&gt;!&amp;quot;); }&lt;/span&gt;&lt;/p&gt;</description>
  </item>

  <item>
    <title>How to Setup VS Studio 2005 for Import and Export to SQL Server 2005 Express as performed in SQL Server 2000 </title>
    <link>http://www.princepy.com/Post.aspx?postID=17</link>
    <guid>http://www.princepy.com/Post.aspx?postID=17</guid>
    <pubDate>Mon, 17 Sep 2007 05:05:34 GMT</pubDate>
    <category>MS SQL 2005</category>
    <description>&lt;p&gt;The new Microsoft IDE in VS.NET 2005 includes the ability to define custom tools to be accessible in the Main Tools Menu.&lt;/p&gt;&lt;p&gt;Follow these steps:&lt;/p&gt;&lt;p&gt;1.&amp;nbsp; Click &lt;span style=&quot;font-weight: bold&quot;&gt;Tools Menu&lt;/span&gt; (in VS.NET 2005 IDE)&lt;br /&gt;2.&amp;nbsp; Click &lt;span style=&quot;font-weight: bold&quot;&gt;External Tools&lt;/span&gt; &lt;br /&gt;3.&amp;nbsp; Define name for menu item in the &lt;span style=&quot;font-weight: bold&quot;&gt;Title&lt;/span&gt; text box&lt;br /&gt;4.&amp;nbsp; Define &lt;span style=&quot;font-weight: bold; font-style: italic&quot;&gt;full path&lt;/span&gt; and &lt;span style=&quot;font-weight: bold; font-style: italic&quot;&gt;name&lt;/span&gt; of executable in the &lt;span style=&quot;font-weight: bold&quot;&gt;Command &lt;/span&gt;text box&lt;br /&gt;5.&amp;nbsp; Define parameters to pass in the &lt;span style=&quot;font-weight: bold&quot;&gt;Arguments&lt;/span&gt; text box&lt;/p&gt;</description>
  </item>

  <item>
    <title>Data Transformation Services (DTS) in Microsoft SQL Server 2000</title>
    <link>http://www.princepy.com/Post.aspx?postID=16</link>
    <guid>http://www.princepy.com/Post.aspx?postID=16</guid>
    <pubDate>Mon, 17 Sep 2007 04:19:17 GMT</pubDate>
    <category>MS SQL 2000</category>
    <description>&lt;span style=&quot;font-weight: bold&quot;&gt;Note&lt;/span&gt;: DTS has been replaced by SQL Server Integration Services (SSIS) in SQL Server 2005. To learn about SSIS, read &lt;a title=&quot;DTS has been replaced by SQL Server Integration Services (SSIS) in SQL Server 2005.&quot; href=&quot;http://www.microsoft.com/technet/prodtechnol/sql/2005/intro2is.mspx &quot; target=&quot;_blank&quot;&gt;An Introduction to SQL Server 2005 Integration Services&lt;/a&gt;&amp;nbsp; on Microsoft TechNet.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Summary&lt;/span&gt;: Database administrators often import, export, and transform data in support of tasks such as data consolidation, archiving, and analysis; for application development purposes; and for database or server upgrades. Data Transformation Services (DTS) in SQL Server 2000 provides a set of graphical tools and programmable objects to help administrators and developers solve data movement problems, including the extraction, transformation, and consolidation of data from disparate sources to single or multiple destinations. Sets of tasks,</description>
  </item>

  <item>
    <title>Import/Export data with SQL Server 2005 Express</title>
    <link>http://www.princepy.com/Post.aspx?postID=15</link>
    <guid>http://www.princepy.com/Post.aspx?postID=15</guid>
    <pubDate>Mon, 17 Sep 2007 03:23:27 GMT</pubDate>
    <category>MS SQL 2005</category>
    <description>&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Do the follwing steps to Import/Export data with SQL Server 2005 Express&lt;/span&gt; &lt;/p&gt;&lt;p&gt;1. Download MSXML 6.0 from Microsoft.com and run the setup.&lt;/p&gt;&lt;p&gt;2. Now Download Microsoft SQL Server Management Studio Express for connecting SQL Server 2005&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;amp;DisplayLang=en&quot;&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt;&lt;p&gt;and run the setup. (From here you can connect with SQL Server 2005 database.)&lt;/p&gt;&lt;p&gt;3. Now run DTSWizard.exe from C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;&lt;font size=&quot;1&quot;&gt;(Note: If you don't have &amp;quot;DTS&amp;quot;(Data Transformation Services) folder then check out the bottom link Or Post Named &amp;quot;DTS&amp;quot;)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;</description>
  </item>

  <item>
    <title>Migrating Data from SQL 2000 to SQL 2005</title>
    <link>http://www.princepy.com/Post.aspx?postID=14</link>
    <guid>http://www.princepy.com/Post.aspx?postID=14</guid>
    <pubDate>Mon, 17 Sep 2007 03:20:04 GMT</pubDate>
    <category>MS SQL 2005</category>
    <description>&lt;p&gt;To import your SQL 2000 database into a SQL 2005 database, you can use Microsoft’s SQL Server Management Studio. After you have installed and setup the software, follow the directions below:&lt;/p&gt;</description>
  </item>

  <item>
    <title>Installing SQL Express on your computer</title>
    <link>http://www.princepy.com/Post.aspx?postID=13</link>
    <guid>http://www.princepy.com/Post.aspx?postID=13</guid>
    <pubDate>Mon, 17 Sep 2007 03:17:01 GMT</pubDate>
    <category>MS SQL 2005</category>
    <description>&lt;p&gt;There are 3 individual downloads that are required for SQL Express 2005 and have to be installed in the following sequence.&lt;/p&gt;&lt;p&gt;A. Microsoft .NET Framework Version 2.0 Redistributable Package Release Candidate (x86)&lt;br /&gt;B. Microsoft SQL Server 2005 Express edition&lt;br /&gt;C. Microsoft SQL Server Management Studio Express&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Requirement&lt;/span&gt;: Windows 2003 Server for A, B &amp;amp; C &lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Requirement&lt;/span&gt;: Windows XP for A &amp;amp; C&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Installing .NET 2.0&lt;/span&gt;&lt;/p&gt;</description>
  </item>

  <item>
    <title>Adding Meta tags Dynamically in webpage using asp.net</title>
    <link>http://www.princepy.com/Post.aspx?postID=12</link>
    <guid>http://www.princepy.com/Post.aspx?postID=12</guid>
    <pubDate>Sat, 15 Sep 2007 03:31:10 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>You can easily create a HtmlMeta object and add it to the Controls collection in the HtmlHead class exposed via Page.Header. Here's a few samples: &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #006600&quot;&gt;// Render: &amp;lt;meta name=&amp;quot;keywords&amp;quot; content=&amp;quot;Some words listed here&amp;quot; /&amp;gt; &lt;/span&gt;&lt;br /&gt;HtmlMeta meta = new HtmlMeta(); &lt;br /&gt;meta.Name = &amp;quot;&lt;span style=&quot;color: #0000cc&quot;&gt;keywords&lt;/span&gt;&amp;quot; ; &lt;br /&gt;meta.Content = &amp;quot;&lt;span style=&quot;color: #0000cc&quot;&gt;Some words listed here&lt;/span&gt;&amp;quot; ; &lt;br /&gt;this .Header.Controls.Add(meta); &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #006600&quot;&gt;// Render: &amp;lt;meta name=&amp;quot;robots&amp;quot; content=&amp;quot;noindex&amp;quot; /&amp;gt; &lt;/span&gt;&lt;br /&gt;meta = new HtmlMeta(); &lt;br /&gt;meta.Name = &amp;quot;&lt;span style=&quot;color: #0000cc&quot;&gt;robots&lt;/span&gt;&amp;quot; ; &lt;br /&gt;meta.Content = &amp;quot;&lt;span style=&quot;color: #0000cc&quot;&gt;noindex&lt;/span&gt;&amp;quot; ; &lt;br /&gt;this .Header.Controls.Add(meta); &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #006600&quot;&gt;// Render: &amp;lt;meta name=&amp;quot;date&amp;quot; content=&amp;quot;2006-03-25&amp;quot;</description>
  </item>

  <item>
    <title>Unable to start debugging on the web server.</title>
    <link>http://www.princepy.com/Post.aspx?postID=11</link>
    <guid>http://www.princepy.com/Post.aspx?postID=11</guid>
    <pubDate>Sun, 09 Sep 2007 01:48:55 GMT</pubDate>
    <category>ASP.Net 2.0</category>
    <description>&lt;P&gt;When u get a error messaage like&lt;/P&gt;
&lt;P&gt;&quot;&lt;EM&gt;&lt;FONT color=#cc6600&gt;Unable to start debugging on the web server. The web server is not configured correctly. See help for common configuration errors. Running the web page outside of the debugger may provide further information.&lt;/FONT&gt;&lt;/EM&gt;&quot;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if u installed diffrent verions of dot net framework like&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Microsoft Visual Studio .NET 2003&lt;/LI&gt;
&lt;LI&gt;Microsoft Visual Web Developer 2005 Express Edition&lt;/LI&gt;
&lt;LI&gt;etc&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;their will be a change of getting this error since the debugger is getting confussed with all these framework.&lt;/P&gt;
&lt;P&gt;to solve that we have to tell IIS to which framework it has to communicate.&lt;/P&gt;
&lt;P&gt;for that u have to take a command prompt and try to reach till&lt;/P&gt;
&lt;P&gt;&quot;&lt;STRONG&gt;C:\WINDOWS\Microsoft.NET\Framework\&lt;/STRONG&gt;&quot;&lt;/P&gt;
&lt;P&gt;and further try to reach the required framework folder&lt;/P&gt;</description>
  </item>

  </channel>
</rss>    




