Click here to Skip to main content
16,009,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Publish website. No output Pin
minhpc_bk22-Jul-06 21:13
minhpc_bk22-Jul-06 21:13 
GeneralRe: Publish website. No output Pin
Mircea Grelus23-Jul-06 1:15
Mircea Grelus23-Jul-06 1:15 
QuestionDynamic controls Pin
vivsriaus21-Jul-06 13:01
vivsriaus21-Jul-06 13:01 
AnswerRe: Dynamic controls Pin
Grapes-R-Fun21-Jul-06 14:14
Grapes-R-Fun21-Jul-06 14:14 
AnswerRe: Dynamic controls Pin
minhpc_bk21-Jul-06 17:27
minhpc_bk21-Jul-06 17:27 
GeneralRe: Dynamic controls Pin
vivsriaus22-Jul-06 4:42
vivsriaus22-Jul-06 4:42 
QuestionCall static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus21-Jul-06 10:27
Mircea Grelus21-Jul-06 10:27 
AnswerRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Frank Kerrigan21-Jul-06 13:09
Frank Kerrigan21-Jul-06 13:09 
GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus21-Jul-06 13:12
Mircea Grelus21-Jul-06 13:12 
GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Frank Kerrigan21-Jul-06 23:11
Frank Kerrigan21-Jul-06 23:11 
AnswerRe: Call static method of user control (ascx) prior to loading it in the Page Pin
minhpc_bk21-Jul-06 18:00
minhpc_bk21-Jul-06 18:00 
AnswerRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus22-Jul-06 5:51
Mircea Grelus22-Jul-06 5:51 
GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
minhpc_bk22-Jul-06 21:11
minhpc_bk22-Jul-06 21:11 
IMO, reflection seems overkill in this case as you can cast the result of the LoadControl method to the user control type before you access its property/method. With the ASP.NET 2.0, you also need to use the Reference directive in the web page so that you use the user control type in the web page. Another option is that you can define an interface with the property and have the control implement the interface, then in the web page you can cast to the interface to use the property/method.



GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus23-Jul-06 1:20
Mircea Grelus23-Jul-06 1:20 
Questiontriggering javascript confirm dialog via a function (not button event) Pin
jszpila21-Jul-06 10:24
jszpila21-Jul-06 10:24 
AnswerRe: triggering javascript confirm dialog via a function (not button event) Pin
Grapes-R-Fun21-Jul-06 14:34
Grapes-R-Fun21-Jul-06 14:34 
GeneralRe: triggering javascript confirm dialog via a function (not button event) Pin
RichardGrimmer23-Jul-06 8:26
RichardGrimmer23-Jul-06 8:26 
GeneralRe: triggering javascript confirm dialog via a function (not button event) Pin
Grapes-R-Fun23-Jul-06 9:26
Grapes-R-Fun23-Jul-06 9:26 
GeneralRe: triggering javascript confirm dialog via a function (not button event) Pin
RichardGrimmer24-Jul-06 5:47
RichardGrimmer24-Jul-06 5:47 
GeneralRe: triggering javascript confirm dialog via a function (not button event) Pin
Grapes-R-Fun24-Jul-06 13:22
Grapes-R-Fun24-Jul-06 13:22 
GeneralRe: triggering javascript confirm dialog via a function (not button event) Pin
RichardGrimmer25-Jul-06 7:16
RichardGrimmer25-Jul-06 7:16 
GeneralRe: triggering javascript confirm dialog via a function (not button event) Pin
Grapes-R-Fun25-Jul-06 8:35
Grapes-R-Fun25-Jul-06 8:35 
QuestionHow to read data from xml file to dataset [modified] Pin
B Desai21-Jul-06 9:56
B Desai21-Jul-06 9:56 
AnswerRe: How to read data from xml file to dataset Pin
Grapes-R-Fun21-Jul-06 15:17
Grapes-R-Fun21-Jul-06 15:17 
GeneralRe: How to read data from xml file to dataset Pin
B Desai22-Jul-06 17:20
B Desai22-Jul-06 17:20 

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.