Click here to Skip to main content
15,886,873 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUse Internet Explorer to send remote popups Pin
Chua Wen Ching5-Mar-07 2:50
Chua Wen Ching5-Mar-07 2:50 
AnswerRe: Use Internet Explorer to send remote popups Pin
Vasudevan Deepak Kumar5-Mar-07 9:23
Vasudevan Deepak Kumar5-Mar-07 9:23 
GeneralRe: Use Internet Explorer to send remote popups Pin
Chua Wen Ching5-Mar-07 13:39
Chua Wen Ching5-Mar-07 13:39 
QuestionAdd a button dinamically Pin
overfreeze5-Mar-07 1:44
overfreeze5-Mar-07 1:44 
AnswerRe: Add a button dinamically Pin
_mubashir5-Mar-07 1:58
_mubashir5-Mar-07 1:58 
AnswerRe: Add a button dinamically Pin
Spunky Coder5-Mar-07 2:04
Spunky Coder5-Mar-07 2:04 
GeneralRe: Add a button dinamically Pin
Spunky Coder5-Mar-07 2:09
Spunky Coder5-Mar-07 2:09 
AnswerRe: Add a button dinamically Pin
badgrs5-Mar-07 2:12
badgrs5-Mar-07 2:12 
Just create an instance of the control you want and add it to the Controls collection of another control (a Panel or Placeholder is usually best). If you want user controls you can use the CreateUserControl method of the Page object. Note however that dynamic controls aren't persisted accross postbacks, you have to manage that yourself or check this out: DynamicControlsPlaceholder.aspx
AnswerRe: Add a button dinamically Pin
Vasudevan Deepak Kumar5-Mar-07 9:23
Vasudevan Deepak Kumar5-Mar-07 9:23 
Questioncalendar problem Pin
RajeevKumarSharma5-Mar-07 1:36
RajeevKumarSharma5-Mar-07 1:36 
AnswerRe: calendar problem Pin
VishalSharmaDev5-Mar-07 2:33
VishalSharmaDev5-Mar-07 2:33 
Questionhow to make page as start page in IIS Pin
mohd imran abdul aziz5-Mar-07 1:33
mohd imran abdul aziz5-Mar-07 1:33 
AnswerRe: how to make page as start page in IIS Pin
Naveed Kamboh5-Mar-07 2:02
Naveed Kamboh5-Mar-07 2:02 
AnswerRe: how to make page as start page in IIS Pin
theScorp5-Mar-07 18:26
theScorp5-Mar-07 18:26 
QuestionNo Subject Pin
RajeevKumarSharma5-Mar-07 1:05
RajeevKumarSharma5-Mar-07 1:05 
QuestionCan i return a class from a method? Pin
Naveed Kamboh5-Mar-07 1:04
Naveed Kamboh5-Mar-07 1:04 
AnswerRe: Can i return a class from a method? Pin
Irshad Sulaimani5-Mar-07 1:31
Irshad Sulaimani5-Mar-07 1:31 
AnswerRe: Can i return a class from a method? Pin
Spunky Coder5-Mar-07 1:45
Spunky Coder5-Mar-07 1:45 
GeneralRe: Can i return a class from a method? Pin
Naveed Kamboh5-Mar-07 2:01
Naveed Kamboh5-Mar-07 2:01 
GeneralTo further elaborate Pin
Ennis Ray Lynch, Jr.5-Mar-07 4:28
Ennis Ray Lynch, Jr.5-Mar-07 4:28 
Questioni want to save id from datagrid colomn.and use this value on other page . Pin
Piyush Vardhan Singh5-Mar-07 0:50
Piyush Vardhan Singh5-Mar-07 0:50 
AnswerRe: i want to save id from datagrid colomn.and use this value on other page . Pin
Irshad Sulaimani5-Mar-07 1:35
Irshad Sulaimani5-Mar-07 1:35 
Questionsoap vs http Pin
venkatasivaramaprasad5-Mar-07 0:26
venkatasivaramaprasad5-Mar-07 0:26 
AnswerRe: soap vs http Pin
badgrs5-Mar-07 0:39
badgrs5-Mar-07 0:39 
AnswerRe: soap vs http Pin
Vasudevan Deepak Kumar6-Mar-07 9:34
Vasudevan Deepak Kumar6-Mar-07 9:34 

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.