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

ASP.NET

 
QuestionProblem in handling SelectedIndexChanged event of a dynamically created drop down Pin
ridda78614-Aug-07 21:49
ridda78614-Aug-07 21:49 
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 
Hello All!
plz help me that how can i add the user control dynamically on a page by/after clicking a button

if i write the code in button1_click method then it shows only once and not adding after every click of the button.

UserControl uc1 = (UserControl)LoadControl("WebUserControl1.ascx");
Page.Controls.Add(uc1);

Please give me answer quickly.
Best Regards,
Mairy
AnswerRe: how to add user control dynamically Pin
John-ph15-Aug-07 0:20
John-ph15-Aug-07 0:20 
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 

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.