Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: PlaceHolder Controls Dissapered on Postback Pin
Abhijit Jana1-Mar-10 7:02
professionalAbhijit Jana1-Mar-10 7:02 
sreepavan150385 wrote:
oreach (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 you are creating any dynamic control on/after Page_Load, they will not be maintain the view state. You need to create all the control before page load. As View_State and Post_Back Data, load before page load. You can create your dynamic control in Page_Preinit Event.
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 
GeneralRe: Query how to open multiple panel on linkbutton click Pin
Ostwal Aarti1-Mar-10 1:28
Ostwal Aarti1-Mar-10 1:28 

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.