Click here to Skip to main content
15,922,696 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: how much does access help Pin
25-Mar-02 10:47
suss25-Mar-02 10:47 
GeneralRe: how much does access help Pin
Philip Patrick26-Mar-02 12:19
professionalPhilip Patrick26-Mar-02 12:19 
GeneralSession state problem Pin
Alan_Yu24-Mar-02 21:10
Alan_Yu24-Mar-02 21:10 
GeneralRe: Session state problem Pin
James T. Johnson24-Mar-02 21:20
James T. Johnson24-Mar-02 21:20 
GeneralRe: Session state problem Pin
Alan_Yu24-Mar-02 21:30
Alan_Yu24-Mar-02 21:30 
GeneralRe: Session state problem Pin
James T. Johnson24-Mar-02 21:46
James T. Johnson24-Mar-02 21:46 
GeneralTagless controls in ASP.NET Pin
Naresh Karamchetty24-Mar-02 12:37
Naresh Karamchetty24-Mar-02 12:37 
GeneralRe: Tagless controls in ASP.NET Pin
Christopher Lord25-Mar-02 12:40
Christopher Lord25-Mar-02 12:40 
Yes!

Put any control container on the page (label, panel, table cell, etc). Lets call it lHolder

the lines
YourCustomControl ycc = new YourCustomControl(bla);
ycc.Width = (Unit)500;
lHolder.Controls.Add(ycc);
Will add YourCustomControl to the inside of lHolder. So if you wanted a dynamic list of items in your custom control settable by a property or function, you just do the same thing in the correct event of your control, using the data passed in as a template for generation.


// Rock
GeneralRe: Tagless controls in ASP.NET Pin
Naresh Karamchetty25-Mar-02 19:14
Naresh Karamchetty25-Mar-02 19:14 
GeneralASP DLL PROBLEM .... PLEASE HELP! Pin
23-Mar-02 2:48
suss23-Mar-02 2:48 
GeneralRe: ASP DLL PROBLEM .... PLEASE HELP! Pin
Daniel Turini23-Mar-02 3:13
Daniel Turini23-Mar-02 3:13 
GeneralCalling a client-side script from a web control... Pin
Joshua Guy22-Mar-02 9:52
Joshua Guy22-Mar-02 9:52 
General.NET controls Pin
22-Mar-02 9:30
suss22-Mar-02 9:30 
QuestionDisplaying non-english text from web pages? Pin
^Martin^22-Mar-02 4:48
^Martin^22-Mar-02 4:48 
AnswerRe: Displaying non-english text from web pages? Pin
Philip Patrick22-Mar-02 22:53
professionalPhilip Patrick22-Mar-02 22:53 
QuestionHow to know if anybody received, red or deleted my email Pin
Edilson Vasconcelos de Melo Junior21-Mar-02 15:16
Edilson Vasconcelos de Melo Junior21-Mar-02 15:16 
AnswerRe: How to know if anybody received, red or deleted my email Pin
Philip Patrick22-Mar-02 1:56
professionalPhilip Patrick22-Mar-02 1:56 
GeneralRe: How to know if anybody received, red or deleted my email Pin
Nish Nishant23-Mar-02 3:32
sitebuilderNish Nishant23-Mar-02 3:32 
GeneralRe: How to know if anybody received, red or deleted my email Pin
Philip Patrick23-Mar-02 3:38
professionalPhilip Patrick23-Mar-02 3:38 
GeneralRe: How to know if anybody received, red or deleted my email Pin
Edilson Vasconcelos de Melo Junior23-Mar-02 5:05
Edilson Vasconcelos de Melo Junior23-Mar-02 5:05 
GeneralNot sure you can.. Pin
Philip Patrick23-Mar-02 5:44
professionalPhilip Patrick23-Mar-02 5:44 
GeneralCSS Level 2 - To use, or not to use Pin
Roger Wright21-Mar-02 8:24
professionalRoger Wright21-Mar-02 8:24 
GeneralRe: CSS Level 2 - To use, or not to use Pin
Philip Patrick22-Mar-02 2:03
professionalPhilip Patrick22-Mar-02 2:03 
GeneralRe: CSS Level 2 - To use, or not to use Pin
Roger Wright22-Mar-02 3:21
professionalRoger Wright22-Mar-02 3:21 
GeneralControlling Acrobat.... Pin
Joshua Guy21-Mar-02 7:25
Joshua Guy21-Mar-02 7:25 

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.