Click here to Skip to main content
15,912,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem in handling SelectedIndexChanged event of a dynamically created drop down Pin
Christian Graus15-Aug-07 0:36
protectorChristian Graus15-Aug-07 0:36 
QuestionCache problem Pin
devboycpp14-Aug-07 21:18
devboycpp14-Aug-07 21:18 
AnswerRe: Cache problem Pin
Amit Kumar G15-Aug-07 0:15
Amit Kumar G15-Aug-07 0:15 
AnswerRe: Cache problem Pin
kubben15-Aug-07 1:42
kubben15-Aug-07 1:42 
GeneralRe: Cache problem Pin
devboycpp15-Aug-07 2:50
devboycpp15-Aug-07 2:50 
GeneralRe: Cache problem Pin
kubben15-Aug-07 3:07
kubben15-Aug-07 3:07 
Questionhow to add user control dynamically Pin
Mairy14-Aug-07 20:30
Mairy14-Aug-07 20:30 
AnswerRe: how to add user control dynamically Pin
John-ph15-Aug-07 0:20
John-ph15-Aug-07 0:20 
to add user control dynamically in a page, there must be a container for the control. Either a panel or place-holder web server control can act as a container for the user control.

WebUserControl1 uc =
(WebUserControl1) Page.LoadControl("WebUserControl1.ascx");
PlaceHolder1.Controls.Add(uc);

Regards
John
AnswerRe: how to add user control dynamically Pin
Christian Graus15-Aug-07 0:37
protectorChristian Graus15-Aug-07 0:37 
QuestionFileUpload Control Pin
weic_tsubusa14-Aug-07 20:06
weic_tsubusa14-Aug-07 20:06 
AnswerRe: FileUpload Control Pin
kubben15-Aug-07 1:44
kubben15-Aug-07 1:44 
AnswerRe: FileUpload Control Pin
koolprasad200315-Aug-07 21:13
professionalkoolprasad200315-Aug-07 21:13 
GeneralRe: FileUpload Control Pin
weic_tsubusa15-Aug-07 22:52
weic_tsubusa15-Aug-07 22:52 
QuestionCan not access project in VS2003 [modified] Pin
ASPnoob14-Aug-07 16:28
ASPnoob14-Aug-07 16:28 
QuestionThe ConnectionString property has not been initialized Pin
steve_rm14-Aug-07 13:15
steve_rm14-Aug-07 13:15 
Questionweb.config problem Pin
Richard Jones14-Aug-07 9:26
Richard Jones14-Aug-07 9:26 
AnswerRe: web.config problem Pin
Fred_Smith14-Aug-07 9:36
Fred_Smith14-Aug-07 9:36 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 2:25
Richard Jones15-Aug-07 2:25 
GeneralRe: web.config problem Pin
Fred_Smith15-Aug-07 2:47
Fred_Smith15-Aug-07 2:47 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 3:06
Richard Jones15-Aug-07 3:06 
GeneralRe: web.config problem Pin
Fred_Smith15-Aug-07 3:18
Fred_Smith15-Aug-07 3:18 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 3:31
Richard Jones15-Aug-07 3:31 
GeneralRe: web.config problem Pin
Talal Sultan15-Aug-07 3:55
Talal Sultan15-Aug-07 3:55 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 7:06
Richard Jones15-Aug-07 7:06 
GeneralRe: web.config problem Pin
Talal Sultan15-Aug-07 20:08
Talal Sultan15-Aug-07 20:08 

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.