<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;D0ECRncyfSp7ImA9WxVWEUQ.&quot;"><id>tag:blogger.com,1999:blog-5066959881646854504</id><updated>2009-02-20T21:54:27.995-08:00</updated><title>Moustafa's Technical Blog</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://moustafa-mohammed.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://moustafa-mohammed.blogspot.com/" /><author><name>Moustafa</name><uri>http://www.blogger.com/profile/06670063658749092741</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/MoustafaBlog" type="application/atom+xml" /><entry gd:etag="W/&quot;CUQDQXw_eCp7ImA9WxZVEU8.&quot;"><id>tag:blogger.com,1999:blog-5066959881646854504.post-6388246340151676068</id><published>2008-03-19T17:33:00.000-07:00</published><updated>2008-03-21T11:16:10.240-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-21T11:16:10.240-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WebParts" /><title>WebParts and Personalization  Part 1 : Just a Start</title><content type="html">In the last post I gave a brief introduction about webpart controls and page modes. In this post I will give an easy example of how to build a simple webpage that uses webparts.&lt;br /&gt;&lt;br /&gt;First of all create a new web project. While in design mode, expand the Visual Studio Toolbox and open its Web Parts category. It’s from here that we can start adding web part controls to our page. In ASP.NET every web parts page must contain one and only one WebPartManager control. Furthermore, in a web parts page, the WebPartManager must be the first web part control in the control hierarchy. Drag the WebPart-Manager control from your Toolbox and add it to the top of your page.&lt;br /&gt;&lt;br /&gt;Design your page to include two zones left zone and right zone. To do this first make the body tag in your source code of the .aspx page looks like this :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_rcCQczmhLmg/R-ME6OVrtDI/AAAAAAAAAAc/cI4LBp3TlUA/s1600-h/Div.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_rcCQczmhLmg/R-ME6OVrtDI/AAAAAAAAAAc/cI4LBp3TlUA/s400/Div.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5179989394734167090" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Next, drag a WebPartZone control from the Toolbox into each of the HTML DIV elements that we added previously; these two zones will contain the web parts. When we’ve completed the page, you will be able to drag web parts between the two zones and have the personalization mechanism automatically keep track of which zone each web part belongs to. Now that the page has zones, we can add the web parts to it so the source code of your .aspx page looks like this :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_rcCQczmhLmg/R-MFNuVrtEI/AAAAAAAAAAk/HhhDDI0pQeA/s1600-h/Zones.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_rcCQczmhLmg/R-MFNuVrtEI/AAAAAAAAAAk/HhhDDI0pQeA/s400/Zones.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5179989729741616194" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Then Open the Standard category panel of the Toolbox and drag a calendar onto the left zone and drag a label web control onto the middle zone. Notice that when those controls are added to the zones, additional user interface (UI) elements are wrapped around them—namely, a title and a little down arrow. These UI elements are not related in any way to the underlying calendar or label controls but instead are specific to web parts and this will be the source code of your .aspx page :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_rcCQczmhLmg/R-MFwuVrtFI/AAAAAAAAAAs/HhyzZgBSG5U/s1600-h/Full.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_rcCQczmhLmg/R-MFwuVrtFI/AAAAAAAAAAs/HhyzZgBSG5U/s400/Full.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5179990331037037650" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now your page is ready to test webparts on it but remains only one thing which is to use the appropriate WebParts display mode. The default display mode of the page is “Browse” mode which Displays Web Parts controls and UI elements in the normal mode in which users view a page. We need to change our page to “Design” mode to allow moving webparts between Zones. To do this we will add a dropdownlist which has two items: Browse and Design and don’t forget to set the property AutoPostBack to True. this will be the code in the SelectedIndexChanged event of the DropDownList :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_rcCQczmhLmg/R-MF7-VrtGI/AAAAAAAAAA0/zzAcC6nt7lU/s1600-h/CodeBehind.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_rcCQczmhLmg/R-MF7-VrtGI/AAAAAAAAAA0/zzAcC6nt7lU/s400/CodeBehind.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5179990524310565986" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Run your web page normally When the page is first displayed it will be in its default state “browse” mode. Change it to the design mode from the dropdownlist drag both web parts into the one zone Close the browser and then start the application up again. Notice that the web parts page “remembered” which zone the web parts were in. This is the result of the personalization saving the customization changes and reapplying them for us. Now you built your first webparts example. Hope this part is useful enough till now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5066959881646854504-6388246340151676068?l=moustafa-mohammed.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MoustafaBlog/~4/hyFEPGLCaV0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://moustafa-mohammed.blogspot.com/feeds/6388246340151676068/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=5066959881646854504&amp;postID=6388246340151676068" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/6388246340151676068?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/6388246340151676068?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MoustafaBlog/~3/hyFEPGLCaV0/webparts-and-personalization-part-1.html" title="WebParts and Personalization  Part 1 : Just a Start" /><author><name>Moustafa</name><uri>http://www.blogger.com/profile/06670063658749092741</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="17285435417007246359" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_rcCQczmhLmg/R-ME6OVrtDI/AAAAAAAAAAc/cI4LBp3TlUA/s72-c/Div.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://moustafa-mohammed.blogspot.com/2008/03/webparts-and-personalization-part-1.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcBQn4_cCp7ImA9WxZWGUg.&quot;"><id>tag:blogger.com,1999:blog-5066959881646854504.post-4688065701240344123</id><published>2008-02-15T07:20:00.000-08:00</published><updated>2008-03-19T11:57:33.048-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-19T11:57:33.048-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WebParts" /><title>WebParts and Personalization  Part 0 : Introduction</title><content type="html">&lt;p class="MsoNormal"  style="font-family:webdings;"&gt;&lt;span style="font-size:130%;"&gt;&lt;b&gt;&lt;span style="LINE-HEIGHT: 115%;font-family:arial;" &gt;WebPart Controls&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="FONT-FAMILY: webdings"&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;The Web Parts control set is extensive, but some controls are essential either because they are required for Web Parts to work, or because they are the controls most frequently used on Web Parts pages. As you begin using WebParts and creating basic Web Parts pages, it is helpful to be familiar with the following essential WebParts controls:&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-family:arial;"&gt;WebPartManager &lt;/span&gt;&lt;br /&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;Manages all Web Parts controls on a page. One (and only one) WebPartManager control is required for every Web Parts page.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-family:arial;"&gt;CatalogZone&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;Contains CatalogPart controls. Use this zone to create a catalog of Web Parts controls from which users can select controls to add to a page.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-family:arial;"&gt;EditorZone&lt;/span&gt;&lt;/b&gt; &lt;p class="MsoNormal"&gt;Contains EditorPart controls. Use this zone to enable users to edit and personalize Web Parts controls on a page.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-family:arial;"&gt;WebPartZone&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;Contains and provides overall layout for the Web Part controls that compose the main user interface (UI) of a page. Use this zone whenever you create pages with Web Parts controls. Pages can contain one or more zones.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;ConnectionsZone&lt;/span&gt; &lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;Contains Connection controls.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;GenericWebPart&lt;/b&gt;&lt;p class="MsoNormal"&gt;Renders the primary UI; most Web Parts UI controls fall into this category. For maximum programmatic control, you can create custom Web Parts controls that derive from the base WebPart control. You can also use existing server controls, user controls, or custom controls as Web Parts controls. Whenever any of these controls are placed in a zone, the WebPartManager control automatically wraps them with GenericWebPart controls at run time so that you can use them with WebParts functionality.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;CatalogPart&lt;br /&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;Contains a list of available Web Parts controls that users can add to the page&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;Connection&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;Creates a connection between two Web Parts controls on a page. The connection defines one of the Web Parts controls as a provider (of data) and the other as a consumer.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;EditorPart&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;Serves as the base class for the specialized editor controls.&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;Web Part Page Modes&lt;/span&gt;&lt;/b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;A Microsoft ASP.NET Web Parts page can enter several different display modes. A display mode is a special state that applies to an entire page, where certain user interface (UI) elements are visible and enabled, while others are invisible and disabled. Display modes enable users to perform certain tasks to modify or personalize a page, such as editing Web Parts controls, changing the layout of a page, or adding new controls from a catalog of available controls.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;How Web Parts Display Modes Work?&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;A page can be in only one display mode at a time. The &lt;/span&gt;&lt;b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;WebPartManager &lt;/span&gt;&lt;/b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;control contains the implementation for the display modes that are available in the Web Parts control set and manages all display mode operations for a page. Typically, you provide a UI that enables users to switch among display modes as needed. You can change a page’s display mode programmatically, using the &lt;/span&gt;&lt;b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;DisplayMode &lt;/span&gt;&lt;/b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;property. There are five standard display modes in the Web Parts control set: browse (the normal mode in which a user views a Web page), design, edit, catalog, and connect. Each of these display modes is derived from the &lt;/span&gt;&lt;b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;WebPartDisplayMode &lt;/span&gt;&lt;/b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;class. The following list describes the display modes and summarizes their behavior:&lt;/span&gt;&lt;b&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Browse &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;Displays Web Parts controls and UI elements in the normal mode in which users view a page.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Design &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;Displays zone UI and enables users to move Web Parts controls to change the layout of a page.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Edit &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;Displays special editing UI elements and enables users to edit the controls on a page. Allows dragging of controls, just as design mode does.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Catalog&lt;br /&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;Displays special catalog UI elements and enables users to add and remove page controls. Allows dragging of controls, just as design mode does.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Connect &lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;p class="MsoNormal"&gt;&lt;span style="LINE-HEIGHT: 115%"&gt;Displays special connections UI elements and enables users to connect Web Parts controls.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;In this part I showed an introduction about WebPart Controls and Page Modes. See you soon&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5066959881646854504-4688065701240344123?l=moustafa-mohammed.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MoustafaBlog/~4/Z0xDYaVN0yI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://moustafa-mohammed.blogspot.com/feeds/4688065701240344123/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=5066959881646854504&amp;postID=4688065701240344123" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/4688065701240344123?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/4688065701240344123?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MoustafaBlog/~3/Z0xDYaVN0yI/webparts-and-personalization-part-0.html" title="WebParts and Personalization  Part 0 : Introduction" /><author><name>Moustafa</name><uri>http://www.blogger.com/profile/06670063658749092741</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="17285435417007246359" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://moustafa-mohammed.blogspot.com/2008/02/webparts-and-personalization-part-0.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4CRHw6eSp7ImA9WxZWGUk.&quot;"><id>tag:blogger.com,1999:blog-5066959881646854504.post-3044174512112296053</id><published>2008-01-15T12:58:00.000-08:00</published><updated>2008-03-19T10:49:25.211-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-19T10:49:25.211-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WebParts" /><title>WebParts and Personalization</title><content type="html">one of the most ASP.NET 2.0 new features is WebParts. In this series we will assume that the reader already knows how to use WebParts because the main goal from this series is to know how to build your custom WebParts which means to use your own database to save Personalization data, build your own WebPartZone, and we will make also a custom pop up CatalogZone which will help alot many developers with their questions.&lt;br /&gt;&lt;br /&gt;Frankly there is a book that i appreciate alot that contains everything anyone can imagine about webparts. its title is "Manning - ASP.NET 2.0 Web Parts in Action (2007)". Don't hesitate to download, this will help you alot.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5066959881646854504-3044174512112296053?l=moustafa-mohammed.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MoustafaBlog/~4/8f8J46NS3iw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://moustafa-mohammed.blogspot.com/feeds/3044174512112296053/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=5066959881646854504&amp;postID=3044174512112296053" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/3044174512112296053?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/3044174512112296053?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MoustafaBlog/~3/8f8J46NS3iw/webparts-and-personalization.html" title="WebParts and Personalization" /><author><name>Moustafa</name><uri>http://www.blogger.com/profile/06670063658749092741</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="17285435417007246359" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://moustafa-mohammed.blogspot.com/2008/01/webparts-and-personalization.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4AQ3o7fyp7ImA9WxZWGUk.&quot;"><id>tag:blogger.com,1999:blog-5066959881646854504.post-8561737402103212388</id><published>2007-09-13T21:07:00.000-07:00</published><updated>2008-03-19T10:49:02.407-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-19T10:49:02.407-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET" /><title>How To Open a Web Page In a New Browser ASP.NET?</title><content type="html">&lt;p&gt;Many Beginer Web Developers wonder how they can open a new web page in a new web browser and setting some options for it.&lt;/p&gt;&lt;p&gt;In this &lt;a href="http://www.codeproject.com/useritems/Tibs_Tricks_In_ASPNET.asp"&gt;article &lt;/a&gt;which wrote on &lt;a href="http://www.blogger.com/www.codeproject.com"&gt;CodeProject &lt;/a&gt;I discussed two methods of opening a new web page in a new web browser. The first method is by using the HyperLink control and the other is by using JavaScript.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:+0;"&gt;&lt;span style="font-size:100%;"&gt;you can take your time reading the article hoping to get all the benefits from it and waiting for your comments, questions and queries .&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5066959881646854504-8561737402103212388?l=moustafa-mohammed.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MoustafaBlog/~4/ki9H48-a6Qk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://moustafa-mohammed.blogspot.com/feeds/8561737402103212388/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=5066959881646854504&amp;postID=8561737402103212388" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/8561737402103212388?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/8561737402103212388?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MoustafaBlog/~3/ki9H48-a6Qk/how-to-open-web-page-in-new-browser.html" title="How To Open a Web Page In a New Browser ASP.NET?" /><author><name>Moustafa</name><uri>http://www.blogger.com/profile/06670063658749092741</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="17285435417007246359" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://moustafa-mohammed.blogspot.com/2007/09/how-to-open-web-page-in-new-browser.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQCRX0yfSp7ImA9WxZWGUg.&quot;"><id>tag:blogger.com,1999:blog-5066959881646854504.post-2897727732627607302</id><published>2007-03-29T07:51:00.000-07:00</published><updated>2008-03-19T12:19:24.395-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-19T12:19:24.395-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows Registry" /><title>Playing With Registry</title><content type="html">This is an &lt;a href="http://www.codeproject.com/useritems/Playing_With_Registry.asp"&gt;article &lt;/a&gt;that i wrote before to make it easy for you to use Windows Registry to achieve 2 main goals :&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Save and Load my application settinggs (e.g. font's color and size, application's position etc.)&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;How to use the Registry to control my Windows settings?&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-size:100%;"&gt;you can take your time reading the article on &lt;a href="http://codeproject.com/"&gt;Codeproject &lt;/a&gt;hoping to get all the benefits from it and waiting for your comments, questions and queries .&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;h2 style="FONT-WEIGHT: normal"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5066959881646854504-2897727732627607302?l=moustafa-mohammed.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MoustafaBlog/~4/40J3iO6EALs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://moustafa-mohammed.blogspot.com/feeds/2897727732627607302/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=5066959881646854504&amp;postID=2897727732627607302" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/2897727732627607302?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/2897727732627607302?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MoustafaBlog/~3/40J3iO6EALs/playing-with-registry.html" title="Playing With Registry" /><author><name>Moustafa</name><uri>http://www.blogger.com/profile/06670063658749092741</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="17285435417007246359" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://moustafa-mohammed.blogspot.com/2007/03/playing-with-registry.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4BRHs5fCp7ImA9WBFWEUw.&quot;"><id>tag:blogger.com,1999:blog-5066959881646854504.post-8329503530070665847</id><published>2007-03-28T12:40:00.000-07:00</published><updated>2007-03-28T12:42:35.524-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-03-28T12:42:35.524-07:00</app:edited><title>Launching The Programmers Community</title><content type="html">Fellow computer devotees! i have started this blog site to help all you computer wizards under development with the complex world of programming. i hope to pass on the knowledge and build a network where-by everyone with questions can ask and everyone with answers may answer.&lt;br /&gt;&lt;br /&gt;Comments? Questions? Queries? Don't be shy! leave a post and we'll get to you as soon as humanly possible!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5066959881646854504-8329503530070665847?l=moustafa-mohammed.blogspot.com'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MoustafaBlog/~4/5H80r4W8mvo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://moustafa-mohammed.blogspot.com/feeds/8329503530070665847/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=5066959881646854504&amp;postID=8329503530070665847" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/8329503530070665847?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5066959881646854504/posts/default/8329503530070665847?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MoustafaBlog/~3/5H80r4W8mvo/launching-programmers-community.html" title="Launching The Programmers Community" /><author><name>Moustafa</name><uri>http://www.blogger.com/profile/06670063658749092741</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="17285435417007246359" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://moustafa-mohammed.blogspot.com/2007/03/launching-programmers-community.html</feedburner:origLink></entry></feed>
