Click here to Skip to main content
15,890,186 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Best technique to use dynamic "panels" for static content? Pin
Jon Sagara10-Aug-06 10:37
Jon Sagara10-Aug-06 10:37 
GeneralRe: Best technique to use dynamic "panels" for static content? Pin
Member 9610-Aug-06 10:52
Member 9610-Aug-06 10:52 
AnswerRe: Best technique to use dynamic "panels" for static content? Pin
Not Active10-Aug-06 9:30
mentorNot Active10-Aug-06 9:30 
GeneralRe: Best technique to use dynamic "panels" for static content? Pin
Member 9610-Aug-06 10:31
Member 9610-Aug-06 10:31 
QuestionGet Date Pin
mcgann10-Aug-06 7:07
mcgann10-Aug-06 7:07 
AnswerRe: Get Date Pin
Mike Ellison10-Aug-06 7:41
Mike Ellison10-Aug-06 7:41 
QuestionMaster page and unique page titles Pin
munklefish10-Aug-06 4:24
munklefish10-Aug-06 4:24 
AnswerRe: Master page and unique page titles Pin
Ryomin10-Aug-06 4:44
professionalRyomin10-Aug-06 4:44 
You can try

using System.Web.UI.HtmlControls;

HtmlMeta meta = new HtmlMeta();
meta.Name = "keywords";
meta.Content = "testing the keywords";
((NameOfMasterPage)Master).Page.Header.Controls.Add(meta);

But I'm not sure if this is the best approach.Confused | :confused:

Good luck!

Cheers

Disgyza
Programmer Analyst

GeneralRe: Master page and unique page titles Pin
munklefish13-Aug-06 10:12
munklefish13-Aug-06 10:12 
QuestionAmazon Pin
kjosh10-Aug-06 4:23
kjosh10-Aug-06 4:23 
QuestionChanging the name of the resource in the Response [modified] Pin
Dario Solera10-Aug-06 4:12
Dario Solera10-Aug-06 4:12 
QuestionColor Chooser on web pages Pin
Naveed Kamboh10-Aug-06 4:11
Naveed Kamboh10-Aug-06 4:11 
AnswerRe: Color Chooser on web pages Pin
Mike Ellison10-Aug-06 7:45
Mike Ellison10-Aug-06 7:45 
GeneralRe: Color Chooser on web pages Pin
Naveed Kamboh10-Aug-06 11:15
Naveed Kamboh10-Aug-06 11:15 
QuestionHow can I install iis in destination computer? Pin
m.rastgar10-Aug-06 4:00
m.rastgar10-Aug-06 4:00 
AnswerRe: How can I install iis in destination computer? Pin
Paddy Boyd10-Aug-06 4:58
Paddy Boyd10-Aug-06 4:58 
GeneralRe: How can I install iis in destination computer? Pin
m.rastgar10-Aug-06 6:22
m.rastgar10-Aug-06 6:22 
GeneralRe: How can I install iis in destination computer? Pin
Paddy Boyd10-Aug-06 6:24
Paddy Boyd10-Aug-06 6:24 
QuestionTripleDES Encrption -key length Pin
lehya10-Aug-06 3:01
lehya10-Aug-06 3:01 
AnswerRe: TripleDES Encrption -key length Pin
Paddy Boyd10-Aug-06 4:59
Paddy Boyd10-Aug-06 4:59 
Questionpdffiles in panels Pin
StefanFisch10-Aug-06 2:49
StefanFisch10-Aug-06 2:49 
AnswerRe: pdffiles in panels Pin
Mike Ellison10-Aug-06 2:53
Mike Ellison10-Aug-06 2:53 
GeneralRe: pdffiles in panels Pin
StefanFisch10-Aug-06 2:57
StefanFisch10-Aug-06 2:57 
GeneralRe: pdffiles in panels Pin
Mike Ellison10-Aug-06 3:05
Mike Ellison10-Aug-06 3:05 
GeneralRe: pdffiles in panels Pin
StefanFisch10-Aug-06 4:22
StefanFisch10-Aug-06 4:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.