Click here to Skip to main content
16,004,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question(URGENT) Auto Generating Report Interface Pin
Yong Yau6-Oct-06 16:59
Yong Yau6-Oct-06 16:59 
QuestionGridView Button Field. Type = Link Pin
shapper6-Oct-06 16:55
shapper6-Oct-06 16:55 
QuestionGridView and Image Link Pin
shapper6-Oct-06 16:34
shapper6-Oct-06 16:34 
Questionasp:Panel with CheckBox added dynamically: persistence Pin
RicConte6-Oct-06 16:28
RicConte6-Oct-06 16:28 
AnswerRe: asp:Panel with CheckBox added dynamically: persistence Pin
Mike Ellison7-Oct-06 3:50
Mike Ellison7-Oct-06 3:50 
GeneralRe: asp:Panel with CheckBox added dynamically: persistence Pin
RicConte7-Oct-06 17:56
RicConte7-Oct-06 17:56 
GeneralRe: asp:Panel with CheckBox added dynamically: persistence Pin
Mike Ellison8-Oct-06 4:51
Mike Ellison8-Oct-06 4:51 
GeneralRe: asp:Panel with CheckBox added dynamically: persistence Pin
RicConte8-Oct-06 10:08
RicConte8-Oct-06 10:08 
Solved ! Thank you very much for your help.
Let me tell you:

First I was doing:
1. created "n" check boxes inside a panel
2. user would "check" some
3. user would submit the form
4. I would not re-create the boxes thinking ASP.NET would persist the boxes... mistake ! I does not persist the boxes !
5. I would try to count the "checked" boxes, finding there were none !

The rigth thing to do:
1. firts create the boxes
2. let user "check" some
3. let user submit form
4. just create AGAIN the boxes ! (contrary to common sense) and ASP.NET will recognize that and persist the CONTENTS !

Ok, I gess it is a novice´s mistake...

Best Regards,
Ricardo Conte
QuestionAlternative to onLoad Pin
eggie56-Oct-06 12:08
eggie56-Oct-06 12:08 
AnswerRe: Alternative to onLoad Pin
Guffa6-Oct-06 12:48
Guffa6-Oct-06 12:48 
Questionhandle event and validate Pin
TheEagle6-Oct-06 11:44
TheEagle6-Oct-06 11:44 
AnswerRe: handle event and validate Pin
thomas_joyee6-Oct-06 18:11
thomas_joyee6-Oct-06 18:11 
GeneralRe: handle event and validate Pin
TheEagle6-Oct-06 18:45
TheEagle6-Oct-06 18:45 
QuestionImage display in Datalist Pin
Faisal Khatri6-Oct-06 11:43
Faisal Khatri6-Oct-06 11:43 
AnswerRe: Image display in Datalist Pin
vijay25836-Oct-06 21:06
vijay25836-Oct-06 21:06 
GeneralRe: Image display in Datalist Pin
Faisal Khatri8-Oct-06 9:54
Faisal Khatri8-Oct-06 9:54 
GeneralRe: Image display in Datalist Pin
yuripon21-Jan-10 17:04
yuripon21-Jan-10 17:04 
QuestionQuery String. How to create it? Pin
shapper6-Oct-06 11:29
shapper6-Oct-06 11:29 
AnswerRe: Query String. How to create it? Pin
Arjune7-Oct-06 5:50
Arjune7-Oct-06 5:50 
QuestionResults in Datagrid Pin
joannek3336-Oct-06 11:10
joannek3336-Oct-06 11:10 
Questionjavascript with asp.net Pin
raquidd226-Oct-06 10:32
raquidd226-Oct-06 10:32 
QuestionHow can I get the document object from a child object? Pin
howardjr6-Oct-06 8:05
howardjr6-Oct-06 8:05 
QuestionHow can I reference a select list object nested in an iFrame? Pin
howardjr6-Oct-06 6:59
howardjr6-Oct-06 6:59 
QuestionSecurity certificate Pin
lgelliott6-Oct-06 6:15
lgelliott6-Oct-06 6:15 
QuestionValidating multiple email addresses Pin
gman126-Oct-06 4:17
gman126-Oct-06 4:17 

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.