Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Date Conversion Problem Pin
Zia Ul Haq Soofi7-Apr-09 0:52
Zia Ul Haq Soofi7-Apr-09 0:52 
AnswerRe: Date Conversion Problem Pin
archit300020-Apr-09 0:40
archit300020-Apr-09 0:40 
QuestionForms Authentication Sample Pin
mehrdadc486-Apr-09 3:12
mehrdadc486-Apr-09 3:12 
QuestionWhen and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 2:57
Brady Kelly6-Apr-09 2:57 
AnswerRe: When and where does a UserControl compile? Pin
Dev S6-Apr-09 3:52
Dev S6-Apr-09 3:52 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 3:56
Brady Kelly6-Apr-09 3:56 
GeneralRe: When and where does a UserControl compile? Pin
Yusuf6-Apr-09 4:14
Yusuf6-Apr-09 4:14 
AnswerRe: When and where does a UserControl compile? Pin
Yusuf6-Apr-09 4:29
Yusuf6-Apr-09 4:29 
@Register directive is needed for aspx pages not the code behind. You did not add the user control tag to your aspx, thus the only way to add it. either
1. as you have shown, writing to the response stream your self
2. add it to the Control collection Page.Controls.Add()

The user control gets compiled by JIT. To verify this, introduce syntax error in your HelloControl code. You will notice that at run time you will get a syntax error.

Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 4:37
Brady Kelly6-Apr-09 4:37 
GeneralRe: When and where does a UserControl compile? Pin
Yusuf6-Apr-09 4:48
Yusuf6-Apr-09 4:48 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 5:04
Brady Kelly6-Apr-09 5:04 
AnswerRe: When and where does a UserControl compile? Pin
Rama Krishna Vavilala6-Apr-09 5:12
Rama Krishna Vavilala6-Apr-09 5:12 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 5:22
Brady Kelly6-Apr-09 5:22 
GeneralRe: When and where does a UserControl compile? Pin
Rama Krishna Vavilala6-Apr-09 5:27
Rama Krishna Vavilala6-Apr-09 5:27 
AnswerRe: When and where does a UserControl compile? Pin
Paddy Boyd6-Apr-09 5:24
Paddy Boyd6-Apr-09 5:24 
GeneralRe: When and where does a UserControl compile? Pin
Brady Kelly6-Apr-09 5:25
Brady Kelly6-Apr-09 5:25 
GeneralRe: When and where does a UserControl compile? Pin
Paddy Boyd6-Apr-09 5:29
Paddy Boyd6-Apr-09 5:29 
GeneralHide/Show Div when selecting radio button Pin
M. K. BASHER6-Apr-09 2:15
M. K. BASHER6-Apr-09 2:15 
GeneralRe: Hide/Show Div when selecting radio button Pin
Dev S6-Apr-09 2:23
Dev S6-Apr-09 2:23 
GeneralRe: Hide/Show Div when selecting radio button Pin
M. K. BASHER6-Apr-09 2:28
M. K. BASHER6-Apr-09 2:28 
GeneralRe: Hide/Show Div when selecting radio button Pin
Alok Sharma ji6-Apr-09 2:31
Alok Sharma ji6-Apr-09 2:31 
GeneralRe: Hide/Show Div when selecting radio button Pin
Dev S6-Apr-09 2:38
Dev S6-Apr-09 2:38 
AnswerRe: Hide/Show Div when selecting radio button [modified] Pin
PauloCastilho6-Apr-09 6:36
PauloCastilho6-Apr-09 6:36 
GeneralRe: Hide/Show Div when selecting radio button Pin
Hajab6-Apr-09 19:58
Hajab6-Apr-09 19:58 
AnswerRe: Hide/Show Div when selecting radio button Pin
vivek_r7-Apr-09 0:12
vivek_r7-Apr-09 0:12 

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.