Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to add Controls to Gridview at runtime Pin
raju124818-Jun-07 19:18
raju124818-Jun-07 19:18 
AnswerRe: Please Help Me Pin
Sathesh Sakthivel18-Jun-07 19:21
Sathesh Sakthivel18-Jun-07 19:21 
GeneralRe: Please Help Me Pin
raju124818-Jun-07 19:48
raju124818-Jun-07 19:48 
GeneralRe: Please Help Me Pin
Sathesh Sakthivel18-Jun-07 19:50
Sathesh Sakthivel18-Jun-07 19:50 
AnswerRe: Please Help Me Pin
RepliCrux18-Jun-07 19:35
RepliCrux18-Jun-07 19:35 
GeneralRe: How to add controls to gridview at runtime Pin
Sathesh Sakthivel18-Jun-07 19:49
Sathesh Sakthivel18-Jun-07 19:49 
QuestionWriting in textbox thru coding [modified] Pin
Hemant Garg18-Jun-07 19:15
Hemant Garg18-Jun-07 19:15 
AnswerRe: Writing in textbox thru coding Pin
Not Active18-Jun-07 19:24
mentorNot Active18-Jun-07 19:24 
GeneralRe: Writing in textbox thru coding [modified] Pin
Hemant Garg18-Jun-07 19:29
Hemant Garg18-Jun-07 19:29 
GeneralRe: Writing in textbox thru coding Pin
Not Active19-Jun-07 2:00
mentorNot Active19-Jun-07 2:00 
QuestionUploading of a file to web server Pin
sudidelaravindra18-Jun-07 19:15
sudidelaravindra18-Jun-07 19:15 
QuestionHow to end Cookie's Session? Pin
vijay_8318-Jun-07 19:03
vijay_8318-Jun-07 19:03 
AnswerRe: How to end Cookie's Session? Pin
manojch218-Jun-07 19:18
manojch218-Jun-07 19:18 
GeneralRe: How to end Cookie's Session? Pin
vijay_8318-Jun-07 21:22
vijay_8318-Jun-07 21:22 
Questionpage refreshment Pin
saravanan0518-Jun-07 18:50
saravanan0518-Jun-07 18:50 
AnswerRe: page refreshment Pin
Sathesh Sakthivel18-Jun-07 18:57
Sathesh Sakthivel18-Jun-07 18:57 
GeneralRe: page refreshment Pin
saravanan0518-Jun-07 19:07
saravanan0518-Jun-07 19:07 
GeneralRe: page refreshment Pin
Not Active18-Jun-07 19:23
mentorNot Active18-Jun-07 19:23 
GeneralRe: page refreshment Pin
Not Active18-Jun-07 19:21
mentorNot Active18-Jun-07 19:21 
AnswerRe: page refreshment Pin
sudidelaravindra19-Jun-07 2:42
sudidelaravindra19-Jun-07 2:42 
QuestionAspx page in different Languages Pin
BINOVAR18-Jun-07 18:43
BINOVAR18-Jun-07 18:43 
AnswerRe: Aspx page in different Languages Pin
Not Active18-Jun-07 19:17
mentorNot Active18-Jun-07 19:17 
GeneralRe: Aspx page in different Languages Pin
BINOVAR18-Jun-07 20:51
BINOVAR18-Jun-07 20:51 
QuestionASP.NET Wizard Control Pin
Rajaraman Soundararajan18-Jun-07 18:06
Rajaraman Soundararajan18-Jun-07 18:06 
Hi

I want to add controls to the Wizard control(ASP.NEt 2.0) dynamically like
wzdGoals.WizardSteps[wzdGoals.ActiveStepIndex].Controls.Add(htmlGenCntl); Please note that htmlGenCntl will contain hierarchy of controls based on the current step.

Further still in order to retain the values it has been suggested we create these controls in protected override void OnInit(EventArgs e) but then based on the activestepindex i want to add controls. But ActiveStepindex at this point is zero. So how do i conditionally add the controls.

What is the resolution for the same ?

Thanks
Rajaraman.S
QuestionCommon Cause of error [modified] Pin
ASPnoob18-Jun-07 17:12
ASPnoob18-Jun-07 17:12 

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.