Click here to Skip to main content
15,905,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow is WCF web service is different from ordinary web service Pin
Amit Spadez1-Mar-10 18:00
professionalAmit Spadez1-Mar-10 18:00 
AnswerRe: how is WCF web service is different from ordinary web service Pin
N a v a n e e t h1-Mar-10 19:58
N a v a n e e t h1-Mar-10 19:58 
GeneralRe: how is WCF web service is different from ordinary web service Pin
Amit Spadez1-Mar-10 20:00
professionalAmit Spadez1-Mar-10 20:00 
GeneralRe: how is WCF web service is different from ordinary web service Pin
N a v a n e e t h1-Mar-10 20:19
N a v a n e e t h1-Mar-10 20:19 
QuestionProblem with Client side validation in Accordion (AJAX toolkit) Control Pin
Faisal Khatri1-Mar-10 7:38
Faisal Khatri1-Mar-10 7:38 
AnswerRe: Problem with Client side validation in Accordion (AJAX toolkit) Control Pin
Abhijit Jana1-Mar-10 8:30
professionalAbhijit Jana1-Mar-10 8:30 
GeneralRe: Problem with Client side validation in Accordion (AJAX toolkit) Control Pin
Faisal Khatri1-Mar-10 10:55
Faisal Khatri1-Mar-10 10:55 
QuestionPlaceHolder Controls Dissapered on Postback Pin
sreepavan1503851-Mar-10 5:10
sreepavan1503851-Mar-10 5:10 
Dear All,


I had placed a Placeholder control in my .aspx page and adding button controls into it dynamically from data base based on user and assigning click event to that control but after performing the button click the controls inside the Place holder were not displaying.Plz provide the necessary.

*************
foreach (IAmDealActionMappings obj in AMFacade.GetDealActionMapping("RMC", "NEW"))
{
Button B=new Button();
B.ID = obj.ActionId.ToString();
B.Text = obj.ActionDisplayCode.ToString();
B.CssClass = "button";
B.EnableViewState = true;

if (obj.ActionDisplayCode.Trim().ToString() == "Save")
B.Click += new EventHandler(SaveButton_Click);
buttonPlaceHolder.Controls.Add(B);

}

protected void SaveButton_Click(object sender, EventArgs e)
{

}

*************


Regards,
Pavan.
AnswerRe: PlaceHolder Controls Dissapered on Postback Pin
Abhijit Jana1-Mar-10 7:02
professionalAbhijit Jana1-Mar-10 7:02 
NewsThanks to Code Project Team Pin
Hema Bairavan1-Mar-10 2:34
Hema Bairavan1-Mar-10 2:34 
GeneralRe: Thanks to Code Project Team Pin
R. Giskard Reventlov1-Mar-10 3:34
R. Giskard Reventlov1-Mar-10 3:34 
GeneralRe: Thanks to Code Project Team Pin
Hema Bairavan1-Mar-10 4:37
Hema Bairavan1-Mar-10 4:37 
GeneralRe: Thanks to Code Project Team Pin
dan!sh 1-Mar-10 5:16
professional dan!sh 1-Mar-10 5:16 
Questionhow to save the data in a text file Pin
developerit1-Mar-10 2:22
developerit1-Mar-10 2:22 
AnswerRe: how to save the data in a text file Pin
Abhijit Jana1-Mar-10 5:20
professionalAbhijit Jana1-Mar-10 5:20 
GeneralRe: how to save the data in a text file Pin
developerit1-Mar-10 8:35
developerit1-Mar-10 8:35 
GeneralRe: how to save the data in a text file Pin
Abhijit Jana1-Mar-10 8:57
professionalAbhijit Jana1-Mar-10 8:57 
GeneralRe: how to save the data in a text file Pin
developerit1-Mar-10 18:22
developerit1-Mar-10 18:22 
Questionhow to read the table values from two connection string Pin
developerit1-Mar-10 2:18
developerit1-Mar-10 2:18 
AnswerRe: how to read the table values from two connection string Pin
R. Giskard Reventlov1-Mar-10 3:28
R. Giskard Reventlov1-Mar-10 3:28 
GeneralRe: how to read the table values from two connection string Pin
developerit1-Mar-10 8:33
developerit1-Mar-10 8:33 
GeneralRe: how to read the table values from two connection string Pin
PunkIsNotDead1-Mar-10 12:38
PunkIsNotDead1-Mar-10 12:38 
GeneralRe: how to read the table values from two connection string Pin
developerit1-Mar-10 18:17
developerit1-Mar-10 18:17 
QuestionQuery how to open multiple panel on linkbutton click [modified] Pin
Ostwal Aarti1-Mar-10 1:06
Ostwal Aarti1-Mar-10 1:06 
AnswerRe: Query how to open multiple panel on linkbutton click Pin
rakeshs3121-Mar-10 1:26
rakeshs3121-Mar-10 1:26 

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.