Click here to Skip to main content
15,921,990 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Is there something called "Super Meta" ? Pin
Shog927-Jun-07 4:20
sitebuilderShog927-Jun-07 4:20 
QuestionTyping problem with Telerik radGrid Pin
Brady Kelly26-Jun-07 13:18
Brady Kelly26-Jun-07 13:18 
QuestionURGENT: Cannot access vars from code behind file Pin
devil8526-Jun-07 10:49
devil8526-Jun-07 10:49 
AnswerRe: URGENT: Cannot access vars from code behind file Pin
RepliCrux26-Jun-07 15:15
RepliCrux26-Jun-07 15:15 
Generalstupid javascripting [modified] Pin
klutez12326-Jun-07 7:10
klutez12326-Jun-07 7:10 
GeneralRe: stupid javascripting Pin
Shog926-Jun-07 7:14
sitebuilderShog926-Jun-07 7:14 
GeneralRe: stupid javascripting Pin
Vasudevan Deepak Kumar27-Jun-07 1:54
Vasudevan Deepak Kumar27-Jun-07 1:54 
QuestionControl Keywords Pin
L Viljoen26-Jun-07 3:30
professionalL Viljoen26-Jun-07 3:30 
Hi to all

My web site stores all the page content(HTML Format stored in a database via a wysiwyg-editor) I am busy developing a technique where if someone (like a admin using the backend) puts in certain keywords Eg. @#ContactControl#@ in the html code(that gets stored on the database)the custom control shows up in the frontend if the string gets recogised by the string processing method. odes anyone have some expert knowledge on how to best use this technique ?

I am thinking a counter for every occurance of @# then to daclare a array of HTMLGenericControls that will be added before and after the control keywords(that will become the control) controls itself.

Eg <p> paragraph before </p>@#Mail#@ <p> paragraph after </p>

Will create 2 HTMLGeneric controls [array] in the codebehind and one mailControl.

then I will add the code to the content panel as follow

panel1.add(genCntr[0]);
panel1.add(mailer);
panel1.add(genCntr[1]);

thanx in advance


Le Roux Viljoen
Web Developer
PCW New Media
South African Branch
www.pcwnewmedia.com
QuestionIs there something called "Super Meta" ? Pin
Luay.Essa26-Jun-07 3:29
Luay.Essa26-Jun-07 3:29 
AnswerRe: Is there something called "Super Meta" ? Pin
Shog926-Jun-07 6:43
sitebuilderShog926-Jun-07 6:43 
GeneralRe: Is there something called "Super Meta" ? Pin
Ramez Quneibi26-Jun-07 19:34
Ramez Quneibi26-Jun-07 19:34 
AnswerRe: Is there something called "Super Meta" ? Pin
Vasudevan Deepak Kumar27-Jun-07 1:56
Vasudevan Deepak Kumar27-Jun-07 1:56 
QuestionInternet configurations Pin
matjame26-Jun-07 2:02
matjame26-Jun-07 2:02 
AnswerRe: Internet configurations Pin
Guffa27-Jun-07 20:56
Guffa27-Jun-07 20:56 
Questionmozilla problem Pin
hkchauhan25-Jun-07 23:43
hkchauhan25-Jun-07 23:43 
AnswerRe: mozilla problem Pin
SHatchard26-Jun-07 0:31
SHatchard26-Jun-07 0:31 
GeneralRe: mozilla problem Pin
hkchauhan26-Jun-07 1:55
hkchauhan26-Jun-07 1:55 
AnswerRe: mozilla problem Pin
Vasudevan Deepak Kumar26-Jun-07 1:46
Vasudevan Deepak Kumar26-Jun-07 1:46 
GeneralRe: mozilla problem Pin
hkchauhan26-Jun-07 1:59
hkchauhan26-Jun-07 1:59 
GeneralRe: mozilla problem Pin
Vasudevan Deepak Kumar26-Jun-07 2:12
Vasudevan Deepak Kumar26-Jun-07 2:12 
GeneralRe: mozilla problem Pin
Guffa26-Jun-07 2:35
Guffa26-Jun-07 2:35 
QuestionTreeview control in web forms with drag drop functionality??? Pin
sudhakar7925-Jun-07 22:37
sudhakar7925-Jun-07 22:37 
AnswerRe: Treeview control in web forms with drag drop functionality??? Pin
Vasudevan Deepak Kumar27-Jun-07 3:06
Vasudevan Deepak Kumar27-Jun-07 3:06 
GeneralRe: Treeview control in web forms with drag drop functionality??? Pin
sudhakar7927-Jun-07 20:55
sudhakar7927-Jun-07 20:55 
Questioncrystal report in asp Pin
Haresh Boghani25-Jun-07 21:42
Haresh Boghani25-Jun-07 21:42 

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.