Click here to Skip to main content
15,905,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Calendar Popup in javascript? Pin
Care Career24-Jul-07 21:15
Care Career24-Jul-07 21:15 
QuestionFile Access Error Pin
gvanto24-Jul-07 14:36
gvanto24-Jul-07 14:36 
AnswerRe: File Access Error [modified] Pin
doWhileSomething24-Jul-07 15:25
doWhileSomething24-Jul-07 15:25 
QuestionRe: File Access Error Pin
gvanto24-Jul-07 17:30
gvanto24-Jul-07 17:30 
QuestionRe: File Access Error Pin
gvanto24-Jul-07 17:38
gvanto24-Jul-07 17:38 
AnswerRe: File Access Error Pin
doWhileSomething25-Jul-07 3:10
doWhileSomething25-Jul-07 3:10 
QuestionRe: File Access Error Pin
gvanto26-Jul-07 15:33
gvanto26-Jul-07 15:33 
AnswerRe: File Access Error Pin
doWhileSomething27-Jul-07 3:07
doWhileSomething27-Jul-07 3:07 
Creating a user control IMO is certainly the way to go and master pages in most ways will simplify the entire project. With a user control, you could put it where every you want, whenever you want and maintain just the one code stub that resides in the user control (basically a fancy include).

You can add your control to the page at design time or run time wrapped in a conditional statement. I would say loading it at run time is the best method though if your not always going to make it visible on a given page. With this, you can just call a method based off of your criteria.

e.g. record in a db, certain browser restrictions, cookies, etc..

Another option is to place the contents in a panel and just toggle the visibility of the panel (or any control), but this is probably the least desired way of achieving your goal.


GeneralRe: File Access Error Pin
gvanto27-Jul-07 16:28
gvanto27-Jul-07 16:28 
GeneralRe: File Access Error Pin
doWhileSomething27-Jul-07 17:40
doWhileSomething27-Jul-07 17:40 
QuestionRe: File Access Error Pin
gvanto27-Jul-07 17:54
gvanto27-Jul-07 17:54 
Questionhow to call function exposed by IDispatch in ActiveX control? Pin
eraccn24-Jul-07 14:25
eraccn24-Jul-07 14:25 
QuestionHow do I control the appearance of checkboxes? Pin
amymarie324-Jul-07 12:27
amymarie324-Jul-07 12:27 
AnswerRe: How do I control the appearance of checkboxes? Pin
Christian Graus24-Jul-07 12:42
protectorChristian Graus24-Jul-07 12:42 
GeneralRe: How do I control the appearance of checkboxes? Pin
amymarie325-Jul-07 4:29
amymarie325-Jul-07 4:29 
AnswerRe: How do I control the appearance of checkboxes? Pin
Ken Fan24-Jul-07 18:04
Ken Fan24-Jul-07 18:04 
GeneralRe: How do I control the appearance of checkboxes? Pin
amymarie325-Jul-07 4:28
amymarie325-Jul-07 4:28 
QuestionRepeater ? Pin
Assaf8224-Jul-07 12:10
Assaf8224-Jul-07 12:10 
AnswerRe: Repeater ? Pin
Christian Graus24-Jul-07 12:14
protectorChristian Graus24-Jul-07 12:14 
QuestionRe: Repeater ? Pin
Assaf8224-Jul-07 13:12
Assaf8224-Jul-07 13:12 
AnswerRe: Repeater ? Pin
Christian Graus24-Jul-07 13:22
protectorChristian Graus24-Jul-07 13:22 
QuestionRe: Repeater ? Pin
Assaf8224-Jul-07 13:43
Assaf8224-Jul-07 13:43 
AnswerRe: Repeater ? Pin
Christian Graus24-Jul-07 14:05
protectorChristian Graus24-Jul-07 14:05 
QuestionCan't link dropdown menu to gridview with access db back end Pin
kmarchiony24-Jul-07 11:46
kmarchiony24-Jul-07 11:46 
Questionstrings Pin
seemamltn24-Jul-07 10:44
seemamltn24-Jul-07 10:44 

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.