<?xml version="1.0" ?>

<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Prince's Technical Blog</title>
    <subtitle>The Weblog of Prince P Y  </subtitle>
    <author>
        <name>PRINCE P.Y</name>
    </author>
    <id>http://www.princepy.com/</id>
    <updated>2008-11-21T14:49:38+05:30</updated>
    <link rel="self" href="http://www.princepy.com/Services/Atom.aspx" />
    <rights>Copyright (c) 2006 Prince P.Y</rights>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=20</id>
    <title>SQL Server 2000 Survival Guid Part 1</title>
    <updated>2007-10-09T03:19:43+05:30</updated>
    <published>2007-10-09T03:19:43+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=20" />
    <category term="MS SQL 2000" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=30</id>
    <title>Blog Starter Kit</title>
    <updated>2007-10-09T02:58:16+05:30</updated>
    <published>2007-10-09T02:58:16+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=30" />
    <category term="ASP.Net 2.0" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=29</id>
    <title>sp_makewebtask in MS SQL 2000</title>
    <updated>2007-10-02T05:55:15+05:30</updated>
    <published>2007-10-02T05:55:15+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=29" />
    <category term="MS SQL 2000" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=28</id>
    <title>WAITFOR in MS SQL 2000</title>
    <updated>2007-10-02T05:27:18+05:30</updated>
    <published>2007-10-02T05:27:18+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=28" />
    <category term="MS SQL 2000" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=27</id>
    <title>How to send the output of a web control through mail</title>
    <updated>2007-10-01T03:19:13+05:30</updated>
    <published>2007-10-01T03:19:13+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=27" />
    <category term="ASP.Net 2.0" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=26</id>
    <title>How to add a static Item to dynamically populated list</title>
    <updated>2007-10-01T03:12:55+05:30</updated>
    <published>2007-10-01T03:12:55+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=26" />
    <category term="ASP.Net 2.0" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=25</id>
    <title>Manipulating special string character in C Sharp</title>
    <updated>2007-10-01T03:07:12+05:30</updated>
    <published>2007-10-01T03:07:12+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=25" />
    <category term="ASP.Net 2.0" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=24</id>
    <title>Life Cycle of the page in ASP.NET 2.0</title>
    <updated>2007-10-01T03:02:30+05:30</updated>
    <published>2007-10-01T03:02:30+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=24" />
    <category term="ASP.Net 2.0" />
    <summary type="html">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</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=23</id>
    <title>Dynamically changing themes and applying styles in asp.net 2.0</title>
    <updated>2007-10-01T02:48:30+05:30</updated>
    <published>2007-10-01T02:48:30+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=23" />
    <category term="ASP.Net 2.0" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=22</id>
    <title>Using sorting / paging on GridView</title>
    <updated>2007-10-01T02:32:50+05:30</updated>
    <published>2007-10-01T02:32:50+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=22" />
    <category term="ASP.Net 2.0" />
    <summary type="html">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</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=21</id>
    <title>Scrollable Div position and Post back</title>
    <updated>2007-10-01T01:53:23+05:30</updated>
    <published>2007-10-01T01:53:23+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=21" />
    <category term="ASP.Net 2.0" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=19</id>
    <title>How to create a database with previous data from a backup file(.bak)?</title>
    <updated>2007-09-18T07:40:07+05:30</updated>
    <published>2007-09-18T07:40:07+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=19" />
    <category term="MS SQL 2000" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=18</id>
    <title>Password Validation</title>
    <updated>2007-09-18T07:04:31+05:30</updated>
    <published>2007-09-18T07:04:31+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=18" />
    <category term="Javascript" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=17</id>
    <title>How to Setup VS Studio 2005 for Import and Export to SQL Server 2005 Express as performed in SQL Server 2000 </title>
    <updated>2007-09-17T05:05:34+05:30</updated>
    <published>2007-09-17T05:05:34+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=17" />
    <category term="MS SQL 2005" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=16</id>
    <title>Data Transformation Services (DTS) in Microsoft SQL Server 2000</title>
    <updated>2007-09-17T04:19:17+05:30</updated>
    <published>2007-09-17T04:19:17+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=16" />
    <category term="MS SQL 2000" />
    <summary type="html">&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,</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=15</id>
    <title>Import/Export data with SQL Server 2005 Express</title>
    <updated>2007-09-17T03:23:27+05:30</updated>
    <published>2007-09-17T03:23:27+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=15" />
    <category term="MS SQL 2005" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=14</id>
    <title>Migrating Data from SQL 2000 to SQL 2005</title>
    <updated>2007-09-17T03:20:04+05:30</updated>
    <published>2007-09-17T03:20:04+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=14" />
    <category term="MS SQL 2005" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=13</id>
    <title>Installing SQL Express on your computer</title>
    <updated>2007-09-17T03:17:01+05:30</updated>
    <published>2007-09-17T03:17:01+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=13" />
    <category term="MS SQL 2005" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=12</id>
    <title>Adding Meta tags Dynamically in webpage using asp.net</title>
    <updated>2007-09-15T03:31:10+05:30</updated>
    <published>2007-09-15T03:31:10+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=12" />
    <category term="ASP.Net 2.0" />
    <summary type="html">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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=11</id>
    <title>Unable to start debugging on the web server.</title>
    <updated>2007-09-09T01:48:55+05:30</updated>
    <published>2007-09-09T01:48:55+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=11" />
    <category term="ASP.Net 2.0" />
    <summary type="html">&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;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=10</id>
    <title>Javascript Calander without Popup - very good</title>
    <updated>2007-08-29T04:13:59+05:30</updated>
    <published>2007-08-29T04:13:59+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=10" />
    <category term="Javascript" />
    <summary type="html">&lt;P&gt;&lt;STRONG&gt;Description:&lt;/STRONG&gt; &lt;BR&gt;This script uses DHTML or Popup windows to display a calendar for the user to select a date. It was designed to look and behave like Microsoft Outlook.&lt;BR&gt;It can be implemented in only a few lines of code, yet also provides customization options to make it work correctly in any country's display format, etc. &lt;BR&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Why are form elements or &amp;lt;SELECT&amp;gt; boxes showing over top of the DIV-style calendar popup? It's not a bug in the javascript - it's a bug/feature of browsers. See this &lt;A href=&quot;http://www.webreference.com/dhtml/diner/seethru/&quot;&gt;explanation&lt;/A&gt; by WebReference. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt; &lt;BR&gt;Below are multiple examples of the CalendarPopup in use. Each is slightly different to show different capabilities of the script. &lt;BR&gt;Click the &quot;Show Source&quot; links for each example to see how it was done, and hover over the &quot;Select&quot; links to see how they are coded. Or view the source of the entire page! &lt;/P&gt;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=9</id>
    <title>What is Silverlight and why is it useful?</title>
    <updated>2007-08-28T02:41:39+05:30</updated>
    <published>2007-08-28T02:41:39+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=9" />
    <category term="Microsoft Silverlight" />
    <summary type="html">&lt;P&gt;Microsoft’s latest gift in the name of Silverlight, is all set to replace the old and traditional Adobe's Flash and become the technology of choice for developing the next generation of cross-browser, cross-platform Rich Internet Applications (RIAs). Moreover, Microsoft has already decided to make this plug-in freely available for all supported platforms. This article presents an introduction to this technology, its applicability, and its future; it also provides links and references for further insight onto this technology.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff6600&gt;What is Silverlight and why is it useful?&lt;/FONT&gt;&lt;/STRONG&gt; &lt;/P&gt;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=8</id>
    <title>Javascript Error : &quot;Cannot use parentheses when calling a Sub&quot;</title>
    <updated>2007-08-27T04:23:10+05:30</updated>
    <published>2007-08-27T04:23:10+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=8" />
    <category term="Javascript" />
    <summary type="html">&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;When i was doing programs i neet to write a function which will take 2 arrgument(lets say id's of 2&amp;nbsp;html tags)&amp;nbsp;into an javascript, so that i can play with the property of those tags on client side.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;my function &lt;/FONT&gt;was &lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT face=&quot;&quot; color=#0000ff size=2&gt;&lt;STRONG&gt;&lt;EM&gt;function&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face=&quot;&quot; size=2&gt;&lt;STRONG&gt;&lt;EM&gt; _OnClickButton(UserNameTextBoxID, PasswordTextBoxID)&lt;BR&gt;{&lt;BR&gt;.....&lt;BR&gt;......&lt;BR&gt;}&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot; color=#ff0000&gt;OnServerSide&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;i wrote as &lt;/FONT&gt;&lt;/P&gt;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=7</id>
    <title>Connecting to Database Express 2005 with VS 2005</title>
    <updated>2007-08-26T04:52:45+05:30</updated>
    <published>2007-08-26T04:52:45+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=7" />
    <category term="MS SQL 2005" />
    <summary type="html">&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;After install Visual Studio 2005, you must install “SQL Server Management Studio Express CTP”. This program plugs into SQL Express 2005. Run SQL Server Management Studio Express CTP and press connect to connect into Server Management Studio Express. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;After connect, you must make a new database and a new table, for example: &lt;/FONT&gt;&lt;FONT face=&quot;&quot;&gt;make database and give a name for a new database “Practice_1”. &lt;/FONT&gt;&lt;FONT face=&quot;&quot;&gt;Then, make one table which consist of field “No” and field “Name” and give name for a new table “Checklist”. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;After finish making your table, please input same data into your table. Now run your Visual Studio 2005 and make new application windows.&amp;nbsp; Drag dataGridView into your design form and choose dock in properties become fill. Double click your form and insert these codes: &lt;/FONT&gt;&lt;/P&gt;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=6</id>
    <title>Free icon Links</title>
    <updated>2007-08-26T04:21:43+05:30</updated>
    <published>2007-08-26T04:21:43+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=6" />
    <category term="Usefull Site" />
    <summary type="html">&lt;P style=&quot;MARGIN-RIGHT: 0px&quot;&gt;windows icons:&amp;nbsp;&lt;/P&gt;</summary>
  </entry>

  <entry>
    <id>http://www.princepy.com/Post.aspx?postID=5</id>
    <title>Could not load file or assembly 'System.Web.Extensions</title>
    <updated>2007-08-24T23:50:55+05:30</updated>
    <published>2007-08-24T23:50:55+05:30</published>
    <link rel="alternate" href="http://www.princepy.com/Post.aspx?postID=5" />
    <category term="Ajax" />
    <summary type="html">&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;The &quot;Microsoft.Web.Extensions&quot; is not used anymore. Once you installed AJAX RC1 it will use new dll called &quot;System.Web.Extensions&quot;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;It located in&amp;nbsp;C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\System.Web.Extensions.dll&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;If you open project with previous AJAX version, you will have to&amp;nbsp;replace old script manager with new one.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;&quot;&gt;To get ASP.NET 2.0 AJAX Extensions, &lt;/FONT&gt;&lt;A href=&quot;http://asp.net/ajax/&quot;&gt;&lt;FONT face=&quot;&quot;&gt;Click Here&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</summary>
  </entry>

</feed>    




