CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 10/8/2005 11:48:48 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 16 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
ianinspain
Asp.Net User
Setting the TITLE on content pages?10/8/2005 11:48:48 AM

0/0

Hi there,

Am i missing somthing? ... does anybody know how it would be possible to change the <TITLE > on each of my content pages?

The title is on the master page, is there some way of referencing the title so i can change my content page but making sure it doesn't change other content pages title's

i.e. I need to configure a different title on each content page that is inherited from the same masterpage.

Thanks in advance

Ian
XIII
Asp.Net User
Re: Setting the TITLE on content pages?10/8/2005 12:00:24 PM

0/0

Hi,

first time I did this and just found out that there's a new HtmlControl on the loose in ASP.NET 2.0: HtmlTitle.

I created a sample master page like this and added the runat="server" attribute to the title tag and also gave it an id:

<%@ Master Language="C#" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<script runat="server">

</script>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title runat="server" id="MyMasterTitle">Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
    </div>
    </form>
</body>
</html>

After that I created a simple content page that has this master page:

<%@ Page Language="C#" MasterPageFile="~/Master Page Fun/MyMaster.master" Title="Untitled Page" %>

<script runat="server">

    protected void Button1_Click(object sender, EventArgs e)
    {
        HtmlTitle titleOfMasterPage = (HtmlTitle)Master.FindControl("MyMasterTitle");
        titleOfMasterPage.Text = TextBox1.Text.Trim();
    }
</script>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    Change title of master to:
    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Change" /></asp:Content>

Now if you type something into the textbox and click the Change button then the page's title will change.

Grz, Kris.


Kris van der Mast [MVP] || 101 LINQ to SQL samples
Meson
Asp.Net User
Re: Setting the TITLE on content pages?10/10/2005 4:08:25 AM

0/0

If your head element has the runat attribute, just use title on the content pages.

ie.e: Title = "New title"

No need to declair it. It's a property of Page, IIRC.
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Web Design in a Nutshell: A Desktop Quick Reference Authors: Jennifer Niederst, Safari Tech Books Online, Pages: 618, Published: 2001
Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting Authors: Cameron Adams, Andy Clarke, Mark Boulton, Simon Collison, Pages: 266, Published: 2007
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional Authors: Matthew MacDonald, Pages: 954, Published: 2007
Building Online Communities with Drupal, PhpBB, and WordPress Authors: Robert T. Douglass, Mike Little, Jared W. Smith, Pages: 530, Published: 2006
ASP.NET 2.0 Cookbook Authors: Michael A. Kittel, Geoffrey T. LeBlond, Pages: 989, Published: 2005
Learning VBScript: Creating Active Content on the Web Authors: Paul Lomax, Pages: 598, Published: 1997
Beginning ASP.NET 2.0 in VB 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1063, Published: 2006
Expert VB 2005 Business Objects Authors: Rockford Lhotka, Pages: 670, Published: 2006

Web:
Master Pages, Content Pages Title Problem - ASP.NET Forums In the Page_Load Event of content page, Set the Title property like ... I've used Master Pages, In content pages i wanna add title. ...
Allowing unique s for content pages that implement a Master ...</b></a> Another way would be to expose a public property on master and set it on content pages - this property could then be used for the title. ...<br /><a href="http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21893106.html" title="Content Pages Inheriting Master Page Title" target="_" ><b>Content Pages Inheriting Master Page Title</b></a> ... I created a content page based on a master page, it has its title set to ... or there is a way to let content pages inherit the master's page title? ...<br /><a href="http://drupal.org/node/217788" title="Overriding TITLE tag content for category/taxonomy "pages ..." target="_" ><b>Overriding TITLE tag content for category/taxonomy "pages ...</b></a> Overriding TITLE tag content for category/taxonomy "pages" .... I need this * exact* page, but I need to be able to set the title. ...<br /><a href="http://docs.moodle.org/en/Lesson_Pages" title="Lesson Pages - MoodleDocs" target="_" ><b>Lesson Pages - MoodleDocs</b></a> 3 Questions - Choice Pages. 3.1 Title & Content; 3.2 Answer ... one choice: " continue" with the flow set to next page. This is a Moodle default setting. ...<br /><a href="http://www.kellscraft.com/childsverse.html" title="R. L. Stevenson: A Child's Garden of Verse. Title and Content Pages" target="_" ><b>R. L. Stevenson: A Child's Garden of Verse. Title and Content Pages</b></a> Web Text-ures© Free Books on-line. Guide to Illustrators Page. Our Cats' Very Own Web Pages! ... Contents. A Child's Garden of Verse. To Alison Cunningham ...<br /><a href="http://www.jimboykin.com/what-a-links-page-should-not-look-like/" title="Link Pages are Dead - Long Live Content Pages. - Jim Boykin’s SEO Blog" target="_" ><b>Link Pages are Dead - Long Live Content Pages. - Jim Boykin’s SEO Blog</b></a> Ok…you get the idea….now you might agree with the "bad" URL and Title Tag…but you might be ..... Adding content pages - 78 possible topics Nov 17, 2005 ...<br /><a href="http://support.typepad.com/cgi-bin/typepad.cfg/php/enduser/std_adp.php?p_faqid=920" title="TypePad Support: Knowledge Base: Creating and Managing TypePad Pages" target="_" ><b>TypePad Support: Knowledge Base: Creating and Managing TypePad Pages</b></a> May 15, 2007 ... Pages are a way to add content to your weblog without creating a post ... 25 characters in your Page title, or you can set your own title by ...<br /><a href="http://blog.budigelli.com/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/" title="Changing Page Title and Meta Tags with Master Pages : .Net and ..." target="_" ><b>Changing Page Title and Meta Tags with Master Pages : .Net and ...</b></a> Jul 5, 2007 ... Changing Page Title and Meta Tags with Master Pages ... In your content page’s Onload simply set the value to what ever you want the title ...<br /><a href="http://www.kellscraft.com/Serviancontent.html" title="Winlow. Our Servian Cousin: Title and Content Pages." target="_" ><b>Winlow. Our Servian Cousin: Title and Content Pages.</b></a> Kellscraft Studio Home Page. Nekrassoff Informational Pages. Web Text-ures© Free Books on-line. Guide to Illustrators Page. Our Cats' Very Own Web Pages! ...<br /><br /><b>Videos:</b><br /><img url="http://www.youtube.com/v/_iLdLfCB7m4&fs=1&source=uds&autoplay=1" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://www.youtube.com/v/_iLdLfCB7m4&fs=1&source=uds&autoplay=1" /> <a href="http://video.google.com/url?docid=-134301849489379730&esrc=rss_uds&ev=v&len=507&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_iLdLfCB7m4&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D-134301849489379730%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26vt%3Dlf%26hl%3Den&usg=AL29H227YR0zO2QdnkBceYUho5O8UIcTAg" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="Mark Ress Money Making Niche Sites for Site Flipping & VRE" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fwww.youtube.com%2fv%2f_iLdLfCB7m4%26fs%3d1%26source%3duds%26autoplay%3d1&title=Mark Ress Money Making Niche Sites for Site Flipping & VRE" title="Mark Ress Money Making Niche Sites for Site Flipping & VRE" ><b>Mark Ress Money Making Niche Sites for Site Flipping & VRE</b></a> http://hopurl.com/47783 http://www.vrecoach.com/mini-niche-sites/index.htm Mark Ress introduces his MONEY MAKING Niche sites. Let Me and My Team Cre...<br /><img url="http://video.google.com/googleplayer.swf?docId=4840861366522001007&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://video.google.com/googleplayer.swf?docId=4840861366522001007&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" /> <a href="http://video.google.com/url?docid=4840861366522001007&esrc=rss_uds&ev=v&len=165&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D4840861366522001007&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D4840861366522001007%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26hl%3Den&usg=AL29H21EFA-YJtPdUYr5wWZHpO9_osxwTg" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="الجهاد" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fvideo.google.com%2fgoogleplayer.swf%3fdocId%3d4840861366522001007%26hl%3den%26fs%3dtrue%26source%3duds%26playerMode%3dsimple%26autoPlay%3dtrue&title=الجهاد" title="الجهاد" ><b>الجهاد</b></a> PLEASE READ VERY CAREFULLY THESE TERMS AND CONDITIONS AND THE PROGRAM FREQUENTLY ASKED QUESTIONS LOCATED ON THE PROGRAM WEBSITE AT https://upload.vi...<br /><img url="http://video.google.com/googleplayer.swf?docId=8880060792791751572&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://video.google.com/googleplayer.swf?docId=8880060792791751572&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" /> <a href="http://video.google.com/url?docid=8880060792791751572&esrc=rss_uds&ev=v&len=160&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D8880060792791751572&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D8880060792791751572%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26hl%3Den&usg=AL29H22jV-bEPO-ujxeGmoX4VSVFLrlJMg" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="Fogos 2008 !" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fvideo.google.com%2fgoogleplayer.swf%3fdocId%3d8880060792791751572%26hl%3den%26fs%3dtrue%26source%3duds%26playerMode%3dsimple%26autoPlay%3dtrue&title=Fogos 2008 !" title="Fogos 2008 !" ><b>Fogos 2008 !</b></a> PLEASE READ VERY CAREFULLY THESE TERMS AND CONDITIONS AND THE PROGRAM FREQUENTLY ASKED QUESTIONS LOCATED ON THE PROGRAM WEBSITE AT https://upload.v...<br /><img url="http://video.google.com/googleplayer.swf?docId=-7551338626980292200&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://video.google.com/googleplayer.swf?docId=-7551338626980292200&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" /> <a href="http://video.google.com/url?docid=-7551338626980292200&esrc=rss_uds&ev=v&len=60&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D-7551338626980292200&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D-7551338626980292200%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26hl%3Den&usg=AL29H21CY2bf-tTDHwWuWTDWsTDuHusYXA" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="الله اكبر" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fvideo.google.com%2fgoogleplayer.swf%3fdocId%3d-7551338626980292200%26hl%3den%26fs%3dtrue%26source%3duds%26playerMode%3dsimple%26autoPlay%3dtrue&title=الله اكبر" title="الله اكبر" ><b>الله اكبر</b></a> PLEASE READ VERY CAREFULLY THESE TERMS AND CONDITIONS AND THE PROGRAM FREQUENTLY ASKED QUESTIONS LOCATED ON THE PROGRAM WEBSITE AT https://upload.vi...<br /><img url="http://www.youtube.com/v/Y46Em11-RXs&fs=1&source=uds&autoplay=1" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://www.youtube.com/v/Y46Em11-RXs&fs=1&source=uds&autoplay=1" /> <a href="http://video.google.com/url?docid=7173817059271132539&esrc=rss_uds&ev=v&len=300&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DY46Em11-RXs&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D7173817059271132539%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26vt%3Dlf%26hl%3Den&usg=AL29H20a_TCi1m8CIKGji_kqdbjxDtno8w" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="Heavy Metal Magazine Cover Art Gallery (Stereo!)" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fwww.youtube.com%2fv%2fY46Em11-RXs%26fs%3d1%26source%3duds%26autoplay%3d1&title=Heavy Metal Magazine Cover Art Gallery (Stereo!)" title="Heavy Metal Magazine Cover Art Gallery (Stereo!)" ><b>Heavy Metal Magazine Cover Art Gallery (Stereo!)</b></a> To enable STEREO click here: http://www.youtube.com/watch?v=Y46Em11-RXs&fmt=18 Heavy Metal is an American science fiction and fantasy comics magazin...<br /><img url="http://video.google.com/googleplayer.swf?docId=2696264543250178740&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://video.google.com/googleplayer.swf?docId=2696264543250178740&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" /> <a href="http://video.google.com/url?docid=2696264543250178740&esrc=rss_uds&ev=v&len=8&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D2696264543250178740&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D2696264543250178740%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26hl%3Den&usg=AL29H20-A08Fi7wkpFNktN6PvzVHqENxnA" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="tutty shih tzu" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fvideo.google.com%2fgoogleplayer.swf%3fdocId%3d2696264543250178740%26hl%3den%26fs%3dtrue%26source%3duds%26playerMode%3dsimple%26autoPlay%3dtrue&title=tutty shih tzu" title="tutty shih tzu" ><b>tutty shih tzu</b></a> PLEASE READ VERY CAREFULLY THESE TERMS AND CONDITIONS AND THE PROGRAM FREQUENTLY ASKED QUESTIONS LOCATED ON THE PROGRAM WEBSITE AT https://upload....<br /><img url="http://www.youtube.com/v/vS1Mw1Adrk0&fs=1&source=uds&autoplay=1" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://www.youtube.com/v/vS1Mw1Adrk0&fs=1&source=uds&autoplay=1" /> <a href="http://video.google.com/url?docid=-4815108024842736051&esrc=rss_uds&ev=v&len=499&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvS1Mw1Adrk0&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D-4815108024842736051%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26vt%3Dlf%26hl%3Den&usg=AL29H21M7zeb4GwPBWMDbcYceDGuoyJx1g" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="Matt Cutts Discusses Snippets" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fwww.youtube.com%2fv%2fvS1Mw1Adrk0%26fs%3d1%26source%3duds%26autoplay%3d1&title=Matt Cutts Discusses Snippets" title="Matt Cutts Discusses Snippets" ><b>Matt Cutts Discusses Snippets</b></a> Google guru Matt Cutts discusses how best to optimize your site for Google. Matt Cutts joined Google as a software engineer in January 2000. He is c...<br /><img url="http://www.youtube.com/v/eCHhBeKSlAM&fs=1&source=uds&autoplay=1" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://www.youtube.com/v/eCHhBeKSlAM&fs=1&source=uds&autoplay=1" /> <a href="http://video.google.com/url?docid=8656447374175147011&esrc=rss_uds&ev=v&len=220&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DeCHhBeKSlAM&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D8656447374175147011%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26vt%3Dlf%26hl%3Den&usg=AL29H22KEOh9_JQqn93zYnRYPAOMjug8qA" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="Heavy Metal Magazine Cover Art Gallery Vol. 2 (Stereo!)" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fwww.youtube.com%2fv%2feCHhBeKSlAM%26fs%3d1%26source%3duds%26autoplay%3d1&title=Heavy Metal Magazine Cover Art Gallery Vol. 2 (Stereo!)" title="Heavy Metal Magazine Cover Art Gallery Vol. 2 (Stereo!)" ><b>Heavy Metal Magazine Cover Art Gallery Vol. 2 (Stereo!)</b></a> To enable STEREO click here: http://www.youtube.com/watch?v=eCHhBeKSlAM&fmt=18 Heavy Metal is an American science fiction and fantasy comics magazi...<br /><img url="http://video.google.com/googleplayer.swf?docId=-2640435484637300642&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://video.google.com/googleplayer.swf?docId=-2640435484637300642&hl=en&fs=true&source=uds&playerMode=simple&autoPlay=true" /> <a href="http://video.google.com/url?docid=-2640435484637300642&esrc=rss_uds&ev=v&len=64&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D-2640435484637300642&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D-2640435484637300642%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26hl%3Den&usg=AL29H21W-nM7q0rWsBQyK9OfddBTIA4OpA" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="قدرة الله قوية" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fvideo.google.com%2fgoogleplayer.swf%3fdocId%3d-2640435484637300642%26hl%3den%26fs%3dtrue%26source%3duds%26playerMode%3dsimple%26autoPlay%3dtrue&title=قدرة الله قوية" title="قدرة الله قوية" ><b>قدرة الله قوية</b></a> PLEASE READ VERY CAREFULLY THESE TERMS AND CONDITIONS AND THE PROGRAM FREQUENTLY ASKED QUESTIONS LOCATED ON THE PROGRAM WEBSITE AT https://upload.vi...<br /><img url="http://www.youtube.com/v/GSAz_md3RI8&fs=1&source=uds&autoplay=1" onmouseover="Video_OnMouseOver(this,event)" src="http://www.codeverge.net/img/rr/popout.gif" title="http://www.youtube.com/v/GSAz_md3RI8&fs=1&source=uds&autoplay=1" /> <a href="http://video.google.com/url?docid=1810504217953518735&esrc=rss_uds&ev=v&len=71&q=Setting+the+TITLE+on+content+pages++(site%3Avideo.google.com+OR+site%3Ayoutube.com)&srcurl=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGSAz_md3RI8&vidurl=http%3A%2F%2Fvideo.google.com%2Fvideoplay%3Fdocid%3D1810504217953518735%26q%3DSetting%2Bthe%2BTITLE%2Bon%2Bcontent%2Bpages%2B%2B%2528site%253Avideo.google.com%2BOR%2Bsite%253Ayoutube.com%2529%26vt%3Dlf%26hl%3Den&usg=AL29H21fg46CmnCOruGocMcjSK9IpPoa0A" target="_" ><img src="http://www.codeverge.net/img/rr/video.png" title="How to make your own McOTO - Compiled by P. R. Koenig" /></a> <a href="http://www.codeverge.net/video-play.aspx?url=http%3a%2f%2fwww.youtube.com%2fv%2fGSAz_md3RI8%26fs%3d1%26source%3duds%26autoplay%3d1&title=How to make your own McOTO - Compiled by P. R. Koenig" title="How to make your own McOTO - Compiled by P. R. Koenig" ><b>How to make your own McOTO - Compiled by P. R. Koenig</b></a> Available now from www.tobew.com/SR This is one for the real connoisseurs: Or, should that be insomniac masochists? Anyone familiar with Mr Konig's ...<br /></div></td> <td valign="bottom"> <script type="text/javascript"> lqm_channel = 1; lqm_publisher = 303; lqm_zone = 1; lqm_format = 6; </script> <script type="text/javascript" src="http://a.lakequincy.com/s.js"></script> </td></tr></table> <br /> <table width="100%"> <tr> <td style="width: 50%"> </td> <td> </td> </tr> </table> <br /> <div style="text-align:center"> <br /> <br /> <b>Search This Site: </b> <input type="hidden" name="cx" value="001993386287184627138:djlrq6ok3yq" /> <input type="hidden" name="cof" value="FORID:10" /> <input type="text" name="q2" id="q2" size="25" onkeypress="if(event.keyCode == 13){SearchSite('q2');return false;}" value="" /> <input type="button" name="sa" value="Search" class="Button" onclick="SearchSite('q2');" /> </div> <br /> <script type="text/javascript"> function doSubscribe(S, E){ DoSubscribe(588996, S,E); } function doFavorite(S, E){ DoFavorite(588996, S,E); } </script> </td> <td id="rightPanel" valign="top" style="width: 100px; text-align: right;"> <div style="text-align: left; font-weight: bold; margin-left: 15px"><br /> <img src="http://www.codeverge.net/images/icons/envelope2.gif" /> <a rel="nofollow" onclick="OpenInviteWin();">Invite</a><br /> <img src="http://www.codeverge.net/images/icons/folders.gif" /> <a href="../History/history_items.aspx" id="ctl00_CPH_RightMenu_A2" rel="nofollow">History</a> <br /> <img src="http://www.codeverge.net/images/icons/books.gif" /> <a href="../resources/computers" id="ctl00_CPH_RightMenu_A1">Resources</a><br /> <img src="http://www.codeverge.net/images/icons/statements.gif" /> <a href="../sitemap/SiteMap.aspx" id="ctl00_CPH_RightMenu_A5" rel="nofollow">SiteMap</a> </div> <br /> <br /> <script type="text/javascript"> lqm_channel = 1; lqm_publisher = 303; lqm_zone = 1; lqm_format = 3; </script> <script type="text/javascript" src="http://a.lakequincy.com/s.js"></script> <br /><br /> <script type="text/javascript"> lqm_channel = 1; lqm_publisher = 303; lqm_zone = 1; lqm_format = 3; </script> <script type="text/javascript" src="http://a.lakequincy.com/s.js"></script> <br /><br /> <script type="text/javascript"> lqm_channel = 1; lqm_publisher = 303; lqm_zone = 1; lqm_format = 3; </script> <script type="text/javascript" src="http://a.lakequincy.com/s.js"></script> <br /><br /> <script type="text/javascript"> lqm_channel = 1; lqm_publisher = 303; lqm_zone = 1; lqm_format = 3; </script> <script type="text/javascript" src="http://a.lakequincy.com/s.js"></script> <div style="width: 100px; overflow: hidden; text-align: left; padding: 5px; font-family: Arial;"> <br /> <a href="http://www.codeverge.net/ng.asp-net-forum.security/new-browser-windows-and-forms-authentication" title="new browser windows and forms authentication" ><b>new browser windows and forms authentication</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/insert-a-form-into-ddn" title="insert a form into ddn ?" ><b>insert a form into ddn ?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.microsoft_application_blocks/disposing-the-database-object" title="disposing the database object" ><b>disposing the database object</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_studio_2005/don-t-see-the-references-tree-in-solution-explorer" title="don't see the references tree in solution explorer" ><b>don't see the references tree in solution explorer</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.portal_starter_kit/how-is-generated-the-siteconfiguration-class" title="how is generated the siteconfiguration class?" ><b>how is generated the siteconfiguration class?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_web_developer_2005_express/system.runtime.serialization" title="system.runtime.serialization" ><b>system.runtime.serialization</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.microsoft_application_blocks/exception-management-application-block,3" title="exception management application block" ><b>exception management application block</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke-getting_started/http-404-error" title="http 404 error." ><b>http 404 error.</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_web_developer_2005_express/web-services-in-vwd" title="web services in vwd" ><b>web services in vwd</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/link-verification" title="link verification" ><b>link verification</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.internet_explorer_web_controls/individual-node-colors" title="individual node colors" ><b>individual node colors</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/ttt-gallery-on-multiple-tabs-question" title="ttt gallery on multiple tabs question." ><b>ttt gallery on multiple tabs question.</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_web_developer_2005_express/can-not-install-visual-basic-express-with-wde-already-installed" title="can not install visual basic express with wde already installed." ><b>can not install visual basic express with wde already installed.</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.security/how-to-access-controls-within-loginview-control" title="how to access controls within loginview-control?" ><b>how to access controls within loginview-control?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.internet_explorer_web_controls/datalists-inside-of-a-tabstrip" title="datalists inside of a tabstrip" ><b>datalists inside of a tabstrip</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/dnn-3.0.5-pagename-and-title-possible-bug-s" title="dnn 3.0.5- pagename and title [possible] bug(s)?" ><b>dnn 3.0.5- pagename and title [possible] bug(s)?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/how-do-you-upgrade-from-dnn3-to-dnn4" title="how do you upgrade from dnn3 to dnn4?" ><b>how do you upgrade from dnn3 to dnn4?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_studio_2005/changing-from-the-default-sql-server-to-an-access-database" title="changing from the default sql server to an access database?" ><b>changing from the default sql server to an access database?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_studio_2008/visual-studio-2005-and-2008-compatibility" title="visual studio 2005 and 2008 compatibility" ><b>visual studio 2005 and 2008 compatibility</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.windows-hosting_open_forum/how-do-you-tell-a-good-fast-host" title="how do you tell a good fast host?" ><b>how do you tell a good fast host?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke-custom_modules/o-r-mapper-like-functionality-required" title="o/r mapper like functionality required" ><b>o/r mapper like functionality required</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.internet_explorer_web_controls/default-date-in-calendar-control-asp.net" title="default date in calendar control asp.net" ><b>default date in calendar control asp.net</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/first-module" title="first module" ><b>first module</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.windows-hosting_open_forum/need-an-scandinavien-alternative-to-aspnix" title="need an (scandinavien) alternative to aspnix" ><b>need an (scandinavien) alternative to aspnix</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.microsoft_application_blocks/a-cached-shopping-cart" title="a cached shopping cart ??" ><b>a cached shopping cart ??</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke-getting_started/how-to-make-email-address-as-username" title="how to make email address as username?" ><b>how to make email address as username?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke/infomap-2" title="infomap 2.?" ><b>infomap 2.?</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_studio_2005/unable-to-start-debugging-on-the-web-server-logon-failure-unknown-user-name-or-bad-password" title="unable to start debugging on the web server. logon failure: unknown user name or bad password." ><b>unable to start debugging on the web server. logon failure: unknown user name or bad password.</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.visual_web_developer_2005_express/sitemap.sitemapresolve-and-nodeparser-problems" title="sitemap.sitemapresolve and nodeparser problems" ><b>sitemap.sitemapresolve and nodeparser problems</b></a><br/><br/><a href="http://www.codeverge.net/ng.asp-net-forum.dotnetnuke-custom_modules/checking-if-user-logged-in-external-aspx-file" title="checking if user logged in external .aspx file" ><b>checking if user logged in external .aspx file</b></a><br/><br/> </div> </td> </tr> <tr> <td id="leftBottom" valign="top" style="width: 100px">   </td> <td id="ctl00_centerBottom" valign="top" align="center"> <span id="ctl00_PageFooter1_lbl"></span> <br /> All Times Are GMT </td> <td id="rightBottom" valign="top" style="width: 100px"> </td> </tr> </table> <script type="text/javascript"> //<![CDATA[ var _Rating_MemberRating = -1; var _Rating_tbl = document.getElementById('ctl00_CPH_centerFront_ctl28'); function Rating_RollRates(){ if(_Rating_tbl.rows.length < 10){ for ( i =10 ; i >0; i--){ setTimeout( function(){ var row = _Rating_tbl.insertRow(_Rating_tbl.rows.length); var cell = row.insertCell(0); cell.onclick = function(){Rating_RateIt(this.innerHTML);}; cell.innerHTML = 12 - _Rating_tbl.rows.length; cell.className = 'Rating_AvgRating'; if(cell.innerHTML == _Rating_MemberRating){ cell.title='My Rating'; cell.style.color='orange'; } }, (10-i) * 25); } setTimeout(function(){Rating_Close()},10000) } else{ Rating_Close() } } function Rating_Close(){ if(_Rating_tbl.rows.length > 1) for ( i =0 ; i < 10; i++) setTimeout(function(){ _Rating_tbl.deleteRow(_Rating_tbl.rows.length -1 )} , i * 25) } function Rating_RateIt(rating){ ItemPageWs.RateItem(588996, rating, function(A){ document.getElementById('ctl00_CPH_centerFront_ctl29').innerHTML ='('+ parseFloat(A[0]).toFixed(2) +', '+ A[1] +')'; _Rating_MemberRating = rating; Rating_RollRates(); AlertMsg('Your Rating Was Updated'); Afirm( document.getElementById('ctl00_CPH_centerFront_ctl29')); }); } RestrictHeights('tcContent');Sys.Application.initialize(); //]]> </script> </form> </body> </html> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_001993386287184627138%3Adjlrq6ok3yq&lang=en"></script> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3447589-1"); pageTracker._trackPageview(); </script>